- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2024 12:07 AM
Hi,
I want to add all variables on front end form to back end form just like variables on screenshot.
How can I achieve this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2024 01:14 AM
Hi @Community Alums,
If i understand your requirement correctly, you want to show the variable detail on the target table which the record producer is populating. The UI is like variable section on RITM or SCTASK. If so, please follow some steps:
Create the formatter:
- Navigate to application navigator -> Formatters -> Create new
- Put the field formatter as "com_glideapp_questionset_default_question_editor"
- Put the table is the target table on the record producer (for example: finance request...)
- Submit the formatter
Modify the form layout
- Open the target table form
- Open the form layout
- Add new formatter (name of the formatter)
Please try it and let me know the result. Kindly mark my answer is helpful and accept my solution if it can help you.
Thank you and have a nice day!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2024 12:10 AM
Hi shubhamverm,
I am not clear about your requirement... What are the front end and back end fields? Which table are you mentioning?
BRs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2024 12:17 AM
What do you want to achieve? For example will these Variables be available for usage in a Flow. Also could it be that you want to use a Record Producer instead?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2024 01:04 AM
As you can see in front end form there are variables on record producer .
I want to capture all these variables from front end to back end form on finance request form ,similar to screenshot.In screenshot all variables of front end are captured under greyed variables on back end.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2024 01:06 AM
Then you would want a Record Producer?
Also all the Variables from a request is also stored in the "question_answer" table also...