Question
Ness Technologies
IN
Last activity: 13 Dec 2016 4:09 EST
Difference between pxcoverinskey and pxcoveredinskey and their relation
How are pxcoverinskey ,pxcoveredinskey and pzinskey are related to each other in Case -subcase relation?
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Incessant Technologies
IN
Hi,
Just want to add on top of what DharanitharanR said.
pzInsKey - Unique identifier of all type of cases.
pxcoverinskey - Indicates the pzInsKey of parent case for any subcase. It measn if you read this property for subcase it will same as PzInsKey of its parent. For parent case, the value of this property will be null.
pxcoveredinskey - Set of pzInskeys of all child cases of any parent case. If you read data for parent case you see something like this for value of pxcoveredinskey . C1 is the child case here.
-<pxCoveredInsKeys REPEATINGTYPE="PropertyList">
<rowdata REPEATINGINDEX="1">INSY-INSURANCE-WORK C-1</rowdata>
</pxCoveredInsKeys>
Hope this helps.
Areteans Technologies
AU
The key are the pzInskey of Parent and the child/subcases
IKOR
AU
Hi there,
In Case-Subcase relation, pxCoverInskey is the Parent's case pzInskey which is linked to all the associated child cases. pxCoveredInskey which is of type value list contains all the associated child case's pzInskey attached to the parent case.
Accepted Solution
Incessant Technologies
IN
Hi,
Just want to add on top of what DharanitharanR said.
pzInsKey - Unique identifier of all type of cases.
pxcoverinskey - Indicates the pzInsKey of parent case for any subcase. It measn if you read this property for subcase it will same as PzInsKey of its parent. For parent case, the value of this property will be null.
pxcoveredinskey - Set of pzInskeys of all child cases of any parent case. If you read data for parent case you see something like this for value of pxcoveredinskey . C1 is the child case here.
-<pxCoveredInsKeys REPEATINGTYPE="PropertyList">
<rowdata REPEATINGINDEX="1">INSY-INSURANCE-WORK C-1</rowdata>
</pxCoveredInsKeys>
Hope this helps.
-
Abhishek Pabitwar Brijesh Vanapalli Byron Lopez
Pegasystems Inc.
IN
I would also suggest going through the below link to understand on cover and covered so that you get an understanding of APIs also. AddCovered etc along with meaning of these two properties.
https://community.pega.com/sites/default/files/help_v61sp2/procomhelpmain.htm
Metafinanz
DE
Simpler definitions:
pxCoveredInsKeys : StringList of the keys of covered work objects
pxCoverInsKey : Key of the associated Work-Cover- object
pzInsKey : Key of Instance