NodeTranDelete
Mon 01 January 2018Syntax
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
| 
      Field or Control  | 
    
      Definition  | 
   
|---|---|
| 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.