Can someone guide me to why does this error popup
I have a model SLD_HRApplicationFoundation, which has a SLD_HRP label file. When I check for best practices, I get the following error
BP Rule: [BPErrorUnknownLabel]:Path: [dynamics://EdInt/SLD_HRRetirementAge]:Unknown label
'@SLD_HRP:Param0014'. Legacy labels (such as label id @SYS12345) are case insensitive and
modern labels (such as 'MyLabelId' in @MyLabelFile:MyLabelId) are case sensitive. Use upper
casing when referring to legacy labels and exact casing for modern labels.
Where as my SLD_HR.en-US.label.txt file has the following entry
Label ID: Param0014
Label: Default retirement age
Description: Help text for retirement age years
and the properties set for SLD_HRRetirementAge EDT as
Label: @SLD_HRP:Param0013
Help text: @SLD_HRP:Param0014
I am currently running AX7 update 8 and SLD_HRApplicationFoundation model has been build to latest changes and database is synchronized as well.
*This post is locked for comments
I have the same question (0)