Forum Post: Sales Order Entry - FOB field
Is there a way to automatically populate the FOB field with a value? We would like for it to always contain the word "origin" so that it doesn't have to be entered every time. thanks!
View ArticleForum Post: Script to update Access Table when Budget entry is posted
I'm looking for a conceptual answer here... I have a prospect that is interested in stringent budget entry control. They want to be able to track each and every change to a budgeted amount--think of...
View ArticleForum Post: RE: Inventory Transactions
Thank you. Any idea if Sage intends to add this? In Payroll, AP, A/R, the header records have the GL Batch number in their respective tables. It would be nice if Inventory transactions had the same...
View ArticleForum Post: RE: GL Standard Balance and Inventory Trial Balance not matching
This is tough because there are no inventory reports by transaction type. If it were me, I would use ODBC connection to get the totals in the inventory transactions by trans type, and compare each...
View ArticleForum Post: RE: How to create Consolidate Financial Statement using the...
Hi DD, Are you using the Report Designer Add-In Consolidation report? If not, run out this report, look in the Task Pane under Lists and you should see the name of 1 of your companies.. Select that...
View ArticleForum Post: RE: GL Standard Balance and Inventory Trial Balance not matching
Hi ChaZ, Thanks for your reply. I have both. if you do not mind, can you help go through the steps of how to run and check. Thank you.
View ArticleForum Post: AR Renumber/Merge error on 4.50.7
Using Sage 100 ERP Advanced, just moved up from 4.50.3 to 4.50.7. Suddenly the AR Customer Delete/Renumber/Merge Utility fails with Error 46: Length of string invalid. Program SY_DELETECHANGE.PVC...
View ArticleForum Post: RE: Send data from Sales Order to UDT.
I am stuck in other problem in the same code. I want to get values from Lines tab in Sales Order Entry like Extension Amount, Quantity and Item code and want to store them in UDT as well. without...
View ArticleForum Post: RE: Send data from Sales Order to UDT.
I want to store 6 line items in the UDT from this lines tab. But it is unable to get the values. I modified the code to If ItemType 0 then ItemCode = 0 retVal = oItem.Find(itemCode) retVal =...
View ArticleForum Post: Production Report by User
I would like to track the production of my employees within Sage and cannot find where to run such a report.
View ArticleForum Post: Has anyone migrated transaction data from Sage 50 to Sage 100?
Looking for your experiences in migrating from Sage 50 (Peachtree) to Sage 100 standard. Customer wants us to bring in all transaction history. Thanks
View ArticleForum Post: Delete Standard Check Template
We modified our check template, naming it Form code A. I now would like to delete the Standard form code, but Standard still appears as an option when selecting the template, even though I deleted...
View ArticleForum Post: RE: GL Standard Balance and Inventory Trial Balance not matching
Certainly. You have both Access and Excel? Access is a tad easier as I use it much more than excel. Let me know which you will be using and if access, which version?
View ArticleForum Post: RE: Delete Standard Check Template
You can't delete the standard form, but if this is an AP check you can set the default form in Setup, Bank Code Maintenance.
View ArticleForum Post: RE: GL Standard Balance and Inventory Trial Balance not matching
access version is 2007. Thank you
View ArticleForum Post: RE: Send data from Sales Order to UDT.
I don't see where you have oSO_SalesOrderDetail defined. Your lines object should be something like: Set oLines = oBusObj.AsObject(oBusObj.Lines) You'll then need to scroll through the lines like:...
View ArticleForum Post: RE: GL Standard Balance and Inventory Trial Balance not matching
OK cool. So, you want to create an access database, and link it to mas 200. Click on External Data, then select "More", then the get external data window should open, click on "Link to the data...
View ArticleForum Post: RE: GL Standard Balance and Inventory Trial Balance not matching
Have you done the first steps? Are you ready for the queries?
View ArticleForum Post: RE: GL Standard Balance and Inventory Trial Balance not matching
Sorry for the delay, Yes I'm ready for the queries. thanks
View Article