- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2018 08:23 AM
I'm trying to create a new record for a custom table (u_qsse_query) from an 'Icon Link' Widget. If i set the URL to u_qsse_query.do it opens a record but not in the portal (as expected). I have tried linking it to a new page (qsse_log_query) but when i click on Log a Query all i get it 'record not found'. How can i link it to create a new record within the portal view.
I'm sure i'm missing something very simple here, help greatly appreciated!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2018 10:39 AM
Hi Richard,
You should use below link
/sp?id=form&table=u_qsse_query&sys_id=-1
form is the Service portal widget. You need to pass sys_id as -1, so that it creates a new record.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2018 10:59 AM
Spot on! Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2018 11:35 AM
Apologies for piggy backing another question!
If i wanted to add other widgets above the new record i would create a page add the widget i require (e.g Breadcrumb, Icon Link and form)
In the Form widget i launched 'Open in Platform' and added the URL you provided
but this time i get Record not found in the Form widget.
Any ideas?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2018 11:41 AM
You need two pages.
One with the icon Link. When you click that it should point to another page. That 2nd page should have the form widget.
So the icon link url on page1 should now point to /QSSE?id=your_2nd_page_id&table=u_qsse_query&sys_id=-1, where the form widget lies
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2018 12:27 AM
Got it cheers!