- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2018 02:52 AM
In Customer service portal , my menu item is HREF/URL type. I want to know HREF/URL , so that a form should be displayed for the user to enter a case.
I tried this HREF/URL- id=csm_cases&table=sn_customerservice_case&create=csp. Please advise me on this
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2018 03:08 AM
I am not familiar with Customer Service Management but to open a new record using Service Portal out-of-box form widget the URL would look like: /?id=form&table=incident&sys_id=-1. The sys_id=-1 is what tells the form to create a new record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2018 03:08 AM
I am not familiar with Customer Service Management but to open a new record using Service Portal out-of-box form widget the URL would look like: /?id=form&table=incident&sys_id=-1. The sys_id=-1 is what tells the form to create a new record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2018 03:28 AM
Thank you very much sir. It worked in CSM module. Just changed the table name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2018 03:40 AM
One quick question- In CSM Portal, I want to display the cases created by the logged in user in a list.
But all cases are showing in the page.
I tried this HREF/URL- ?id=csm_cases&table=sn_customerservice_case&view=css
Can you please tell me HREF/URL.
I believe that this would be same for incident table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2018 03:41 AM
One quick question- In CSM Portal, I want to display the cases created by the logged in user in a list.
But all cases are showing in the page.
I tried this HREF/URL- ?id=csm_cases&table=sn_customerservice_case&view=css
Can you please tell me HREF/URL.
I believe that this would be same for incident records.