Hi,
We have added a number of fields to the Item Page that uses CaptionClass functionality to dynamically set the Field Caption. We have used the standard way to do this via the CapationClassTranslate function in codeunit 1 and populating the CaptionClass property on each of the fields.
This has always worked fine pre-RTC and even works correctly when running the Page from the Development Environment, but when run from the Role Centre or when run via the Item List or via a lookup the captions don't display.
The standard Dimension Captionclass functionality works correctly too.
Any help would be very appreciated.
0
Comments
Works fine in 2013 too...can be a suitable solution in your case?
I've tried adding the Captionclass call in both the page and the table and added currpage.UPDATE(FALSE) to the onaftergetrecord.
The problem seems to be when the record is already in memory so the call to the server doesn't have to happen again.
Very confusing!