Populate field values in an editable table and copy it to the request description.

Populate field values in an editable table and copy it to the request description.

This post describes the use of a Field and for rule script to populate the value of the given fields in the editable table and same table data will be copied in the description.

UseCase:
Let us consider a scenario where travel request form is created. User need to select hotels for a tour, as there might be more than one hotel stays in a single tour. For this business requirement, we can populate the value of the given fields in the editable table and same table data will be copied in the description.

For Builds after 11200:
Execution steps:
1. Create the additional fields in the section of a template.
2. In FAFR, on form load add the attached script addResource.txt. Modify the display_name and fafrKey in the script.






For Builds before 11200:
Execution steps:
1. Create the additional fields in the section of a template.
2. In FAFR, on form load add the attached script EditableTableForFieldValues.js. Modify the field_headers and field_array variable in the script.
Give the field names in the 'field_headers' variable and give the FAFR field ids in the 'field_array' variable.
3. In FAFR, on form submit add the attached script EditableTableOnSubmit.js.













                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • How to populate user names in a request additional field

                        This sample script is to populate both technician and requester names in a request additional field Use Case: Populate all user name in a request additional field. Execution Steps:  1.  Create a new 'Single Line' additional field and add them in the ...
                      • Additional field values

                        This report helps to find the picklist values in the additional fields. First you need to find the name of the table and the column holding the data, by executing the following SDP query report:  SELECT Tablename, Columnname FROM ColumnAliases WHERE ...
                      • How to populate requester details in request additional field

                        Requirement: Populate requester additional field information into request additional field. Usecase: Let us consider a scenario where certain employee details are imported from the Active Directory into User - Additional Fields. The business ...
                      • How to update a request based on certain field values.

                        This post describes the use of a python script to update requests based on values in other fields ,in the same request.This action can be performed using  Custom Triggers. UseCase: There are three Levels setup in the application and there are 2 ...
                      • Update Task description with Request description.

                        Requirement: Copy the request description content to all the associated task description. Usecase: When a task is triggered from a request, it should contain the request description in the description of the task. This will enable task technician to ...