cancel
Showing results for 
Search instead for 
Did you mean: 

default columns in default form

Former Member
0 Kudos

Hi,

I want to add default fields to default form while creating UDO by code. I can add only one column i.e. "Code" to default form.

I want to add multiple fields on it.

Can anybody help me for this on priority basis?

Accepted Solutions (1)

Accepted Solutions (1)

Trinidad
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

You have to fill the FormColumns collection with all the fields you want to show in the default form, FormColumns is a property in the UserObjectsMD (DI API). There is a sample in the help file -> DI API -> UserObjectMD_FormColumns object.

Hope it helps

Trinidad.

Former Member
0 Kudos

Trinidad,

Thanks a lot for your help.

It will appriciatble if you give me sample code for the same.

Trinidad
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Praveen,

You have a code sample in the Help file -> DI API -> UserObjectMD_FormColumns object.

There is also a sample in the UDO sample given with the SDK.

You have to use the SDK Help file and samples to search for information, in this forum we help you to identify which objects-methods you have to use.

Regards

Trinidad.

Answers (0)