Posts: 96
Threads: 13
Joined: Jan 2017
Reputation:
22
Joe, my corebos version it´s different, and with this data the action link don´t appear in the Detailview...
I try to do the same funcionality adding a special block to a module using templates. In this case, the logical code must be in the DetailView.php file, but in this file, can I obtain the id of the current register?
In global values I see $mod_strings, $app_strings, $currentModule, $current_user, $theme, $log.
What is the value of the current Id? Or in what way I can obtain it? Thanks!
Posts: 3,565
Threads: 36
Joined: Apr 2014
Reputation:
49
normally it is {$RECORD}, the documentation says you also have {$FIELDS->anyfield}, so probably {$FIELDS->accountid} (for example)
Joe
TSolucio
Posts: 96
Threads: 13
Joined: Jan 2017
Reputation:
22
Thanks, Joe. $record works. Can you send me the link of the documentation?
Regards and happy new year