Dynamic choice from Multiple choice field
Hi there!
So I've been browsing on possible solutions but so far nothing that I can understand exactly or addapt it to my case (newbie here!).
I'm trying to code a dC field to retrieve the selections from a multiple choice field and be able to only select one from the many options.
i.e.
Say Customer A has registered two VAT regimes: Margin Scheme and Local VAT in a multiple choice field within the Customer table.
In my 'Entry' table I want that once selected the customer (customer A) I can be able to select only one of the associated VAT regimes.
By only pointing out the dC to the table and field, I get different sets of records with both options separated by comma and only one with just one VAT regime.
I understand that options in multiple choice are diferent records and that they should be addressed as independent records. I've tried the for loop1 coding but I'm definitely missing out something (besides coding experience =D)
Gracias and greetings from Barcelona!
2 replies
-
Marisol Echaide said:
Say Customer A has registered two VAT regimes: Margin Scheme and Local VAT in a multiple choice field within the Customer table.Your multiple choice field is a regular multiple choice field and NOT a dynamic multiple choice field?
I'm not sure what you want to do. So a record in Customer has a field called VAT regimes, with two choices (Margin Scheme and Local VAT). Do you plan to make the selection here in the Customer table or do you want to make the selection in the Entry table?
Marisol Echaide said:
In my 'Entry' table I want that once selected the customer (customer A) I can be able to select only one of the associated VAT regimes.Why do you want to have dC in the Entry table but have a multiple choice in Customer? Shouldn't they match field types?
How do you plan on updating from Entry to Customer? Is the Entry table a dashboard?
Content aside
- 1 yr agoLast active
- 2Replies
- 151Views
-
2
Following