How to make a column read only in embedded list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2024 10:17 PM - edited ‎02-13-2024 02:24 AM
Hello Everyone,
Can anyone know how to read only embedded list.
Thanks in advance,
Suyash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2024 07:30 AM
Just figured it out myself, so I here's the scoop. This will only make it read only, it does not remove that crazy "insert a new row' on the following line.
Generate a new ACL 'list_edit' on the table for the embedded list. Specify the column (or * for all columns) you wish to make read only.
Create an advanced script on the ACL and use this script:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2024 09:25 PM
Can you help provide me a demo with screenshot.
I am unable to get this.
My table name - u_test.
Embedded List name - Test.
Thanks and Regards,
Suyash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2024 05:20 AM
Create the list_edit acl on the table, select the column name from the drop list of available columns on the table on the top right of the ACL form. Click advanced under condition and enter the script to specify/eliminate the applicable table.
Example on sys_user table.