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.
Write the operation type code.
Syntax
public void writeOperationType(
ModuleSalesPurch _direction,
int _startPos,
int _length,
[str _fieldName,
boolean _isMandatory])
Run On
Called
Parameters
- _direction
Type: ModuleSalesPurch Enumeration
Sales or purchases.
- _startPos
Type: int
Requested starting position of the value in the current line of the writer output.
- _length
Type: int
Number of characters allocated by the file format for the value being written.
- _fieldName
Type: str
Name of the field which is being written.
- _isMandatory
Type: boolean
Shows whether the field is mandatory.