Database version: NAV 2015
How can I customize fields label caption on a page (Card type)? for example: some of the fields values on the page get calculated upon opening the page and OnAfterGerCurrRecord section of the code so I want the label caption of each field value to reflect the dates of what the value is representing. Example: As of 07/30/15: $1250.00
I already wrote the code and values are correct but I'm not able to modify the caption or the Label. Any Ideas?
Thanks
0
Answers
https://msdn.microsoft.com/en-us/library/dd339006.aspx
In the CaptionClass property of the field just call a new custom function returning '3,yourCaption'
Thanks again..