CWOBJ7752E

CANNOT_GET_ATTRIBUTE_CWOBJ7752=CWOBJ7752E: The {0} attribute from the {1} object cannot be retrieved.

Explanation

The attribute must be defined as a public field. Otherwise, a public getter method is associated with the attribute.

User response

Ensure that the attribute is defined as a public field. Otherwise, a public getter method is associated with it.