Hi Experts,I need to ensure that the personal_information section is included in the payload only when there is a Hire, Rehire, or Subsidiary Transfer event or if any delta changes have been made to the personal_information portlet. Otherwise, this s...
Hi Experts,I need to replace all the payScaleArea codes with payScaleArea names for further processing. Considering performance, I don't want to use a looping process call with a splitter as there are more than 5L+ user IDs from CE Query. So I am fet...
Hi Experts,I have a requirement to sort the EmpJob nodes based on start dates only when there is sinlge EmpEmployment node and jobInfoNav has multiple EmpJob nodes which contains emplStatusNav/PicklistOption/localeLabel is Active in the ascending ord...
Hi Experts,Requirement is to compare the dates, if the difference more than the specified days we need to discard the particular XML node for further processing. I have written groovy scripts for the same. Not sure why it is not working.Any help or s...
Hi Experts,Requirement is to send a CSV for a target system from the attached XML.Source XML is from SFEC which contains department hierarchy and is dynamic for each employees, we need to create the number of rows in CSV based on the department hiera...
Hi @rasjoshi @raihan_siddiqui,I wasn't using the import headers below as I was trying to fix the warning thrown by the latest CI feature. So It wasn't working for me. import java.util.HashMap;
import groovy.xml.*;Thanks a lot for the help, I modified...
Incoming payload is from compound employee query, and there are multiple payscale area, group, type that needs to be lookedup on multiple times, so I am going with Hashmap. Earlier[https://community.sap.com/t5/technology-q-a/cpi-groovy-hashmap-data-r...
Hi sunny.kapoor2,Thanks a lot for responding to my queries.If I understand correctly from the 1 and 2 answers, JMS queues are better off for scenarios that need storing the messages for reprocessing/retrying with short intervals maybe with a few hour...