Mapping all variables from front end to back end form

Community Alums
Not applicable

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?

1 ACCEPTED SOLUTION

Long Duong
Kilo Sage

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!

 

View solution in original post

7 REPLIES 7

Community Alums
Not applicable

I have a record producer for this front end form.Also,variables are stored in record producer.I want to add all these variables on back end form without creating fields for same in finance request table.

In greyed out ,you can see there are variables added on back end form.Similarly I want to add variables on another back end form.

Long Duong
Kilo Sage

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!

 

Long Duong
Kilo Sage

Hi @Community Alums, Thank you for marking helpful. If my solution is working for this requirement, could you please accept it? It will help other people find the solution faster.

 

Thank you