Getting datetime-string-format-incorrect while exporting users from SAP to FIM Portal

Veerappa Kammar 1 Reputation point
2022-08-23T10:31:50.01+00:00

Hello Team,

Please help here for DateTimeFormat for EmployeeStartdate. The Attribute name is StartDate from SAP and value is 233910-image.png

The meteverse Attribute that i have created like below,
233988-image.png

The function i used in the SAP Inbound Sync rule is
CustomExpression
IIF(IsPresent(StartDate),IIF(Eq(StartDate,""),Null(),StartDate),Null()) - EmployeeStartDate

The Portal Server Time is
233940-image.png

Kindly validate and let me know where i would need to correct?

Thanks & Regards
Veerappa kammar

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
617 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Veerappa Kammar 1 Reputation point
    2022-08-23T10:59:06.5+00:00

    and the MIM Portal time as below,
    234006-image.png

    0 comments No comments

  2. Veerappa Kammar 1 Reputation point
    2022-08-23T13:36:39.013+00:00

    also tried this function as well, not working,
    DateTimeFormat(StartDate,"yyyy-MM-ddTHH:mm:ss.000")

    getting below error,
    234080-image.png

    Kindly help me what would be best solution?

    Thanks
    Veerappa

    0 comments No comments