New Contact Button is not working Properly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi Team,
I have added a New Contact Button with Ui action on Service Now Workspace . On clicking + Menu the Create New Incident . Create New Incident Page is displayed. There on clicking New Contact , it is directed to Contact Directory Page. Here it is working but When I am selecting on the list page of the incidents, in the details Section, on clicking of New contact it is not working. Can any one please provide the solution , why ui action is not working Properly.
It is working Properly here.
but it is not working here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
@madhu110 is this a custom table? u_contact_directory . I realised that function g_service_catalog.openCatalogItem() is used to open catalog items and not a custom table. To open a custom table you need to use below code:
Last check is to add onClick() in OnClick field on ui action form.