TheNotesIniaction, along with the applicable sub-actions and SetParam options, lets you automate scanEZ'sNotes.ini Editor.
Detailed Description
The NotesIniaction script block effectively acts as a list of changes to perform on the selected Notes.ini file.
Multiple sub-actions can be used within the same script block. No one sub-action is mandatory, but within each sub-action, all attributes are required.
TIP
All general, grid-based automation actions can be integrated into the script block as child actions.
Tag AttributesSub-Action:New
Attributes
Attribute Value
Value Description
Name
User definable
Name of the entry to create - Required (See detailed description)
Value
User definable
Value to set for created entry - Required (See detailed description)
Sub-Action:Edit
Tag Attributes
Attributes
Attribute Value
Value Description
Name
User definable
Exact name of entry to edit - Required (See detailed description)
Value
User definable
Value to set entry to - Required (See detailed description)
Sub-Action:Delete
Tag Attributes
Attributes
Attribute Value
Value Description
Name
User definable
Exact name of entry to delete - Required (See detailed description)
Sub-Action:Export
Tag Attributes
Attributes
Attribute Value
Value Description
FilePath
User definable
File path for export - Required (See detailed description)
SetParam Options
Attributes
Attribute Value
Value Description
Source
Local Server
Option to set which Notes.ini file to edit - Not Required - Default is "Local"
In the script above, the action NotesIniwill be launched, opening the Notes.ini Editor on the local notes.ini file. The entry matching the value of " YtriaLastOpenServerName" will be selected and exported to an html file named "scanEZ-Last_Open_Server.html". ColumnID "NI1" will be sorted in ascending order and then filtered to contain only the entries that begin with "y". All remaining lines will be selected and this data exported to a second html file named " scanEZ-NotesIni_All_Y.html". A new entry named "Test" will then be added to the notes.ini file; it's value will be set to "added". The new resulting notes.ini file will be exported using the file path D:\MyNotes2.ini.
JavaScript errors detected
Please note, these errors can depend on your browser setup.
If this problem persists, please contact our support.