How to invoke an external web service in a wizard layout between step1 and step2?

Scenario: Trying to share selected options in Step1 of wizard layout to external system via integration with external web api, to retrieve complete details for step 2 screen. How to make a call within wizard in between steps.?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    HI as per my understanding This Integration Object invokes an API of type GET call (as you want to retrieve complete details). You can invoke this Integration Object in following ways:

    1. Upon load()
    2. using saveInto

    If you want to query the information using Integration Object while clicking on a button, then you need to make a call to API using this Integration Object under Button saveInto. Now it all depends upon your business scenario, whether you want to make this call conditionally or unconditionally.
Reply
  • 0
    Certified Lead Developer
    HI as per my understanding This Integration Object invokes an API of type GET call (as you want to retrieve complete details). You can invoke this Integration Object in following ways:

    1. Upon load()
    2. using saveInto

    If you want to query the information using Integration Object while clicking on a button, then you need to make a call to API using this Integration Object under Button saveInto. Now it all depends upon your business scenario, whether you want to make this call conditionally or unconditionally.
Children
No Data