Key | Required | Value / comment |
[Info] |  |  |
Type | yes | The value CustomActions indicates that this ini file contains CustomActions. |
[Action 1] |  |  |
InternalName | yes | InternalActionName |
DisplayName | no | Values include DisplayActionName or %GlossaryID or both. The default is InternalName. Use the following formats:
DisplayName=Name
DisplayName=%GlossaryID
DisplayName=Name#%GlossaryID |
ObjectType | no | Only AutomatedActivity is allowed. This is the default. |
Category | no | CategoryName |
Description | no | Values include ActionDescription or %GlossaryID or both. Use the same format use by DisplayName. |
Platform | no | The default is Notes. |
Type | yes | Agent/Script |
ScriptLibraryName | if "Script" | Name of the ScriptLibrary |
ScriptLibraryClass | if "Script" | Name of the ScriptLibraryClass |
AgentName | if "Agent" | Name of the Agent |
Parameter 1 ... |  |  |
Param_1_InternalName | yes | InternalParameterName |
Param_1_DisplayName | yes | Values include DisplayParameterName or %GlossaryID or both. Use the same format used for DisplayName. |
Param_1_Type | no | You can specify String/Formula/Number/BO/FieldName/NotesDB/Keywords/Keywords+
Keywords+ allows user input. The default is String. |
Param_1_Keywords | if keywords | You can list internal keywords separated by a comma. |
Param_1_DisplayKeywords | if keywords | You can list display keywords or %GlossaryIDs or both. Use the same format used by DisplayName.
Separate keywords with a comma. For example:
Param_1_DisplayKeywords=yes,no
Param_1_DisplayKeywords=%5001,%5002
Param_1_DisplayKeywords=yes#%5001,no#%5002 |
Param_1_DefaultValue | no | DefaultValue |
Param_1_SaveTo | no | The value is NotesField in this case. The default is the InternalName. |
Param_1_Description | no | Values include ParameterDescription or %GlossaryID or both. Use the same format used by DisplayName. |
Param_1_Required | no | Values are yes or no. The default is yes. |
Param_1_InputHelp | no | Values include OpenFileDialog, OpenDatabaseDialog, BOLibrary, and any value needed to provide input help like BOLibary, Browse button, list of BOs, and so on. |
Param_1_InputHelpParams | no | This parameter may contain specific parameters that depend on the InputHelp provided, such as type info for BOLibrary. |
Param_1_MultiValue | no | Values are yes or no. The default is no. |