Question
AMEX
US
Last activity: 9 Feb 2016 11:13 EST
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?
pr_other stores all kind of 'other' data and the 'warning' is there for a reason since looking up records on this table will cause performance impact especially since everything is going into the BLOB. So, not showing you records is part of design and will save the system from running into performance issues.
Dedicated tables that hold scalar columns are easy to lookup and is the approach we'd like you to take.