Booking Id as an enumlist in different table

Hi Everyone,

Is there a way we can use the Primary key column as an enum list in a different view? Basically I have two tables namely

  1. New booking (having Booking Id as a Uniqueid with return type as Text)
  2. Assignment Table ( which has Assignment Id as UniqueId and Booking Id as REF from New booking table).
    I want my users to select multiple booking ids whenever they want to assign to any drivers.
    Please advise how can I do that?

Thanks in Advance!!

0 1 101
1 REPLY 1

Hello @Sam_Bhullar, you could use an enum list base type REF in your assignment table linked to your new booking table to get that behavior

Top Labels in this Space