Question
tcs
tcs
IN
tcs
Posted: Jul 11, 2022
Last activity: Jul 11, 2022
Last activity: 11 Jul 2022 2:01 EDT
Closed
what is the primary key pc_assign_worklist
what is the primary key of pc_assign_worklist?
***Edited by Moderator: Pooja Gadige to add capability tag***
To see attachments, please log in.
@NIMMAGADDAM
pzInsKey (pxRefObjectKey) of work-object and flow name (pxFlowName) is the primary key of pc_assign_worklist table. You will be able to find table key information by opening respective table class instance. pc_assign_worklist table is getting mapped to Assign-Worklist class.
Basically Assign- table is to hold work-object assignment related information, that's why pega is having pzInsKey and respective assignment flow name as key for this table.