User Tools

Site Tools


dynamiczip:integration_points:dynamiczip_call_external_procedure

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dynamiczip:integration_points:dynamiczip_call_external_procedure [2015/08/05 16:10] chuckdynamiczip:integration_points:dynamiczip_call_external_procedure [2016/09/21 22:35] (current) conni
Line 1: Line 1:
 ====== Calling DynamicZip from another 3rd party product ====== ====== Calling DynamicZip from another 3rd party product ======
-===== Procedure DynamicZipCall_External ===== 
-This procedure has been designed to make it possible to call the DynamicZip [[dynamiczip:features:zip_addressing|Zip Addressing]] and [[dynamiczip:features:schedule_assignment:tax_schedule_selection|Tax Schedule Selection]] from another 3rd Party Integrating Dictionary. 
  
 +===== Procedure DynamicZipCall_External =====
 +This procedure has been designed to make it possible to call the DynamicZip [[dynamiczip:features:zip_addressing|ZipAddressing]] and [[dynamiczip:features:schedule_assignment:tax_schedule_selection|Tax Schedule Selection]] from another 3rd Party Integrating Dictionary.
  
 +This procedure can be called using the Dexterity statement:
 +<code>
 +call with name "DynamicZipCall_External" in dictionary 581 {, parameter, parameter,...}
 +</code>
 +Be sure to include all parameters. The optional parameters can be included simply as a comma with no associated value.
 ==== Build 74 and later ==== ==== Build 74 and later ====
 === Parameters === === Parameters ===
Line 15: Line 20:
   * inout Zip ioShipToZip;   * inout Zip ioShipToZip;
   * inout 'Country Code' ioShipToCountry;   * inout 'Country Code' ioShipToCountry;
-  * in boolean iCorrectAddress; {Run Zip Addressing}+  * in boolean iCorrectAddress; {Run ZipAddressing}
   * inout 'Tax Schedule ID' ioDocTaxScheduleId; {Customer's tax schedule id for this doc or line-item}   * inout 'Tax Schedule ID' ioDocTaxScheduleId; {Customer's tax schedule id for this doc or line-item}
   * in boolean iAssignTaxSchedule; {Run tax schedule selection}   * in boolean iAssignTaxSchedule; {Run tax schedule selection}
Line 21: Line 26:
   * in 'Shipping Method' iShippingMethod;   * in 'Shipping Method' iShippingMethod;
   * in 'Item Number' iItemNumber;   * in 'Item Number' iItemNumber;
-  * optional inout string ioItemCategory; {used only if non-blank value sent and item number is blank}+  * optional inout string [[dynamiczip:glossary:item_category|ioItemCategory]];((If iItemNumber is not blank, ioItemCategory should be left blank and the setting from TBIC setup will be used. Alternately leave iItemNumber blank and specify the desired ioItemCategory.))
   * inout 'Tax Options' [[dynamiczip:glossary:tax_option|ioItemTaxOption]];((Leave blank to use setting from the Item Maintenance window.))   * inout 'Tax Options' [[dynamiczip:glossary:tax_option|ioItemTaxOption]];((Leave blank to use setting from the Item Maintenance window.))
   * inout 'Tax Schedule ID' ioItemTaxScheduleId;((Leave blank to use setting from the Item Maintenance window.))   * inout 'Tax Schedule ID' ioItemTaxScheduleId;((Leave blank to use setting from the Item Maintenance window.))
dynamiczip/integration_points/dynamiczip_call_external_procedure.1438791006.txt.gz · Last modified: 2015/08/05 16:10 by chuck

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki