Introduction:In this blog post, we will walk through how to generate a PDF certificate using SAP Cloud Platform Integration (CPI) and send it as an email attachment. This approach can be used for various applications, including generating certificate...
Introduction:
Our Business requirement:
For the contingent employees we need a process that will automatically update their termination date to 3 months later.
This process should be under workflow to be approved by the manager:
If...
Introduction :
There are two Authentication type to trigger a CPI process from SuccessFactors Intelligent Services Center.
Basic : Basic Authentication is coved in this blog. Please click on the link https://blogs.sap.com/2022/11/22/triggering-a-...
Introduction :
In this post I want to show you how to use generate personID and hire employee in SF's using $batch operation in CPI.
How to use generate personID API?
Step 1:
Add one HTTP Connection and put Address : https://{datacenterAPIserver...
Introduction:
Our target was to avoid retroactive changes because client wants to do mass data migration on the old records in SF's. And as my iFlow was scheduled on delta run, so whatever the changes is happening in SF's, the data is coming in the ...
Yes we can also use standard alert notification but many times user ignore the alert notifications. But when we are triggering the workflow to the user we are making them to do task whether to approve or not and using one workflow we are also being a...
Hi Sai,Thanks for reading,Yes the response payload can't be parsed either via json/xml reader, so I am searching for "HTTP/1.1 200 OK" in the payload using groovy script. If it contains "HTTP/1.1 200 OK" in the payload, then the employee is successfu...