Hi Experts,
I have data schemas A & B, schema B has an element with type="link", name="dropdownlist" and target="A".
Also i have input form F. F displays a dropdown list with input element with xpath="dropdownlist" .
Question: How can I access the selected value of my 'dropdownlist' input field in below scenarios:
a). access the selected value of 'dropdownlist' in the same input form F from another referral input field
b). access the selected value of 'dropdownlist' from a javascript activity?
Good Day!
Nigel,
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
a) Put referral input field in a popup form/wizard and use <enter/> or <leave/> event to set it from dropdownlist field.
b) Use <soapCall/> to send the field to a schema-defined SOAP endpoint, with JS as the consumer.
Thanks,
-Jon
Views
Replies
Total Likes
Hi,
a) Put referral input field in a popup form/wizard and use <enter/> or <leave/> event to set it from dropdownlist field.
b) Use <soapCall/> to send the field to a schema-defined SOAP endpoint, with JS as the consumer.
Thanks,
-Jon
Views
Replies
Total Likes