1
We got the issue that the standard method and module call code cannot work on the custom form.
Here is the code we are using:
try
{
//Search user by principal email.
user = SysUserMSODSImportHelper::getMicrosoftGraphClient().GetUserByUserPrincipalName(userEmail);
if (user != null)
{
this.InsertUserRow(user,_retailStaffID);
}
}
Please help us to suggest if any further method/ input need to be added
STATUS DETAILS
New