"Assign Survey" UI Action / Button in Survey Definition Form is not visible for a userIssue User does not have the "Assign Survey" UI Action available in the Survey definition formCauseThe user does not have the role required to view the "Assign Survey" UI Action. The canUseUiAction function in the AssessmentUtils Script Include checks if the user has the admin, survey_admin, or assessment_admin role. If the user does not have any of these roles, the function returns false, and hence the "Assign Survey" button is not visible.Resolution1. Identify the user who needs access to the "Assign Survey" UI Action.2. Grant one of the following roles to the user: admin, survey_admin, or assessment_admin.3. Verify that the user can now see and use the "Assign Survey" button in the Survey definition form.Note: Adding the assessment_admin role was tested and confirmed to resolve the issue. However, it is recommended to use the least privileged role necessary to maintain security.