Redwood - Display different child object SubViewLayout based on parent record data
Summary:
Hi, on Redwood UI we have the need to differentiate the SubViewLayout for a child object (revenue items) based on data from the parent record (opportunity).
Content (please ensure you mask any confidential information):
We are using two different sales methods for opportunities with different data to be displayed for their revenue items.
If we check the available data in the SubViewLayout condition for RevenueItems we can see the following:
We tried to check data available from some event listeners and seems like inside the event we have the parentRow object that have the necessary data, but we don't know if we can use it in the layout condition.