Created a new table and not able to see the records on the list and fields on the form
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 06:38 AM
Checked ACLs for read and write and assigned the correct roles:
Admin can see 3 records
Preview on what the user see's:
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 10:41 AM
Had to create a read and write ACL for the role Snc_internal of the new table to get the portal to talk with the global scope and then.
As well
Enable the 'Can Create' option for the 'x_<custom_table>'
- Navigate to System Definition > Tables
- Open the record for the custom table.
- In the Application Access section, check the box for 'Can create'
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 01:28 PM
Minimum you need read - table.none and read - table.*, to be able to read the table properly. Also, same way for write.