cancel
Showing results for 
Search instead for 
Did you mean: 

Need to add data into UDT via DI API SAP Business One SQL

nikunjmehta2290
Participant
0 Kudos

Dear all,

I have created one form using visual studio for SAP B1. Attached snap for same. 

nikunjmehta2290_0-1712648459681.png

I have created one UDT into SAP for same.

Now , I need to add records into UDT which is created for this above snap.  User will click on ADD button and records will be add into UDT.  UDT type is No Object. 

SAP Business One SQL

Regards,

Nikunj Mehta

Accepted Solutions (0)

Answers (1)

Answers (1)

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi nikunjmehta2290,

  • If the UDT is No Object Type, you can insert the data.
  • If the UDO is registered for this UDT, the data can be inserted automatically.

Kind regards,

ANKIT CHAUHAN

SAP Business One Support

 

nikunjmehta2290
Participant
0 Kudos

Hi,

Here, UDT is No Object type.  How can I add this data using visual studio ?