again a very simple example to illustrate how easy this all is.
Firstly, I create a very simple integration to create a new org in Service cloud.
The logic will be very simple - check first if the org already exists, if it does - call a fraud service:
otherwise create the org.
Note the new templates/styles.
I have a REST Trigger with the following payload -
The response is as follows -
BTW. one nice new feature - the ability to create a new connection, from within an orchestration.
Back to the orchestration, I only implement the unhappy path - i.e. calling a fraud service.
I test this Postman -
Now to VB CS -
I create a Service Connection to the Integration
Now I create a Business Object for the new organization I want to create -
I add fields -
Note the pre-defined fields -
Now to the app itself -
Note the hierarchy above - now I want to create a Create Org Page
I select main-start and now drop a list view on to the page, which is open in the designer
Note the properties on the right - I open the Properties tabs
I click the QuickStart icon.
![]()
Above, I select the fields I want displayed.
Now I will add a page to create a new org -
I can click on the Live tab to test the page -
looks good - so now I run the App -
Now to add the call to my integration -
Firstly, I create a very simple integration to create a new org in Service cloud.
The logic will be very simple - check first if the org already exists, if it does - call a fraud service:
otherwise create the org.
Note the new templates/styles.
I have a REST Trigger with the following payload -
The response is as follows -
BTW. one nice new feature - the ability to create a new connection, from within an orchestration.
Back to the orchestration, I only implement the unhappy path - i.e. calling a fraud service.
I test this Postman -
Now to VB CS -
I create a Service Connection to the Integration
Now I create a Business Object for the new organization I want to create -
I add fields -
Note the pre-defined fields -
Now to the app itself -
Note the hierarchy above - now I want to create a Create Org Page
I select main-start and now drop a list view on to the page, which is open in the designer
Note the properties on the right - I open the Properties tabs
I click the QuickStart icon.
Above, I select the fields I want displayed.
Now I will add a page to create a new org -
I can click on the Live tab to test the page -
looks good - so now I run the App -
Now to add the call to my integration -