Question
DataType - Local Data Storage (data table) - PRPC 7.1.8 - Unable to see/ edit records
Issue:
My requirement is to store a set of records in a data table and delegate it to a Case Manager to easily edit the records.
But as we are no longer have data tables in PRPC 7.1.8 version , We are trying to do it through Local Data Storage but no matter how many records we add, it shows no items.
Also it shows the warning message that a dedicated database table is needed. But I do not want to create a dedicated database table. So Can we fix it to map it to pr_other data table as shown below? or will there be any effect on other classes mapping to pr_other?
We are trying to do it through Local Data Storage but no matter how many records we add, it shows no items
>>> Is this a new Data table you created in 7.1.8 and used new Data source?
The dedicated DB table creation failed and that must be because the DB user Pega is configured with does not have the necessary permission to create a table.
When you click the link "here" does it tell you what error it failed with?
Even if the dedicated DB table did not get created, it seems the Data record was mapped to some table - probably pr_other.
Now are you trying to add records from the UI and they don't get populated while the application doesn't throw an error?
Check your logs as that might contain more details. Nonetheless, if the UI doesn't give you an error when adding record, that should be reported as a bug.