cancel
Showing results for 
Search instead for 
Did you mean: 

MDG-C: How to add field label in front of my custom fields

0 Kudos

Hi All,

I have a custom field at my MDG screen, which is department type(Customer).

want to display that fields description immediate user selects from F4.

Same description should come as we have in F4 help for that field.

can we utilize F4 help description for the same.

please suggest how to approach.

Accepted Solutions (0)

Answers (1)

Answers (1)

varun_jain3
Active Participant
0 Kudos

Hi Rajkamal,

You need to enhance you feeder class method CREATE_STRUCT_RTTI for txt field.

and method get_data you need to add logic to retrieve txt/description on that field.

Varun