cancel
Showing results for 
Search instead for 
Did you mean: 

UDF for Manufacturers and Carriers

former_member303406
Participant
0 Kudos

Hi all,

since there is not much information in the Carriers, manufacturers and other similar tables, we would like to create UDF in order to save more informations. But it seems it is not possible... ! Why are we unable to create UDF in all tables ... or almost all tables ? Is it planned for someday ?

Thanks,

Luce

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member196647
Contributor
0 Kudos

Hello,

Though all tables are not exposed through inteface for creating UDF, but it is possible to create UDF in all tables. You'll have to either use code (DI-API) or you can also compile and use a sample application provided with SDK. In this sample application, you directly enter the table name (like OCRD, OSHP etc) and create UDF.

Regards,

Rahul Jain

former_member303406
Participant
0 Kudos

Good morning Rahul,

Really ? It's possible to do so via SDK ? Is it complicated ? Is there code sample somewhere ?

thanks,

Luce

former_member303406
Participant
0 Kudos

Hi again !

But... if we add UDF to tables for which we can't add UDF via B1 interface... will we have access to those UDF in the appropriate forms in B1 interface ??

thanks,

Luce

Former Member
0 Kudos

Hi Luce,

If UDF could not be added for certain tables, you may always create UDT. You will have more power on your own UDT.

Thanks,

Gordon