Formatters in Scoped Applications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2022 02:37 PM
Hello guys,
I have a custom application that tries to simulate standard request flows.
I created two tables, one for the case and one for the task. I created a formatter to show the record producers' variables in the case table form and it worked, but when I create a formatter in the task table to replicate the case variables for the task, the formatter doesn't work and I can't show the variables in the task.
I did some research and it seems that when it comes to custom tables, it's complex to do what I'm wanting to do, but does anyone have a suggestion on how to show the case variables in the task in scoped applications?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2022 02:43 PM
Was this table extended from task table?
It should be simple. Create a UI formatter with UI macro as com_glideapp_questionset_default_question_editor.
Table name should be you custom table name.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2022 02:49 PM
Yes, both tables are extended from task.
For the case table I just created the formatter like you said and it worked.
But when I try to create a formatter to display in the task table the same variables I display on the case table, it doesn`t work.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2022 02:55 PM
Would you be able to share a screenshot of the formatter you created for the task table?
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2022 03:01 PM
Sure!