How do you add values to a lookup field to an Interaction Request Form? Can you do it from the "Form data initialization code" or does it need to be done within the script in the IRF? What data type is the lookup expecting to be fed?
Thanks as always,
Mike
Hi Mike,
When you add the lookup field to the IRF, you will see properties on the right. One of those properties is "onLookup". This tells PAM what to do when the lookup button is selected. You will see an available list of functions here that can be used to pull multiple values in from various locations. For more information on these functions, you can search in the documentation. For example, the first available function is addValuesInSelectStore. Here is the documentation on that:
ca_pam_addValuesInSelectStore(_id, values) - CA Process Automation - 4.2.2 - CA Technologies Documentation