We use a portal that has self-registration.
Our users are used to going to IGL for application requests.
I have a JS block to open the registration website, but since nothing else is required by an approver, etc, I want the form to close automatically as soon as the JS block runs.
Thoughts?
Shlomo
... View more
Hi, I'm using the new REST collector framework to configure an Identity Collection from SAP SuccessFactors. I have a challenge with the format of a date attribute at the moment: The startdate of a user is returned in a JSON Date format: "/Date(1267401600000)". How can this be transformed in a date-time string like "12-03-2020 14:00:00" ? Thanks, Koos
... View more
I am able to successfully pull in Azure accounts using a REST ADC (Graph API) in IGL 7.2 P02 into IGL I am trying to find if an account is enabled and none of the below attributes work: accountEnabled blockSignIn I get an error when I add the above in the Collector Mapping Parameters: $.value .accountEnabled When I run a test - do not get any results: {$.value .userPrincipalName=999, $.value .displayName=999, $.value .mail=999, $.value .accountEnabled=0} When I use Postman to retrieve - I get the below for each account. Would like to understand how this translates in IGL "accountEnabled" : true
... View more
Hi, We are currently running IG&L 7.1.1 patch 5 and want to move to 7.2 patch 1. Just want confirmation that the upgrade path will be upgrade to 7.2 then apply patch 1 on it and that you can't go directly to 7.2 patch 1 ? Thanks.
... View more
Hi! I recently had a customer who wanted to migrate from 7.1.1 -> 7.2.1. After this migration, in a testt environment, we noticed that some bugs started to appear in the Approval workflows. I reinstalled my own environment with 7.2.1 to have a fresh install to see if this was a general bug with 7.2.1 or if it was only in their environment and I got the same result. I patched the environment to 7.2.1 P01 and still had the same issues. The bug seems to appear when I modify the name on a button transition(the workflow). After the name is modified the button name in the approval form is in all uppercase and the option to partial reject disappear. The standard supplied workflows works as expected but as soon as you modify the name on a transition the bug appears. I have tried using the standard CR approval template and tried using the Role Owners Approval workflow. I haven't touched the approval forms I only modified the name in the button transition. Approval using the Standard role owner approval workflow: Approval using the Modified role owner approval workflow (appended an a the end of each name): Sometimes, on the modified workflow, partial rejected is apparent(modifyPic_1) but after I click on rejected(modifyPic_2) and then back again to accept(modifyPic_1) the partial rejected option has disappeared. (modifyPic_1) (modifyPic_2) (modifyPic_3) I'm wondering if anyone has experienced the same or could try this case to see if this is an general problem? (Mostafa Helmy (?), Ian Staines (?)) (The data used in this example is just test data and fictional data) //Johan
... View more