Parsing Request Description to Populate Additional Field Values

Parsing Request Description to Populate Additional Field Values

Use Case:
When a user submits a request with a detailed description that contains structured information—such as issue category, priority, and location—the system can automatically parse this information and populate the corresponding additional fields, avoiding the need for manual data entry.

Steps to Implement:
1. Navigate to Admin > Request Custom Functions > New.
2. Paste the content from `parseDescriptionUpdateUDF.txt` and save the function with a chosen name.
3. Update the UDF names and specify the parsing suffix/prefix values as needed.
4. Assign this custom function to a business rule so it triggers for each request created with the specified template.

                  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 ...
                    • Script to Populate User Additional Field under Incident Template using FAFR

                      The script load the Requester Name under Incident Additional field ( As a pick list), by choosing the requester name under additional field the script populates the user additional field value. * Kindly create two additional fields under Admin -> ...
                    • 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 ...