cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

disable Add feature of UDO in B1 development?

0 Kudos
417

Hi,

is it possible to disable Add feature of a UDO form in B1? for instance, i just want that UDO to have the update function, in fact that UDO is used to configure some basic parameters. i known it can be achieved using the B1 user form, but because UDO has some advantages, such as the ability to configure menus and titles. i tried to disable Add feature through the API, but it didn't work.

View Entire Topic
former_member595093
Participant
0 Kudos

if your form is "AddMode", write button (ItemUID = 1) click before event.

BubbleEvent = false;