Add New Entry Point to existing Application service is missingIssue Customer has required rights but he still can't see "New" Button.ReleaseAll versionCauseThere is a security policy which required Admin override Action to be enabled to over ride permission for view.ResolutionTo enable the required permission for user group and add required user group in sys_security_acl applied on the table. eg. created seperate group which is not part of sm_admin and add it in the sys_security_acl.list for sa_m2m_service_entry_point.LIST.Related Links1. Error to view "New" Button. 2. Right click on Application Service Page and check for UI action. (/sys_ui_action.do?sys_id=8568ad5aff23210015abffffffffff2d&sysparm_view=&sysparm_record_target=sys_ui_action&sysparm_record_row=2&sysparm_record_list=table%3Dsa_m2m_service_entry_point%5EORDERBYorder&sysparm_record_rows=3) 3. Validate permission needed for given UI action. 4. I found sm_admin is a must permission. 5. issue existing with sme_admin permission as well. 6. Verified sys_security_acl.LIST has a policy "sa_m2m_service_entry_point"--> Enable "Admin Override" --> add required role which is allowed for users to add and enable View to "New" button. eg. add sm_admin as suggested in product documentation.