NodeTranDelete function
Syntax
NodeTranDelete(MsgNodeName, EffDt, TrxType, RqstMsgName, RqstMsgVer)
Description
Use the NodeTranDelete function to delete a node transaction.
WARNING:
If you delete a node transaction, any transaction modifier using that transaction is also deleted.
Parameters
| Parameter | Description |
|---|---|
|
MsgNodeName |
Specify the message node name as a string. |
|
EffDt |
Specify the effective date as a string. |
|
TrxType |
Specify the transaction type as a string. |
|
RqstMsgName |
Specify the request message name as a string. |
|
RqstMsgVer |
Specify the request message version as a string. |
Returns
A Boolean value, True if the function completed successfully, False otherwise.
Example
&ret = NodeTranDelete("QE_LOCAL", "1900-01-01", "IA", "ROLESYNCH_MSG",
"VERSION_1");
Related Topics