Activity › Forums › Salesforce® Discussions › on-Demand process in salesforce
-
on-Demand process in salesforce
Posted by madhulika shah on September 4, 2018 at 10:54 AMWhat is on-Demand process?
Parul replied 7 years, 9 months ago 4 Members · 3 Replies -
3 Replies
-
Hello Madhulika,
on-Demand process : It is basically “pay for what you use” policy.You can subscribe to what you want and pay as you go model.
- [adinserter block='9']
-
Hi,
An On Demand process is special type of application process which has aProcess Point of On Demand and executes when called from a page-level On Demand process or from an Ajax call from the browser
Hope this helps.
-
Hi
On Demand process is special type of application process which has a Process Point of On Demand and executes when called from a page-level On Demand process or from an Ajax call from the browser. On Demand processes are useful when you have PL/SQL logic that you would like to run from different execution points across multiple pages.
On Demand processes should typically be created on a page and not at the application-level. On Demand processes created at the application-level are created with an initial authorization scheme of Must Not Be Public User. This prohibits the processes being invoked from users in unauthenticated sessions.
Thanks
Log In to reply.