Page 1 of 1

Customize "New Business Object" Dialog

Posted: Fri Jan 31, 2014 10:51 am
by LeleDiEdo
Hi,

Out of the box, when a user select "New Business Object" menu item from the designer, a dialog appears. It is possibile to customize this dialog or display a custom dialog so the users can select a business object structure from other sources such as file or calling a web service?

Thanks

Re: Customize "New Business Object" Dialog

Posted: Fri Jan 31, 2014 11:14 am
by Alex K.
Hello,

Unfortunately, it is not possible.
As a way, you can implement it in your application and register a selected business object for report..

Thank you.

Re: Customize "New Business Object" Dialog

Posted: Fri Jan 31, 2014 11:20 am
by LeleDiEdo
Thank you for replay.

Anyway, it is possible to disable the "new business object" menu item?

thanks again

Re: Customize "New Business Object" Dialog

Posted: Fri Jan 31, 2014 1:18 pm
by Alex K.
Hello,

You can use the following code:

Code: Select all

var service = StiSLDictionaryPanelService.GetService();
service.ShowBusinessObjectNewMenuItem = false;
Thank you.

Re: Customize "New Business Object" Dialog

Posted: Fri Jan 31, 2014 1:42 pm
by LeleDiEdo
Thanks you!

Re: Customize "New Business Object" Dialog

Posted: Sun Feb 02, 2014 6:02 am
by Andrew
Hello,

We are glad to help you!

Have a nice weekend.
Thank you.