cancel
Showing results for 
Search instead for 
Did you mean: 

How to insert userdefined field values in system table

Former Member
0 Kudos

hi all

how we can insert the value in userdefined field to the system tables..

Thanks

Neetu

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member201110
Active Contributor
0 Kudos

Hi Neetu,

Please could you clarify what you are trying to do. Are you trying to update this UDF via the DI API or the UI API?

If it's the DI API then most objects in the DI API have a UserFields property that returns a collection of the UDF values for the selected instance of the object. You can use this collection to read or write values to any UDF and then update the object to save changes.

Kind Regards,

Owen

Former Member
0 Kudos

Hi,

There is no need to insert the values in UDF on system field.

If you create the field on a system form, then B1 automatically take care of the UDF.