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.APIAssembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntaxpublic bool LineUseIvSiteAddress()
Public Function LineUseIvSiteAddress As Boolean
public:
bool LineUseIvSiteAddress()
member LineUseIvSiteAddress : unit -> bool
Return Value
Type:
BooleanTrue if the IV Site is the tax location
RemarksThis 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