Conversion - Origin Tax Class Conversion

Issue No: AR-7870
Created 6/23/2018 10:09:03 PM
Type Gap
Priority Minor
Status Closed
Resolution Fixed
Fixed Version 19.1
Description I've already created tax class in convCV.   Convert Tax Class from Origin   Insert the following as is:   * Federal Excise Tax Gas * Federal Excise Tax Diesel * State Excise Tax Gas * State Excise Tax Diesel * State Sales Tax * Prepaid Sales Tax   Insert the following queries to find the other tax classes setup for the LC records.   select distinct(ptlcl_local1_desc) from ptlclmst where ptlcl_local1_desc is Not Null select distinct(ptlcl_local2_desc) from ptlclmst where ptlcl_local2_desc is Not Null select distinct(ptlcl_local3_desc) from ptlclmst where ptlcl_local3_desc is Not Null select distinct(ptlcl_local4_desc) from ptlclmst where ptlcl_local4_desc is Not Null select distinct(ptlcl_local5_desc) from ptlclmst where ptlcl_local5_desc is Not Null select distinct(ptlcl_local6_desc) from ptlclmst where ptlcl_local6_desc is Not Null select distinct(ptlcl_local7_desc) from ptlclmst where ptlcl_local7_desc is Not Null select distinct(ptlcl_local8_desc) from ptlclmst where ptlcl_local8_desc is Not Null select distinct(ptlcl_local9_desc) from ptlclmst where ptlcl_local9_desc is Not Null select distinct(ptlcl_local10_desc) from ptlclmst where ptlcl_local10_desc is Not Null select distinct(ptlcl_local11_desc) from ptlclmst where ptlcl_local11_desc is Not Null select distinct(ptlcl_local12_desc) from ptlclmst where ptlcl_local12_desc is Not Null     !pastedImage_d99352_0.png!     Insert the button after Import Ship Via   !pastedImage_d99352_1.png!