Field value on .pyCaption is unrecognized even it’s defined
Background: I defined a field value based on field .pyCaption, setting:
Translate from “CheckerNote” to “Check documents”
However, when I tried to set .pyCaption to “CheckerNote” in a data transform which is same class/branch as the field value, an error reported as below. May I know the reason? Thanks.
Errors:
- Window Caption: The Field Value with key value(s) @baseclass/pyCaption/CheckerNote does not exist
The error message you’re seeing is indicating that the system can’t find a Field Value rule with the keys @baseclass/pyCaption/CheckerNote. Field Value rules are used to localize or customize text strings in your application. If you’re trying to set .pyCaption to “CheckerNote” in a data transform, you need to ensure that a Field Value rule with these keys exists. If it doesn’t, you’ll need to create one. Please check your application to ensure the Field Value rule exists and is correctly defined.
This is a GenAI-powered tool. All generated answers require validation against the provided references.