Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
5935 Visualizzazioni

I made a new module , everything is working good, but when saving the form ,the view top header displays " form name/table name,id" while I want it to save it in " form name/field entry". May someone help me please .

Avatar
Abbandona
Risposta migliore

Set rec_name on your current objcet

_rec_name = 'Fieldname'

ex

_rec_name = 'name'

Thanks,

dsouzajoseph199@gmail.com

Avatar
Abbandona
Autore

thank you ... it works !!!