Home » RADICORE development » Transaction Patterns » Alternative to the LINK1 pattern
|
|
Re: Alternative to the LINK1 pattern [message #7456 is a reply to message #7455] |
Mon, 06 April 2020 15:32   |
htManager
Messages: 456 Registered: May 2014
|
Senior Member |
|
|
Thank you for your proposed solutions. The way I wanted it to be done is the way I know. This doesn't mean that this is a good way. But I thought that it would be logical if you can choose and insert desired records into a child table.
If you say that I should copy all members of a team into the new team of the next season, this would be a good solution for me. But I don't know how to do this.
Is it right that I first have to create the new team, then select the team with the members to be inserted? And do I have to do this with an add4 pattern?
Or do I have to select all the team members which I want to insert in the new team and then choose the new team? And with which pattern?
Or do you think of a complete different way?
[Updated on: Tue, 07 April 2020 03:22] Report message to a moderator
|
|
|
Re: Alternative to the LINK1 pattern [message #7457 is a reply to message #7456] |
Tue, 07 April 2020 05:09   |
AJM
Messages: 2382 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
There may be times when what you want to achieve cannot be done in a single task. In this case you have to break it down into a series of logical steps, then find a way to perform each of those steps in the desired sequence. In the attached screenshot, which is taken from my ERP application, you will see how I have implemented the task to copy or transfer the details of one sales order to another. This is broken down into separate steps as follows:
1) This is a MULTI4 task which is activated by a navigation button in a "List Sales Order" screen. It shows the Order Header in the top zone and the order lines in the bottom zone.
2) It contains a custom button labelled "Create Order" which is used to create a new (empty) order which will be recipient of the selected order lines.
3) After the new order is created the user selects which order lines need to be processed.
4) By pressing the "Copy Items" navigation button the selected items will be copied to the new order.
5) By pressing the "Transfer Items" navigation button the selected items will be copied to the new order then deleted from the old order.
All it requires is a bit of creative thinking.
[Updated on: Tue, 07 April 2020 05:12] Report message to a moderator
|
|
|
|
Goto Forum:
Current Time: Fri Jul 04 07:52:31 EDT 2025
Total time taken to generate the page: 0.01631 seconds
|