RelNodeTranDelete function
Syntax
RelNodeTranDelete(RelationshipId , SrcTrxType, SrcNode, SrcRqstMsgName, SrcRqstMsgVer, TgtNode, TgtRqstMsgName, TgtRqstMsgName, TgtRqstMsgVer)
Description
Use the RelNodeTranDelete function to delete a transaction modifier.
Parameters
| Parameter | Description |
|---|---|
|
RelationshipId |
Specify the relationship ID as a string. |
|
ScrTrxType |
Specify the source transaction type as a string. |
|
SrcNode |
Specify the source node as a string. |
|
ScrRqstMsgName |
Specify the source request message name as a string. |
|
ScrRqstMsgVer |
Specify the source request message version as a string. |
|
TgtNode |
Specify the target node as a string. |
|
TgtRqstMsgName |
Specify the target request message name as a string. |
|
TgtRqstMsgName |
Specify the target message name as a string. |
|
TgtRqstMsgVer |
Specify the target request message version as a string. |
Returns
A Boolean value, True if the function completed successfully, False otherwise.
Example
&ret = RelNodeTranDelete("QE_TEST", "CMS_TEST", "CMS_TEST_LOCAL", "OA", ⇒
"ROLESYNCH_MSG", "VERSION_1", "CMS_TEST_LOCAL2", "ROLESYNCH_MSG2", ⇒
"VERSION_1",);