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
2 comments
09:32 Dec 17, 2019
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
Show all comments