- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2022 10:38 AM
In my scoped application, I am using out of the box (OTB) form widget which shows related list as links. Is there any option to make the links appear as tabs?
Any direction will help. Cloning the widget is giving error for function 'hasRightsTo()' as unsupported ' data.isAdmin = gs.hasRightsTo('sp/configure.all/execute', null);'
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2022 08:47 AM
Your reference qualifier for the child reference should look something like:
javascript:'parent=' + current.parent_column;
Pass: ...&sys_id=-1
in the URL to indicate a new record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2022 08:31 AM
Hello jrmarkel,
Thanks for code update and you help, I applied the code on the widget, but problem still persists for the issue #1 and same problem exists.
One question related to "widget-form-tabbed-v2", can it be used for new record creation?
For Issue # 2 , I will send the out-of-the-box example in subsequent reply.
Thanks
Mkm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2022 08:47 AM
Your reference qualifier for the child reference should look something like:
javascript:'parent=' + current.parent_column;
Pass: ...&sys_id=-1
in the URL to indicate a new record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2022 09:48 AM
Thanks lot, reference qualifier for the child reference that worked perfect.
Regarding your suggestion to create new record. In portal, we are calling a page which has bread crumb and the 'tabbed form widget" as shown below when user click the menu item. How do I pass the & sys_id=-1 as argument?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2022 10:39 AM
Add to the URL on the menu item.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2022 11:24 AM
Thanks, Adding URL works open the form using "Tabbed Form Widget" to create a new record. I had replied earlier in another of this thread.
But there seems to certain issue. I have some client scripts on the form, that execute server-side code from client side, to auto-populate certain fields on the form. These fields are not being auto populated.