Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

User Activity

Hi,We have a requirement to map the identifierID when the Identifier type is "MDR_JDE_EI_ID" or "MDR_SAP_GLOBAL_NBR" else take person number as id.example: here since the type is "MDR_SAP_GLOBAL_NBR", i need to take 149541 as ID.{    "items": [      ...
Hi team,We have a requirement to get the group for users, but the group which we get from rest api is "10014113~DLV2000 Construction Crew"We need to get the value after the character '~'. we have written below inline preprocessor query, but this does...
Hi Team,We have a requirement to calculate the grade based on grade code.the logic is.if (Grade >= 1 && Grade <= 7)   {  Result= "A";}else if (Grade >= 8 && Grade <= 10)  {  Result= "B";}else {Result="C";}We have written a preprocessor query to calcu...
Hi Team,Usecase - Pass attributes from 1st call to 2nd call for multi api call in rest1. We have HCM connection , we need to pass Person ID attribute of the worker to next API call to get the other relevant data.Json:{"type": "multicall","call" : [{"...
Hi,We have a requirement to pass the date in the URL itself as 'yyyy-mm-dd' format. eg - 2023-03-28https://<url>/getEmployee/2023-03-28https://<url>/getEmployee/${(new Date()).format('yyyy-MM-dd')}"we have tried below using ${(new Date()).format('yyy...
Latest Tags
No tags yet
Kudos given to
Contact Me
Online Status
Offline
Date Last Visited
‎04/27/2023 12:31 PM