priya2611
Explorer
Member since ‎2023 Sep 21

User Statistics

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

User Activity

Hi,I'm using the below filter in EmpJob Odata to get a snapshot of last week's employee file, it's not a delta but should get details till date But is my filter correct to compare endDate with lastWeekEndDate as its  <endDate>9999-12-31T00:00:00.000<...
I have to have filter condition of terminated employees from 180 days ago I want to set currentDate as a dynamic value in Xpath in Filter /EmpJob/EmpJob/[((emplStatusNav/PicklistOption/externalCode/text() = 'T') and (endDate < currentdate))]
/queryCompoundEmployeeResponse/CompoundEmployee[person[employment_information[job_information[1][emplStatus = 'T' and event = 26]]]] I use this expression to include only terminated employees, but it still shows emplstatus='A' after filtering
How do I map managerlevels upto 3 in compound employee to worker demographic using groovy inside message mapping