Activity Forums Salesforce® Discussions on-Demand process in salesforce

  • shradha jain

    Member
    September 4, 2018 at 10:56 AM

    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']
  • shariq

    Member
    September 17, 2018 at 9:26 PM

    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.

  • Parul

    Member
    September 18, 2018 at 4:38 AM

    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.