- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2024 01:24 AM - edited ‎09-12-2024 01:43 AM
Hi team,
I created a custom table called "HAM Generic Request" and then set up a record producer named "Generic Request." This record producer includes several variables, along with a multi-row variable set. I want these variables to appear on my form, so I created a UI formatter similar to what we use for incidents and added it to the form layout. However, the variables are showing as read-only.
Additionally, this custom table is a standalone table. When I inherit from the task table, it works fine, but not when it’s standalone.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2024 01:48 AM
The issue was with the formatter. I commented out the part of the code where it was checking access, and now it's editable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2024 01:48 AM
The issue was with the formatter. I commented out the part of the code where it was checking access, and now it's editable.