cancel
Showing results for 
Search instead for 
Did you mean: 

Getting an User defined Field on a System Form

Former Member
0 Kudos

Hi

As i mentioned in the Subject. Is it possible?

Especially i would like to DataBind the Field.

TIA

Phil

Accepted Solutions (1)

Accepted Solutions (1)

Trinidad
Product and Topic Expert
Product and Topic Expert
0 Kudos

You can bind an edit text with the field you have added the same way as when you work with a form you have defined (you can use View->Debug Information to obtain the Id of your field).

The only thing is you must bind your item to the corresponding table/alias everytime the form will be loaded (you must listen for the appropriate ItemEvent).

Hope it helps

Trinidad.

Answers (0)