Forum Post: What tables hold vendor pricing?
What tables hold vendor pricing and what is the heirarchy of pricing for pricing on Purchase Orders? Thank you, Tyler
View ArticleForum Post: VI Import format problem
I have a client that has recently developed an issue on one of their imports. Last week the tried to run this import, one that they have been using for years, and it gave them an error 43, format mask...
View ArticleForum Post: VI job to import Concur expense extract to AP
Does anyone have experience with using the SAS Concur Expense Solutions and importing the data extract via VI to the accounts payable module? or can you tell me which VI table is used for import of...
View ArticleForum Post: Sage 100 ERP Support Center closure notice: Oct. 14th, 2014
Hi Sage City! Tomorrow we will be temporarily closing the Sage 100 ERP, Sage 500 ERP and the Sage X3 ERP Support Centers while we host our employees at the regular campus-wide meeting. The phone lines...
View ArticleForum Post: Do pre-migration utilities affect normal operations
Hi: I couldn't seem to find the answer to this question elsewhere. We're about to migrate from 3.71 to Sage 100, and I'm wondering how much disturbance (if any) running the pre-migration utilities on...
View ArticleComment on See what’s new in Sage 100 ERP 2014
BigLouie is right in that autocomplete in the Item Number would be more useful, and make more sense, since if I want to search for an Item Description, I can just open the search via F2 or the...
View ArticleForum Post: RE: What tables hold vendor pricing?
PO_VendorPriceLevel The help files have two articles on Hierarchy of Costs: Calculating Item Cost When Relieving Inventory and Calculating Item Cost During Data Entry.
View ArticleForum Post: RE: What tables hold vendor pricing?
Wow, it is amazing what one finds in the Help files when they search on correctly spelled terms. I was searching on heirarchy not hierarchy. Once I figured that out, it was a lot easier. Thanks...
View ArticleForum Post: RE: What tables hold vendor pricing?
Are looking for item pricing for items purchased or Costing for items sold? Since you reference PO, I'm assuming purchase price rather than item sales price or item costing. The vendor pricing...
View ArticleForum Post: RE: VI job to import Concur expense extract to AP
AP_InvoiceHeader (this does the details as well). This imports to the invoice data entry and then you update it.
View ArticleForum Post: RE: ufl 'u2lbar.dll' that implements this function is missing
Sounds to me like you have a converted form from a prior version. Some of the barcode formulas in the older version do not work with latest version of Sage 100. I usually recreate the form from...
View ArticleForum Post: RE: VI Import format problem
Ah the dreaded "Line 89" again! In error messages it will give you the name of the program and the line number of code where the error is occuring. With the line number tech support is suppose to be...
View ArticleForum Post: RE: VI job to import Concur expense extract to AP
To expand on what Tom said, be it AP, AR PO, any import of invoices goes into the data entry files and then they must be updated. You only have to use the Header table because VI combines the header...
View ArticleForum Post: RE: VI Import format problem
The program is VIWI02, Visual Integrator, line 89. VI import job to bring in AP invoices.
View ArticleForum Post: RE: Do pre-migration utilities affect normal operations
Make a copy of the live company, run the utilities on the copy company to see what the issues will be. Once you see what needs to be corrected and how long it will take do it again on the live...
View ArticleForum Post: RE: VI job to import Concur expense extract to AP
I have actually helped build this integration for a few of my customers. You'll need to write the import for the AP_InvoiceHeader file. Also, what you'll need/want to consider is how to handle...
View ArticleForum Post: RE: Launch batch file or exe using BOI on column post validate?
I have tried this code, but there must be an error that I can't see. They're running Sage 100 Advanced my guess is that the error is appearing on the server console. I'll be sure to check the console...
View ArticleForum Post: RE: Launch batch file or exe using BOI on column post validate?
If tasks are spawning from the server, be sure that the path to your batch / exe file is relative to the server (eg. UNC instead of mapped drive), and accessible to the account used to run the service.
View Article