Forum Post: Sales Order Entry via BOI
Please forgive me as I have been scouring the internet and other Sage sites to find the answer to this question with no avail. I am trying to insert a sales order from c#. The order gets created, yet...
View ArticleForum Post: Newby Question concerning query from excel to ERP100 to update...
Hello, I am an extreme newby to ERP100. The company I work for basically gave me a user name and password and said here you go. I don't have much experience with these systems at all. I am an engineer...
View ArticleForum Post: Remove Zero Quantity Costing Tiers
What does the "Remove Zero Quantity Costing Tiers" utility actually do? I believe it removes any tier in the ItemCost file that has a quantity on hand of zero and a date prior to or equal to the date...
View ArticleForum Post: RE: import journal entry from excel - error message source file...
Sage has converted to knowledgebase and the above hyperlink no longer works. Any advice on where I can find information to resolve the same issue in SAGE 100 ERP?
View ArticleForum Post: RE: Newby Question concerning query from excel to ERP100 to...
If you just want a report comparison of the two lists, in theory a Crystal Report linking the Sage 100 table CI_Item to your spreadsheet data (key field ItemCode) should do that. To import data, that...
View ArticleForum Post: RE: import journal entry from excel - error message source file...
Not sure if this is relevant but I did a quick search on the current Sage KB: Resolution Verify te source document and the source application are closed when importing. If the error persists; Path to...
View ArticleForum Post: RE: Remove Zero Quantity Costing Tiers
Calm down Tyler, all it does it remove records from the Item Costing file. None of the historical files are effected.
View ArticleForum Post: RE: Remove Zero Quantity Costing Tiers
Thanks BL! I was just about to go into cardiac arrest. Your comment is much appreciated.
View ArticleForum Post: RE: Sales Order Entry via BOI
One thing I noticed in your script: oSOB.GetType().InvokeMember("nSetValue", System.Reflection.BindingFlags.InvokeMethod, null, oSOB, new object[] { "OrderType$", "N" }); "N" isn't a valid Order Type....
View ArticleForum Post: RE: Sage MAS 100 / losing connection to the Host
I think you answered your own question. It's obvious not a Sage issue. I would check network drivers. and USB drivers. Isolate what is different on the troubled PC. MB, Nic Card etc. Try her Iphone on...
View ArticleForum Post: RE: import journal entry from excel - error message source file...
You don't say whether you are using Sage 100 ERP Standard or Advanced. If it is advanced, possibly the path to the file should be the path from the server, not your workstation.
View ArticleForum Post: job scheduling software
Anybody using a 3rd party job scheduling software with work order, preferably a visual drag and drop dashboard type. Does not have to be fully integrated. Thanks, Nelson
View ArticleForum Post: Loss of Internet while emailing pay stubs
We lost our internet connection while emailing pay stubs. It is back up now. However, when I go into Paperless office stub viewer the pay stubs are marked with a "P" for pending. How do I resend the...
View ArticleForum Post: RE: job scheduling software
We have been looking for something like this as well. I hope someone has a good reference. jb
View ArticleForum Post: RE: Sales Order Entry via BOI
Natasha, It is a valid orderType of 'New', I will however change it to 'S' to see if that was the issue. Thanks, Jimmy
View ArticleForum Post: RE: Sales Order Entry via BOI
Sorry, I am getting the ordertype and orderstatus fields. Changing it did not effect the QuantityOrdered field for a line item. Any suggestions?
View ArticleForum Post: Product Update 4 for SAGE 100 V 2014
I need some input and assistance. I have a client on SAGE 100 V 2014 PU3. We added 3 UDF's to the Purchase Order Detail (Line Item) screen and everything was fine for a few days and then we got an...
View ArticleForum Post: RE: Sales Order Entry via BOI
I figured it out! All I had to do was add avalue for the pricelevel, as such: oSOL.GetType().InvokeMember("nSetValue", flgMethod, null, oSOL, new object[] { "PriceLevel$", "R" }); Then I saw the order...
View ArticleForum Post: RE: Sales Order Entry via BOI
Hi WilsonDBA , I believe you need to change this line to the following note the 2 should not be in quotes: oSOL.GetType().InvokeMember("nSetValue", System.Reflection.BindingFlags.InvokeMethod, null,...
View ArticleForum Post: ETR Efiling W-2 grid Box 12 Code D amount total does not match...
Efiling through Aatrix, Box 12 Code D total for all employees does not match what is in W-3 Box 12a. The amount in the grid is more than what is on the W-3. Anyone experienced this issue? Thanks
View Article