Hi all,
We have TLV and we wanted to pass the one filter value as the filter parameter to the other filter filed which itself is the picker report. Idea here is to get the filter value from the 1st field and then access the 2nd filter field and update the pickerReport property. Please let me know if there are any pointers for this.
I think you can achieve this by listening for "filtersloaded", and registering an "change" listener on filter 1 and passing to filter 2.
I have attached a similar example from ONE's MFG module, which listens for changes on a "Site" picker and applies that to a "SiteRsrc" picker.
@gmerrill
I think the general question has been answered, so I'm working with @kvarpe offline to help debug.
Edit: The problem was that @kvarpe is working against an EmbeddedTLV component, not One.TimelineView. The TLV plugin only works against TLVs opened with the One.TimelineView class (ExtJS fmwk), not the EmbeddedTLV component (React fmwk).