Question
1
Replies
31
Views
Posted: April 17, 2018
Last activity: April 18, 2018
Closed
How can I define the class to use the same external table cross 2 Pega application
One external table already defined under one Pega application, the table class was defined as Concrete with "does not belong to a class group".
I tried to use the same external table in a different Pega application, and the new table class defined using the same way as other application, but when I clicked "Test Connection", system gave the error like - one table cannot be defined more than one Concrete class for the same table.
Does anyone have any suggestion?
Hi David,
Pega internally does support multiple classes getting mapped to the same table. To differentiate the records of each of those classes, the pxObjClass column is used.
For external tables, both pzInsKey and pxObjClass are not present and therefore having multiple class instances mapped to the same table is not handled.
Regards,
Vikash