Hi Support.
If a business object is using a custom form, should ACTIONS such as 'VIEW Object NOEDIT' or 'PROTECT Object FROM ALL' still work?
I am using a custom form for a business object, which seems to ignor these rules by allowing the attributes to be edited.
I did conduct a test, by simultaneously exporting / importing the form straight back into AwareIM without making any changes to the actual form.
Even though I used PROTECT in a rule, the system still allowed me to type characters in a text area attribute.
I also tried to modify the exported form, by incorporating:
<textarea name="TestOfTextArea" READONLY="on" cols="100" rows="4"></textarea>
READONLY to protect the text area, but to seems to have been stripped out by the system.