Discussions
Custom button on sales order
I'd like to place a button on the sales order that will:
- On click, create a new sales order
- Pass tranid, trandate, entity, and a custom field value from the original sales order to the newly created order (into custom fields on the new order)
- Await user input and standard transaction submission (in other words, I don't think I'm looking for nlapiCreateRecord)
In essence, I'm looking to re-purpose the "New" button by passing the new order certain info from the previous order.
Is this possible?
Thanks.