コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
5927 ビュー

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 .

アバター
破棄
最善の回答

Set rec_name on your current objcet

_rec_name = 'Fieldname'

ex

_rec_name = 'name'

Thanks,

dsouzajoseph199@gmail.com

アバター
破棄
著作者

thank you ... it works !!!