Global Script
The global script is a Visual Basic Script file generated by the application that can store instructions. Each project includes a milset.vbs script file saved inside the project folder.
When clicking on Global Script in the project tree, it is displayed in the design part within a text editor. It lets you edit the script, using AMS events to program functions, or to further customize data access. You can edit the global script to:
- Access records from an XML database or non-ADO compatible databases (DataSource Events)
- Automatically process mailing feedback (Mailing Events)
- Deliver content conditionnaly according to records (Mail Events)
- Customize email headers according to records (Mail Events)