function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Praveen Kumar R 6Praveen Kumar R 6 

How to override the multiAdd button on OrderItem?

I want to override the standard multiAdd (Add Products) button of the OrderItem object. As salesforce wasn't provided a way to override it with a Lightning component, I was invoked my component in an VF with a standard controller as 'Order'. If we have provided the standard controller as 'OrderItem', I'll not be able to capture the Order recordId. Please suggest a way to override it.

One more query is, why the salesforce hasn't provided the option to create the quick actions on OrderItem object?