Set up an Object Event Script
Use this activity to set up object events scripts. All MineMarket objects can be customised to have their ObjectPropertyChange, ObjectBeforeSave and/or ObjectBeforeDelete object type events perform extra functionality.
Security Note: You need the Allow the user to maintain object events security right in the Scripting user group security rights group for this activity.
Activity Steps
- Open the Object Events screen.
- If the script to be edited is already in use, click Show Only Used Scripts.
- Locate and select the item to be changed.
- Check Use Script.
- Click Edit Script next to the selected object.
The Object Events Script Editor displays the script stub for the selected object and the Scripting Ribbon Tab displays.
- Edit the C# script. See Object Event Scripts.
- Append the public class code after any other public classes in the object event code.
- Add versioning information. See Version Control for Object Event Scripts.
- Ensure that script references are selected:
- Note the DLLs that are referenced in the script. The DLLs are listed at the top of the script, after the word "using".
- Select the References tab.
- Select the required DLLs.
- Click the Build icon on the Scripting ribbon tab to compile the script.
- Click the Save icon on the Scripting ribbon tab.