- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Ability to capture missed sale data
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-16-2010 07:32 AM
We are looking to add the ability for users to capture a 'missed sale'.
What I would like to see is a button that could be placed on the Inventory Inquiry screen. If the CSR misses the sale, they can press the button and store the part number, vendor, etc. into a table. Then we can run reports based on this information.
Any ideas on how to pull information from the Inventory Inquiry screen, and put into a table?
Re: Ability to capture missed sale data
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-16-2010 07:38 AM
You can do this with Custom Office in a VBScript or ProvideX script. You can write data to a file such as .csv file, MS Excel, MS Access or others then put a custom report on the Custom Reports menu to read the file.
Re: Ability to capture missed sale data
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-16-2010 08:11 AM
Great. Forgot to mention that we are on 4.2. Will that still work?
Re: Ability to capture missed sale data
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-19-2010 08:21 AM
Should be able to do it in 4.2, but realize this is very advanced technique for most people (including me).
Target System Technology, Inc. - Spokane, WA -
The best solution often comes not from answering the question asked, but understanding WHY the question was asked.
Re: Ability to capture missed sale data
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-20-2010 01:26 PM
You might gather data from last purchase history files for items on quote not converted to sales order, and also the Sales Order History file if you turn that on in SO Setup. Then you can query deleted quotes, assuming they delete when they learn they didn't get the order.
Re: Ability to capture missed sale data
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-20-2010 01:39 PM
These kinds of button scripts have been available since MAS 3.71. Adding non-MAS reports to the custom reports menu as well - 3.71 through 4.40.
Regarding the Inventory Inquiry screen question: you can take any variable defined for the screen or write a query against any MAS table and then store the results in an external table. Writing back to a MAS table would require VI or an external BOI program until 4.40 where you can write back to MAS tables from VBScript using Custom Office.


