Monday, January 31, 2022

We can check ACTIVITY_NO is empty or not using Node Function in SAP CPI

 

Using below node function,

Example:

1. Activity_No or Ticket ID is empty go to Create state(From C4C side will be ActionCode) ----> 01

2. Activity_No or Ticket ID is not empty go to update state(From C4C side will be ActionCode) --->02



The sender will pass the data in JSON format without converting it to XML format. We need to read the particular field.

The sender will pass the data in JSON format without converting it to XML format. We need to read the particular field to check the conditio...