Archives

Archive for February, 2015

  Read the cover letter, highlights forms that have been modified, and Sps that have EXTGEN on. For EXTGEN SPs, will need to manually apply the new changes. For modified Forms, make a backup of the Form scripts use FormSync. Apply the patch to unused configuration, such as Demo. Merge the new vendor version of […]

Feb 19th, 2015 | Filed under Application

1) The “Job BOM Cost Roll Up” utility and the “Update Planned Cost” button in Job form, Cost Detail tab are pretty much doing the same thing, they will update the material cost in job material.               2) Syteline system didn’t maintain a field for total job planned cost, you […]

Feb 19th, 2015 | Filed under Application

1) Setup Tax Parameter, enter your own company’s Tax ID. 2) In your Tax System setup, make sure the Tax ID Prompt Location set to included Vendor (Vendor or Both). 3) In Accounts Payable Parameters, under 1099 tab, enter your company information. These are info will be print on your 1099 form. 4) Now, for […]

Feb 17th, 2015 | Filed under Application, Implementation
Tags: , ,

In Syteline 9, there is one significant database schema change.  All major tables like item are replaced with a view and _mst table.  There are some context variables need to be set, before you can run query against to the views.  Otherwise query to the view will return no data.  And here is the variable […]

Feb 17th, 2015 | Filed under Development, SQL
Tags:

Part of the Syteline year end procedure is to run an utility to reset the YTD number in item warehouse form.  This needs to be done in timely manner.  If you forget to run it during your year-end, there is no rebalance utility to recalculate that these YTD number in Syteline. The below small script […]

Feb 3rd, 2015 | Filed under Application, Implementation