Hi ,
Scenario:
I have row action button on a Opportunity Table. When this button is clicked , I am opening a pop-up . On this Pop-up i have 2 sections , one sections shows the one of its Child records with Model as (ChildModel1) and condition as Related Childs . On the Other Section I am display field editor with Model as ChildModel2 and condition as Recordtype.Name = “Recordtype.Name” Defined, Which will be rendered when User Clicks on the “New” Button on the 1st section(Table View Section).
Issue:
In-order to archive this I have Used “Create a new row” Action on “New” Button , which is on the 1st section of pop-up. when this button is clicked , a row is Created on the Second Section of Pop-Up. But Conditions added to model are not reflecting on the new row created. Condition Recordtype.Name is not applied , due to this Pick-list values are not applying as per the RecordType.
Pop-Up On Row Action:
ChildModel1:
ChildModel2:
Thanks in Advance.