-
Feedback of new Pause Update rules
Due to the new update, customer will need to update 4 times a year.
Previously, customer could plan for 2 or 3 times upgrade each year.
The time between release date of each version and the upgrade date is not sufficient for customer to complete regression test because they have many entities and LE.
Customer would like to have 3 times pause version as before.
Reference document: Pause service updates through Lifecycle Services (LCS) - Finance & Operations | Dynamics 365 | Microsoft Learn
-
Standard code does not work with custom module
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
-
Reactive the report "Dormant user security accounts"
Hi Team,
It seems that the Dormant user security accounts is stop working for all of my environments and showing the wrong data. I need the report to be reactive again.
Please help to check and re-active the request.
