Set a field value based on two other fields

jimcalhoun
Kilo Expert

I have a field called "CostCenter" and it is based on the value in the "CARSDept" field and the "DeskCode" field.   I have created a second table with all three fields in it that contain all the possible values as a lookup.   I need to find the matching CostCenter value based on the other two fields that are in my import file when i do an insert.   Can someone help me with the script.  

8 REPLIES 8

bernyalvarado
Mega Sage

Hi Jim,



What you need is to use choices and dependent fields.



Thanks,


Berny


Thanks, I will give it a try.



On Sat, Nov 11, 2017 at 9:16 PM, bernyalvarado <


bernyalvarado
Mega Sage

That assumes that Field A filters down to a list of possible Field B values and from the one it's possible to filter down to a list of Field C values.



Thanks,


Berny