Scripting

Expand all | Collapse all

Does anyone have a script in their library that br

  • 1.  Does anyone have a script in their library that br

    Posted 07-10-2017 21:13
    Does anyone have a script in their library that brings in the job cost address as the ship to address on a purchase order after the job number is entered on the lines tab?


  • 2.  RE: Does anyone have a script in their library that br

    Posted 07-11-2017 05:48
    Michele, it looks like you can use the JC_JOB_SVC object to find the job number. this object uses a table called JC_JOB.M4T which in turn gets populated temporarily with data from JC1. I see an Address1 and Address2 fields that are available by using the GetValue command. Unfortunately, I don't have a script or anything similar to give you. Hope this helps


  • 3.  RE: Does anyone have a script in their library that br

    Posted 07-11-2017 12:51
    Thanks!