Console and Workspace sync issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
In servicenow we have a custom application called Onsite in that i have a table called PP[Prevention Plan] and when try to renew the PP record by renew button in console the old PP gets inactive and open a new record automatically but in workspace its not the same. When I click on renew button the old gets inactive stays the new records will not open. I need to go back and refresh the page then I have to open a new created records. Please give me solution to sync the console and workspace.
-----------------------------------------
In UI action script we are using :-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello Pavan,
As of now the url which I can see has 2 tables, one is Contractual Frame and the Prevention plan table is extending from contractual frame[URL :: https://airbusoperationsdev.service-now.com/x/aif/onsite-wks/record/x_aif_onsite_airb_contractual_fr...
Now what you have suggested in step 2 I am a bit confused as in what url I should add in -
// Workspace navigation — opens the new PP record
var url = '/now/workspace/agent/record/' + tableName + '/' + newSysId;
window.location.assign(url);
could you please help me with this.
Thanks and Regards,
Anuradha.
