Copy link to clipboard
Copied
I'm trying to run a script that once the division is picked only that specific account number will populate?
Division | Account No. |
Administration | 100-57136-71500 |
Board of Directors | 100-57136-70100 |
Customer Service | 100-57136-70400 |
EHS | 100-57136-71000 |
Engineering | 100-57136-70800 |
Executive - GM | 100-57136-70200 |
Facilities Maint | 100-57136-71600 |
Finance | 100-57136-70600 |
Fleet | 100-57136-71200 |
Human Resources | 100-57136-70300 |
IT | 100-57136-70500 |
JRWSS | 1-51215-100 |
Operations-Admin | 100-57136-70900 |
Public Information | 100-57136-70700 |
SanOps | 100-57136-71400 |
Support Services | 100-57136-71800 |
Water Consv | 100-57136-71100 |
Water Ops | 100-57136-71300 |
Water Production | 100-57136-40000 |
Copy link to clipboard
Copied
Set the account numbers as the export values of each item and then use this code as the custom calculation script of the text field where you want it to appear:
event.value = this.getField("Division").value;
Find more inspiration, events, and resources on the new Adobe Community
Explore Now