Custom form #2

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
autonomy2
Posts: 65
Joined: Thu May 18, 2006 10:58 am
Location: Sydney

Custom form #2

Post by autonomy2 »

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.
aware_support
Posts: 7526
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Post by aware_support »

No, these actions will not work with custom forms.

READONLY is not the proper attribute. Try disabled="true"
Aware IM Support Team
Post Reply