cancel
Showing results for 
Search instead for 
Did you mean: 

Default forms in SAP B1 main menu.

Former Member
0 Kudos
1,126

Hi All,

Let me know please, how to fix the forms( or moving) in SAP B1 Main menu, which i have created thru'

Tools --> User defined objects ---> default forms.

Regards & Thanks,

Venkatesan G.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

I have similar question. I created UDO and set CanCreateDefaultForm = SAPbobsCOM.BoYesNoEnum.tYES;. Tools->User-Defined Objects->Default Forms menu is diabled. How enable this menu or open Default Form in code, without using B1DE.

Regards,

Hmg

Answers (2)

Answers (2)

Former Member
0 Kudos

hi!

i think you can use bubble event catch menu_event. set bubble event then menu_event not return to SBO application and you can load your form as default form

Gianluigi
Product and Topic Expert
Product and Topic Expert
0 Kudos

See

Former Member
0 Kudos

Hi,

Thanks a lot.

As you said, it can be created as xml thru' SBO UDO form generator(B1DE) then the xml will be loaded in our menu event.

But I want to use the default form as it is without converting it as xml.

But the form name alone I need to display in my add-on menu. If I click the menu, the default form has to open. Any possibilities is there to do?!

Thanks & Regards.