Now you can execute a BSFN directly using Orchestration!!!

Follow the below steps to call or execute the BSFN using Orchestration
- Create a Custom Service Request
- Create an Orchestration
- Test the Orchestration
Example : Here we are going to get the Address Number values by calling the BSFN B54SH000 – GetAddressFromAddressBook
BSFN Value In – mnAddressNumber
BSFN Value Out – mnAddressNumber,szAddressLine1,2,3,4,szCity …etc

Step 1 : Create a Custom Service Request
Follow the below steps to create a Custom Service Request to execute the BSFN B54SH000
- Login into Orchestrator Studio
- Click on Custom Request

- Click on New –> Business Function

- Enter the Name and Description as per your requirement

- Now enter the BSFN Object Name then select the Function Name –> Get Address Information from Address Book

- Here we are passing the input as mnAddressNumber and getting the Address information as per your requirement. Here we are selecting for all the available output from the BSFN

- Save the Service Request

Step 2 : Create a Orchestration
Follow the below steps to create the orchestration to call the service request which we created in the previous step
- Login into Orchestrator Studio
- Click on Orchestration

- Click on New

- Enter the Orchestration Name and Description as per the request

- Click on + Sign then click on custom request

- Select the service request which we created on the previous request

- Click on the Custom Request below option to map the input value of the custom service request

- Click on Add Inputs to Orchestration

- Map the mnAddressNumber input value with Orchestration Inputs –> mnAddressNumber

- Save the Orchestration

Step 3 : Test the Orchestration
Follow the below steps to test the orchestration which we created on the previous step
- Login into Orchestrator Studio
- Click on Orchestration
- Select the “ORCH_Execute_B54HS000”
- Click on Play button –> Run Orchestration as shown in the below screenshot

- Enter the input as “1” then hit run button

- Orchestration execute the BSFN successfully and retrieved the below JSON Output

For more information about orchestration and automation, purchase our Orchestrator Studio – Complete reference guide by sending your request to [email protected]

Let us take you to the cloud