Field value on .pyCaption is unrecognized even it's defined

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

@MaxonL16591286

Hi can more eloborate your problem or send some screenshots so that we can give exact solution.

also check the did you called this field value in appropriate place or not.

The error say that that field value caption is not present in your application or respective class.

Thanks

@MaxonL16591286 did you got any solution for this? we are also facing the same issue.

@MandeepRawat

Hi, not yet…

@MaxonL16591286

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.

:warning: This is a GenAI-powered tool. All generated answers require validation against the provided references.

References:

@MarissaRogers yes , the Field Values must be defined in class @baseclass, then it takes effect.

@MandeepRawat

the Field Values must be defined in class @baseclass, then it takes effect.