How can I change a label in a contract class? In class InventDimViewContract, method parmViewConfigId I have changed the label (@SYS14011) to a customized label (@VER200). I have made a CIL kompilation but I still get the old label in the report dialog.
[
DataMemberAttribute('ViewConfigId'),
//SysOperationLabelAttribute(literalStr("@SYS14011")),
SysOperationLabelAttribute(literalStr("@VER200")),
SysOperationHelpTextAttribute(literalStr("@SYS102592")),
SysOperationDisplayOrderAttribute('1'),
SysOperationGroupMemberAttribute('ViewGroup')
]
*This post is locked for comments
I have the same question (0)