CRUD is not working on Reusable data types from div and Organization layer in Infinity 23
Hi,
I am on VM machine with version of Pega Infinity 23'1 installed.
I am trying to perform CRUD operations from the implementation layer on a reusable data table i.e. data table is created in Organization layer and I have added this data table as existing data type on the implementation layer.
On running CRUD from the portal it fails saying "Error occurred please contact your system administrator". When I was tracing it, I found out that it is unable to get the pyGUID correctly to perform an action.
At the same time, when I am creating a data table in the implementation layer and perform CRUD on it, it works perfectly fine.
Is there a product limitation for Infinity 23 for CRUD on reusable data tables or is it some configuartion which we need to do to for the same?
Please help me on this