Change a dialog field name

Hi,

Is it possible to change the name of a dialog field which extends Runbase without overrlayering?

For example, if dialog field name is “Vendor Id”. I need to change it to “Vendor Number”.

The class is in Application Suite. I tried creating a post event handler of “dialog” method but could not get buffer for this statement which defines the field name.

Any feedback will be appreciated.

Regards,

Anitha.E

Which class it is?

By the way, it seems you want to change the lookup, not the name of the dialog field. Using correct terminology will help you to avoid misunderstanding.

You need to change the label of field not name is it ?
if yes then personalize the dialog go to the class which is using find the dialog field “vendor id” group and change the lable of that dialog field.