How to add Record Producer Variable Set in Data Table Widget?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2022 02:58 AM
We have this table of records that are shown in portal using the Data table from URL definition widget. We also added a new variable set in the record producer which contains two variables and these are not mapped to any of the fields in our table.
Now, we would like this variable set to be visible when we open our existing records in the portal. Like adding the variable set in the widget, maybe?
How do we achieve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2022 04:41 AM
That widget does use the form widget to display individual records - at least OOB, so the solution outlined above would work.
Here's how to add a variable formatter to task tables: Configure the default variable editor for a task-extended table.
And it seems to work en Quebec too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2022 05:07 AM
Oh, that's good to hear,
Any workaround for this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2022 05:37 AM
That requires a completely custom solution. Like cloning the form widget, adding the new functionality to it, creating a new page that uses the new widget and setting up a page map to make the list use the new page + widget when displaying records.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2022 08:18 AM
I see. Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2022 01:34 PM
You're welcome.