dhairya
Explorer
Member since ‎06-02-2017

User Statistics

  • 30 Posts
  • 0 Solutions
  • 7 Kudos given
  • 22 Kudos received

User Activity

Introduction: - In SuccessFactors Integration, there is often a requirement to fetch delta records from SuccessFactors. This can be achieved by using OData APIs and applying filter on LastModifiedDateTime/LastModifiedOn fields. This blog will expla...
Introduction: - While building an Integration in CPI, we often come across a situation where we need to use same piece of code which we have used earlier or sometimes we need to use external Jar file’s class to process some data. This Blog will exp...
Hi All, We have a requirement of placing a file in SuccessFactors SFTP folder. But access to this particular folder should be restricted to only some specific users. Is this possible ? If yes then can someone tell me the procedure of how to define ...
Hi All, We have a requirement where we need to encrypt a few fields in an XML structure using rijndael encryption. Can anyone please let me know if we have any function available in groovy script to do this. If yes then please let me know the li...
Introduction: - In the Integration world there is a very common requirement of the clients to send an email notification to different people and content of the email should be dynamic. Here I have tried to explain how we can achieve this requirement...