Describe the bug
When running org check for reports and dashboards, it throws an error stating that it did not find the customize application and bypass mfa permissions. I have the customize application since I'm a System Administrator, but the bypass mfa permission (PermissionsBypassMFAForUiLogins) is not longer available per the Salesforce documentation (https://help.salesforce.com/s/articleView?id=005321561&type=1).
To Reproduce
Open OrgCheck, go to the Reports tab and start running the job. It throws the following error:
{
"name": "INVALID_FIELD",
"errorCode": "INVALID_FIELD",
"contextInformation": {
"Alias": "reports",
"Cause": "\nPermissionSet.PermissionsCustomizeApplication, PermissionSet.PermissionsBypassMFAForUiLogins\n ^\nERROR at Row:1:Column:236\nNo such column 'PermissionsBypassMFAForUiLogins' on entity 'PermissionSet'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names.",
"Where": "RecipeManagerImpl._prepareRecipe"
}
}
Describe the bug
When running org check for reports and dashboards, it throws an error stating that it did not find the customize application and bypass mfa permissions. I have the customize application since I'm a System Administrator, but the bypass mfa permission (PermissionsBypassMFAForUiLogins) is not longer available per the Salesforce documentation (https://help.salesforce.com/s/articleView?id=005321561&type=1).
To Reproduce
Open OrgCheck, go to the Reports tab and start running the job. It throws the following error:
{
"name": "INVALID_FIELD",
"errorCode": "INVALID_FIELD",
"contextInformation": {
"Alias": "reports",
"Cause": "\nPermissionSet.PermissionsCustomizeApplication, PermissionSet.PermissionsBypassMFAForUiLogins\n ^\nERROR at Row:1:Column:236\nNo such column 'PermissionsBypassMFAForUiLogins' on entity 'PermissionSet'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names.",
"Where": "RecipeManagerImpl._prepareRecipe"
}
}