- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2024 04:18 AM
Hey, im trying to create a checklist for the contextual sidebar and I'm having some issues getting the sysid of the current record, the sysid field is empty and readonly. I've tried to change the Macroponent Configuration of the properties to @context.props.sysid, but ui builder overrides it, into a blank field repeatedly and it doesnt seem to get the sysid for the short time its there.
I've created a page under the SOW - sidebar tabs top page collection.
When hovering over the sysid it shows a red stop sign, indicating you cant select the field.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2024 01:30 AM
Found a solution, added @Data.record.table under table, saved.
Then went into the UX screen and copied the table json to the blank sysid json and changed table to sysid.
saved and went into ui builder, make some changes and check if it changes. I had to do this multiple times because UI builder was overriding my values.
result should be @Data.record.table under table and @Data.record.sysId under sysid.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2024 01:30 AM
Found a solution, added @Data.record.table under table, saved.
Then went into the UX screen and copied the table json to the blank sysid json and changed table to sysid.
saved and went into ui builder, make some changes and check if it changes. I had to do this multiple times because UI builder was overriding my values.
result should be @Data.record.table under table and @Data.record.sysId under sysid.