Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks whether a custTrans record exists for a given custTransOpen record.
Syntax
server public static boolean existCustTransaction(CustTransOpen _custTransOpen)
Run On
Server
Parameters
- _custTransOpen
Type: CustTransOpen Table
The custTransOpen record.
Return Value
Type: boolean
true if the record is found; otherwise, false.