0
Choice Field Trigger
Hi to all!
I have got this structure:
MasterSearchTable - fields:
- Choice Dynamic
- MusicBrainz ID
MBIDsTable - fields:
- MBID
- Description
as you can see the Choice Dynamic field is correctly connected to the MBIDsTable .
i am setting top a trigger in the choice dynamic:
let xMBID := 'Choice (dynamic)';
'MusicBrainz ID' := xMBID
Copy
and this trigger return the ID of the record correctly.
The question is: how can I return the field MBID of the record and not the ID?
Thank you in advance
2 replies
-
let xMBID := 'Choice (dynamic)'; 'MusicBrainz ID' := record(MBIDsTable,number(xMBID)).MBID
Content aside
- Status Answered
- 1 yr agoLast active
- 2Replies
- 59Views
-
2
Following