Reference qualifier not working in UI Builder repeater - only runs on load
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 03:44 PM
I have a custom reference qualifier on a field. This works fine in native UI and old Workspace but not in new version of BCM Workspace which is built on UI Builder.
There are several sn_bia_result records that might be tied to a sn_bia_analysis record. On the results table, there's a field for disruption duration. It's a reference field calling the sn_bcm_timeframe table. The reference qualifier is set to update the list of values to exclude the anything selected in the previous result record. For example - a BIA has 3 result records tied to it. When the user populates the disruption duration on the first record, when they go to populate the second record, the choice used in the first record shouldn't be available. But since this is using a "repeater" is seems to be only loading the reference qualifier once when the form loads. I ran debugging to confirm this and it hit the reference qualifier script 3 times upon load but not at all once a results record was updated with the disruption duration and I went to populate the next record. I played around with the ref_qual_elements attribute but that's only if a field changes within the same record.
How can I get the reference qualifier on a field to be called for each record in a repeater component and not just once at form load?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 12:30 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2024 05:41 AM
I'm honestly not sure its possible. I would open a support case.