The code generation template set / Interpreting settings.agconf |
Custom property editors are defined by the customer. The PROCESS custom editor is a standalone executable property editor.
<DynamicProperty name="process" type="PROCESS" label="process" description="process" editorInfo="processEditor:userPropertyEditor.exe;isDynamic:true" dynamicContent="masterTable" />
The program's first argument is the property value when the editor opens.
WindowId: <Window Identifier>Once the property editing is done, the program should output the property value, on a single line as well:
Value: <property value>