IntrastatStatProc::exist Method
Checks if an IntrastatStatProc record exists for a given combination of IntrastatItemCodeId and IntrastatProcId.
Syntax
client server public static boolean exist(IntrastatItemCodeId _itemCode, IntrastatProcId statProcId)
Run On
Called
Parameters
- _itemCode
Type: IntrastatItemCodeId Extended Data Type
The IntrastatItemCodeId to match IntrastatStatProc record with.
- statProcId
Type: IntrastatProcId Extended Data Type
The IntrastatProcId to match IntrastatStatProc record with.
Return Value
Type: boolean
true if an IntrastatStatProc record exists for the given combination; otherwise, false.