<<Back
·
When
we create any rule in PRPC, the rule will saved into the OOTB table.
·
When
this rule is getting saved into the table, PRPC generates a Primary Key Called
‘pzInsKey’ and saves it with reference to pzInsKey.
·
pzInsKey
column is the Primary column for all the tables in Rulebase.
·
pzInsKey
:- It is combination of <Instance Class Name> <<Space>>
<Class Key>
·
For
Example :- WO is instance of Class AXA-Insurance-Work and Class Key is pyID
then
o
pzInsKey
= ‘AXA-Insurance-Work pyID’ — If pyID = C-123
o
pzInsKey
z= ‘AXA-Insurance-Work C-123’
·
Operator:
- Operator is an instance of class Data-Admin-Operator-ID. Class key is
pyUserIdentifier.
·
When
we create a new operator it gets saved into the OOTB table PR_OPERATORS with
o
pzInsKey
= Data-Admin-Operator-ID pyUserIdentifier
·
pyUserIdentifier
is an OOTB property which holds the value of Operator ID.
·
If
Operator ID = Admin@axa
o
pzInsKey
= ‘Data-Admin-Operator-ID Admin@axa’
·
When
we with an OepratorID ABC, the details of current operator will be available on
the clip board under on a Page ‘OepratorID’ under system pages.
·
The
below are OOTB Properties related to Operator
o
pyUserIdentifier
–> Holds Operator ID
o
pyFirstName,
pyLastName, pyUSerName, pyAccessGroup, pyReportTo –> Holds the operator id
of his manager.
·
Obj-Open-By-Handle: - This method is used to fetch a
single record from the table based on pzInsKey.
No comments:
Post a Comment