Click or drag to resize
PortalLineUseIvSiteAddress Method
This method will return true if DocTransactionType = Sales and the LineShippingType = Pickup or if DocTransactionType = Purchases and the LineShippingType = Delivery.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public bool LineUseIvSiteAddress()

Return Value

Type: Boolean
True if the IV Site is the tax location
Remarks
This method is provided to assist in knowing when you should manually edit the tax location address. Generally speaking, if this method returns true, the address should not be modified because it is the physical address of your inventory site as specified in IV Site Maintenance.
See Also