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 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.