cancel
Showing results for 
Search instead for 
Did you mean: 

UI Form UDO deactivate Addmode and Searchmode

Former Member
0 Kudos

Hello all,

so I need to deactivate the forms Add mode and Search mode. Is there a way of doing this?

Or do I hava to use a non UDO Object related Form?

Best regards

Oliver

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can set the supportedModes of your form and setAutoManaged to true (For more information about SupportedModes see SDK help center), or you can deactivate your menus using this code

_Form.EnableMenu("1281", false)

_Form.EnableMenu("1282", false)

Former Member
0 Kudos

Thank You very much

Oliver

Answers (0)