How would one go about creating an Enum or En...

How would one go about creating an Enum or Enumlist, where one of the values is only selectable once.

In my app, Iโ€™m trying to allow a customer to have multiple addresses. So far so good. The user can use an Enum/Enumlist to assign those addresses the valuesโ€ฆ

  • Billing (can have multiple) - Main (can only have one!) - Shipping (can have multiple)

So a company can have multiple shipping addresses, but only ONE main address. So if a person tries to select โ€œMAINโ€ for a company that already has a main address, I would like it to ideally remove the main value from the other address and assign it to the new one.

Is this possible? Or should I simply have a valid_if check telling them to go remove the other main address first?

Thanks!

0 2 353
2 REPLIES 2

Check the section โ€œPreventing Duplicate Field Valuesโ€ from this articleโ€ฆ help.appsheet.com - List Expressions and Aggregates List Expressions and Aggregates help.appsheet.com

tony1
New Member
Top Labels in this Space