Option | smallint | Yes | Trx Option - 3=Void Transaction; 4=Void Receipt(not used) | IN |
VOIDDATE | datetime | No | Void Date - will use origiginal date if not filled in | IN |
VOIDDESC | char(30) | No | Description - defaults from original transaction | IN |
USERID | char(15) | No | User ID - defaults to 'eBusiness' if not passed in | IN |
GLPOSTDT | datetime | No | GL Posting Date - defaults to VOIDDATE if not passed in | IN |
DistRef | char(30) | Yes | Distribution Reference - only used for required default distribution | IN |
CreateDist | tinyint | No | Auto pull in all original distributions - manual distributions will also be used; 0=false; 1=true | IN |
CMDNUMWK | numeric(19,5) | No | Control Number - only needed if the combination of CMTrxNum+CHEKBKID are not unique | IN |
BACHNUMB | char(15) | No | GL Batch Number - This changes how things match out in front end, but has to be allowed for batching. | IN |
RequesterTrx | smallint | No | Requester Trx - 0=false,1=true - if true then populates shadow table *NOT USED* | IN |
USRDEFND1 | char(50) | No | User Defined field - developer use only | IN |
USRDEFND2 | char(50) | No | User Defined field - developer use only | IN |
USRDEFND3 | char(50) | No | User Defined field - developer use only | IN |
USRDEFND4 | varchar(8000) | No | User Defined field - developer use only | IN |
USRDEFND5 | varchar(8000) | No | User Defined field - developer use only | IN |
oErrString | varchar(255) | No | Create Custom Business Logic | INOUT |