Can we show the variables before the record has been created on the Default or Workspace??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2024 09:53 AM - edited 09-04-2024 05:36 AM
We have Variables which go on the Record producer, these variables are only visible to the Fulfiller meaning on the default view and the workspace view. The Variables Are visible on the default and workspace by "Incident Variable Editor" field/UI Formatters on the Incident form. This Formatter uses the "com_glideapp_questionset_default_question_editor" Macro.
The Macro make use of 2 tables. The "sc_item_produced_record" for record created from record producers and "question_answer" table for Variables. When we create incident record from the default and workspace we have a BR which creates the necessary records in table "question_answer" and "sc_item_produced_record" when a record is not inserted from the record producer.
We just wanted to know whether Is there a way to show this variables before the Incident record is inserted so that when the record is being added the variables can be filled as well ??
Thanks for Your Help