- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Sales Order Entry - "Copy From" button
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-21-2011 02:16 PM
Hi,
I'm wondering if there's any ways to enable the "Copy From" button in Sales Order Entry, not just for new orders, but existing orders as well?
For example, I'm doing an RMA exchange, the RMA module generates a new Sales Order for me. For the newly generated sales order, I would like to copy it from an previous invoice. But the "Copy From" button is not enabled, if I'm not creating a new order.
Running Mas 200 ver 4.4.0.2
Please help. Thanks.
Re: Sales Order Entry - "Copy From" button
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-21-2011 02:39 PM
I believe you could add your own button and do this, but not using the existing button.
Re: Sales Order Entry - "Copy From" button
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-21-2011 03:30 PM
What would be the process involved of adding a button? Would really prefer the easiest way possible. Thanks so much.
Re: Sales Order Entry - "Copy From" button
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-21-2011 06:34 PM
You would use an ADO query to read the invoice lines from history adding each to the RMA using .AddLine, .SetValue, and .Write methods.
Re: Sales Order Entry - "Copy From" button
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-23-2011 09:52 AM
This is because when creating a sales order the copy feature is only available until you accept. Once you accept the order you can no longer copy. In this case the RMA module creates and accepts the order so the Copy feature is not enabled. You would have to use the script feature that Dan suggested.
--------------------------------------------------------------------------
You have enemies? Good. That means you've stood up for something in your life.


