former_member627973
Explorer
Member since ‎08-28-2019

User Statistics

  • 39 Posts
  • 1 Solutions
  • 0 Kudos given
  • 3 Kudos received

User Activity

Hello There, we have a new requirement to integrate SuccessFactors EC to ADP, I tried searching for any standard integraion content available, but couldn't. could someone help if there is any avaiable? if not what is the integration approach i sh...
I need to find the 14days from today, but i need the format as [yyyy-MM-dd] def laterday = new Date() + 14 message.setProperty("laterday",laterday.format("yyyy-MM-dd")) I'm doing the validation as below xmlData.Emp.findAll{ (Date.parse("yyyy...
Hi, I'm working on a scneario, where I'm extracting the data from Empjob->Empemployment-->User with below filter " &$filter=userNav/lastModifiedDateTime ge datetimeoffset'${property.modifieddate}' and emplStatusNav/picklistLabels/label eq 'Active' ...
Hi, I'm using an iflow to upsert into successfactors, for any failures I'm trying to capture the exception through exception subprocess and send an email for alert notification. while testing I tried giving an invalid data for which it got failed d...
Hi, I'm trying to get the system datetime by declaring this in content modifier and then getting that value into groovy script for a validation. // Declaring the date in CM datetimeformat.png format used is : ${date:now:yyyy-MM-dd'T'HH:mm...