In case you would like to lock any field for the further editing, simply enter the following script:
doo.model.<[Field Name (fieldname)]>.isEnabled = false;
To the Scripting section - “On model load” tab.
Do you need help? Contact me any time
In case you would like to lock any field for the further editing, simply enter the following script:
doo.model.<[Field Name (fieldname)]>.isEnabled = false;
To the Scripting section - “On model load” tab.
Do you need help? Contact me any time