Hello,I have "/ECMv6/request/requestHome" as landing page:It shows "You are logged in as : "username". Is it possible to change it from username to systemusername or email address?
Hello,
I have a query:
Currently, our HR system does future hiring and generates temporary Emp ID which is mapped with username in Saviynt using pending API connection
Now when actual date comes in for the employee, HR system generates actual emp ID ...
Hello,I have Azure AD SSO configured and working fine. But, in idle state (due to inactivity) it lands to following URL:https://localhost:9031/idp/SSO.saml2It doesn't look good. Is there anyway i can change it to Azure logout page or something else?
Hello,I have userimport rule written in sav2sav connection which is :-----------------------------------------------------------------------------------------------------------------<dataMapping> <before-import></before-import><sql-query description=...
Hello,I have a use case where systemusername should be generated based on some conditions:Conditions # 1 If country is "Singapore" and employee type is "Employee"....Systemusername should be <Emp><firstname intital><sing><1>here <1> should be increme...
check for trigger action....1) Trigger when User is updated from UI: Select this option to trigger the user update rule when a user is updated from the EIC user interface.2) Trigger when User is updated from Import: Select this option, to trigger use...
Can u please try this for pagination: "pagination":{ "nextUrl":{ "nextUrlPath": "${(response.completeResponseMap.d.__next == null) || (response.completeResponseMap.d.__next.equals(\"\"))?null:response.completeResponseMap.d.__next}" } }
User import xml in saviynt4saviynt connection can be used here.In xml write your query and map it to any custom attribute. Schedule a job to run saviynt4saviynt and it will update custom attribute.Based on custom attribute updation, user update can b...
try this: <dataMapping> <before-import></before-import><sql-query description="This is the Source DB Query" uniquecolumnsascommaseparated="username"><![CDATA[ SELECT DISTINCTu.username AS 'username',(case when u.enddate is null OR u.enddate >= date(n...