cancel
Showing results for 
Search instead for 
Did you mean: 

Registering a UDO through Service Layer - Similar to Object registration wizard in B1

deepeshgopal
Discoverer
0 Kudos

Hi,

Just as we have UDO registration wizard in SAP B1 desktop client, that UDO registration menu is not there in SAP B1 web client. Is it possible to do the same functionality through service layer for B1? The table which holds the data in B1 is OUDO and its child tables(UDO1,UDO2,UDO3,UDO4). Which object in service layer (if any) can be used to (insert\update ) accomplish this functionality?

View Entire Topic
ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi deepeshgopal,

Yes, you cannot create the UDO in Web Client yet.

However, you can use Service Layer to create the UDO.

Refer to the UserObjectsMD entity in Service Layer API reference document.

Hope it helps!

Kind regards,

ANKIT CHAUHAN

SAP Business One Support

deepeshgopal
Discoverer
0 Kudos

Thank you ANKIT. This resolved the issue . We need to fill the UDO related fields using service layer then the default form will appear in web client.

Thanks for your help.

Deepesh