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
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 to check the conditio...