This question has been flagged
1 Reply
3255 Views

Hi All,

I have created a new form view. But when I save the record, I see at the form title 'Promotions: promotions,2'. (Promotions = name of view)

Is it possible to change the 'promotions,2' into a field value?

Thx!

Avatar
Discard
Best Answer

Hi,

You have to at least define one column named "name" or you have to define _rec_name into your class.

System will give us the title as like you got when system not able to find the name column or _rec_name attribute set.

So, after making this change your issue will resolve.

Avatar
Discard