Skip to content

1.4.5.Data Transfer

Data can be moved from a List Component to another Component. You can choose between copying or moving the data. After the transfer, if the receiving Component is of List Component Type, InlineEdit must be applied to save the List's data. This action can be triggered from the row-click or row-dbclick Service.

[Image 1. Data Transfer: row-click Service Action]

Data Transfer1

  • How-To
  1. To use the Data Transfer when clicking on the List in a List Component, register the row-click Service.
  2. In the List Click Service, set up the Data Transfer Action with the appropriate Platform Type and Transfer Action. Configure the Parameters in the Transfer Action, specifying the Component from which the data will be transferred as the source comp and the Component that will receive the data as the target comp. Then, choose either Move or Copy for the Transfer Type.
  3. Optionally, add a Confirm Message Box to prompt the user for confirmation before executing the Data Transfer Action. Set an arbitrary Key for the Message Box, and the Parameter Key should be set to predefined values such as content, title, Yes, and No.

[Image 2. Data Transfer: row-click Service Action] Data Transfer2

  • How-To
  1. To use the Data Transfer when double-clicking on the List in a List Component, register the row-dbclick Service.
  2. In the List Double Click Service, set up the Data Transfer Action with the appropriate Platform Type and Transfer Action. Configure the Parameters in the Transfer Action, specifying the Component from which the data will be transferred as the source comp and the Component that will receive the data as the target comp. Then, choose either Move or Copy for the Transfer Type.
  3. Optionally, add a Confirm Message Box to prompt the user for confirmation before executing the Data Transfer Action. Set an arbitrary Key for the Message Box, and the Parameter Key should be set to predefined values such as content, title, Yes, and No.