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
Oleksandr Generalov 1Oleksandr Generalov 1 

executeanonymous() from PHP

Hi!
Guys, I need to read the value of a custom label.
I know it can be done using Apex.
I know that method executeanonymous() can call Apex code.
How can I do it from PHP using php toolkit.? There is no documentation aboiut it..
I cannot add new Apex classes through salesforce interface.
I use Salesforce sandbox.
Thank you!