Not able to add/update the records in data type from the front end

Hi All,

While opening the Data Type, we are not able get an option tp Add or update/delete the instance from Records Tab. It was blank screen after the display of Source. The highlighted error have been triggered and observed in Test env only. It was working as expected in non prod environments.

Error Details
com.pega.pegarules.pub.PRRuntimeException: Section ‘pzDataTableActions’ execution error on page ‘’ of class ‘abc’. : Error evaluating cell visible when ‘pzIsDeleteRecordVisible’.

Any suggestions to fix this type of issue?

Thanks in advance.

Regards
SVA Quest

@SVAQuest

  • pzIsDeleteRecordVisible this when rule is in Data- class, can you please check whether your data type class is having Data- class in the inheritance ?

  • Also please compile this OOTB function which has been used in the above when rule pxRuleManagement • pzIsDeleteRecordVisible–()

Note: Usually all the data types will have Data- class in the inheritance path, just basic check as it says error evaluating when.

Thanks,

Vinay

Hi Vinay,

Issue is resolved after changing the class inheritance related to Data-. Thank you for the insight.

Regards

SVA Quest