Hi everyone,
I have 2 forms on the Opportunity entity.
We have Form A and Form B. There is a one to many relationship between a custom entity called Policy.
In both Opp forms we have a subgrid to add many Policies.
In Our Policy Entity We have a lookup field "ap_guidelines" to another entity called "Guidelines" and also a lookup field to the related opportunity.
I have created 2 standard views for the ap_guidelines entity
I want to load up a standard view for the "ap_guidelines" lookup field based off the opportunity form name.
Is it possible to do this via oData? Or would the simpler option is to create a field in the Opportunity entity which gets populated with the Form Name and use that for my oData?