TSImport Example

Job Cost Estimate Example

Add Job Cost Estimate Values to Sage 300 CRE.

G1:
TSImport("JCEstimate","","Job",B3,"Description",B4,"Address",B6,"City",B7,"State",E7,"ZipCode",F7)

G2:
TSImport("JCEstimate",G1,"Extra",B4,"Description",C4)

NOTE - The second function passes a reference to G1 for the parent_row. This identifies the Extra record (being created in G2) as being a child of the job record (being created in G1).