Correct way to pass authorization information to query in a custom change?
I want to delete some old records in the custom change.
Is this the right way to pass authorization information:
Is this the right way to pass authorization information:
Solution:Jump to solution
The best way is to use the
scope option, and pass the callback's context as the scope3 Replies
The above code caused runtime error. This seems to work:
Solution
The best way is to use the
scope option, and pass the callback's context as the scope