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
Ian Lin 439Ian Lin 439 

How to accesses Standard order object in salesforce platform user profile as it is not directly accessible?

SwethaSwetha (Salesforce Developers) 
HI Ian,
Like you understand,a Salesforce Platform license is meant for users who use specific customized functionality, like apps, rather than standard Sales or Service cloud functionality. For this reason, some standard objects are blocked from that type of profile and Order is one of them."

However, you can access it via UI in VF, APEX, Aura, LWC. You have to use custom apex classes, triggers, and wrappers and get your job done. It's because Apex runs in System Mode and surpasses license limitations.

Reference: https://salesforce.stackexchange.com/questions/264587/can-platform-license-users-access-the-standard-order-object

Hope this helps you. Please mark this answer as best so that others facing the same issue will find this information useful. Thank you