|
Does an Intrastat relation exist between the customer and the firm of the dossier? |
|
|
VARIANT_BOOL IsIcRelation () |
|
|
|
|
Samples |
|
|
C++ |
|
// Check if this document needs Intrastat details
if (pSInvce->IsIcRelation ())
// Process data
|
|
|
C# |
|
// Check if this document needs Intrastat details
if (oSInvce.IsIcRelation ())
// Process data
|
|
|
VBS |
|
' Check if this document needs Intrastat details
If oSInvce.IsIcRelation() Then
' Process data
End If
|
|
|
VB.NET |
|
' Check if this document needs Intrastat details
If oSInvce.IsIcRelation() Then
' Process data
End If
|
|