+ Add post
Dear mates,
In my opportunity products interest detail, i'd like to filter the inactive products.
How can i do that ?
Is it in the OpportunityProductDetailV2 that i must insert a filter ?
define("OpportunityProductDetailV2", [], function() { return { entitySchemaName: "OpportunityProductInterest", details: /**SCHEMA_DETAILS*/{}/**SCHEMA_DETAILS*/, diff: /**SCHEMA_DIFF*/[]/**SCHEMA_DIFF*/, methods: {} }; });
Like
Dear Nicolas,
You can simply do it via business rules in UI: http://prntscr.com/qbw0eh. Filter by code must be inserted in OpportunityProductPageV2.
Best regards, Angela
Thank you