0% found this document useful (0 votes)
69 views

How To Make Entire Applet Read Only

To make an entire applet read-only: 1. Set the properties No Insert, No Delete, No Update, and No Merge to True. 2. To allow new records but keep existing ones read-only, set only the No Update property to True. 3. To prevent any record deletions, set the No Delete property to True.

Uploaded by

venuram
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views

How To Make Entire Applet Read Only

To make an entire applet read-only: 1. Set the properties No Insert, No Delete, No Update, and No Merge to True. 2. To allow new records but keep existing ones read-only, set only the No Update property to True. 3. To prevent any record deletions, set the No Delete property to True.

Uploaded by

venuram
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

How to make entire Applet Read Only

In Applet OT Set the properties No Insert,


No Delete,
No Update,
No Merge to True.
In order to not to allow addition of new records to applet, set the No Insert Property
to True
In order to add new records but the existing records should be read only set the
property only the No Update to True.

In order to not to allow any deletion of Records, set the No Delete Property to True.
How to Make a List Column/Control in an Applet to be Read Only
In Applet OT List Column/Control Set the Read Only property to True.
How to Configure the Behavior of Copying of OT s
The No Copy property is available with BC only and not with Applet.
No Copy Property is available with each field in the BC, when set to True, will not
carry over the values to the newly copied record.
Copying of Joined fields in the same BC
In case, when we are trying to copy a record and if we find Join fields and though the join
fields No Copy property is False, they might not copy over the values, the reason being
we need to make the No copy property false for the Id also (eg: Account Id fields No
copy property to False).

You might also like