cancel
Showing results for 
Search instead for 
Did you mean: 

Invoice form Userdefined fields

Former Member
0 Kudos

how to access userdefined fields on the Invoice Form through code.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ankit,

i have created some UDO fields for AR-Invoice form.i wants to be able reference the Fields on the form and populate it with data through  coding

Former Member
0 Kudos

hi.

Can u plz show me the imae..

what i understood is u create a field at right side ok..udf

and  u want to load some values into the  udf field am i currect..

may i know which  table  values u want to load...

if u create  udf like combo box u can add valid valus ok...

in user defined fields we can add it easily..

and one more point...

you can add  or attach no user defined table to the field..

what u want...

Former Member
0 Kudos

hello

i want to populate the textbox control for on of the UDO Fields through code.

    

AdKerremans
Active Contributor
0 Kudos

Hi Prince,

the form object has a property UDFFormIUD, this gift the UID of the UDFForm.

You can access the fields using this uid.

Regards

Ad

Former Member
0 Kudos

when the form loads it comes with empty string for UDFFormIUD property although it shows the the form along with the UDFForm.

AdKerremans
Active Contributor
0 Kudos

Hi Prince,

Is this in the before or after formload?

Regards

Ad

Former Member
0 Kudos

hi Ankit,

Is in before formload

AdKerremans
Active Contributor
0 Kudos

Hi,

You should do this in the afterformload or in the After_data_load event.

Regards

Ad

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Prince,

Will you please explain about accessing user defined fields ? Means what do you want to do ?

Thanks & Regards

Ankit Chauhan