OTB Form widget - how to display related list as tab instead of link

mkm1
Mega Guru

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);' 

 

1 ACCEPTED SOLUTION

 

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. 

View solution in original post

14 REPLIES 14

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

 

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. 

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?

find_real_file.png

Add to the URL on the menu item.

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.