How to implement project status approval to project manager for specific country?
Summary:
There's an enhancement raised by a client where they want to send the project status approval to the project manager for a specific country only.
Content (please ensure you mask any confidential information):
We have tried using below If and then tests but it is not working. It is reverting back to the project status of "New."
IF
ProjectTeamMember.teamMemberRoleName.toLowerCase() is "project manager" and
ProjectStatusNotificationApprovalPayloadType.projectStatusApprovalEventInfo.projectStatusName.toLowerCase() is "new - pending approval"
the following test is true
ProjectStatusNotificationApprovalPayloadType.project.businessUnitName.toLowerCase() in "country name 1," "country name 2"
We have also added the rule below on the existing rules and on the skip rules we have.