This question has been flagged
1 Reply
3176 Views

Say for instance "incoterm". By default this field will display the values of the "name" field. Say for instance I want to show "code" instead of name. How do I do this?

Avatar
Discard
Best Answer

If you want to display the code field value instead of name for every display of the Incoterm class you can add: _rec_name = 'code' before the _columns definition of the class Incoterm.

Avatar
Discard