Auto-populate Delivery Method if User is Work from Home=True

pedroarenas
Tera Contributor

I am trying to make my Delivery Method field be auto-populated to Shipping or In office if the User is working from home or not.

I have created the "working from home" variable as True/False in the sys_user.list

Thanks

1 REPLY 1

Brad Bowman
Kilo Patron

You can do this in an onLoad Client Script.  Use get reference or Glide Ajax to return the true/false field from the sys_user record, then set the value of the field accordingly.  Give it a shot and post your script(s) using the insert code icon </> if you get stuck.