cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in registering UDO

Former Member
0 Kudos

I'm trying to register UDO by coding with the Find series checkbox to be checked.

This is my code

Dim bonUserUDOMD As SAPbobsCOM.UserObjectsMD = gonComCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oUserObjectsMD)

bonUserUDOMD.CanFind = SAPbobsCOM.BoYesNoEnum.tYES

But my UDO is registered with Find series Unchecked

How to Solve it?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The reason is, because you didnt specify

UserObjectMD_FindColumns - you cannot add find to yes without specifying the columns for finding.

hope it helps

Answers (0)