Hitachi

JP1 Version 12 JP1/Navigation Platform Content Editing Guide


5.4.3 Example of Data Store Plugin usage

You can use the Data Store Plugin provided by Navigation Platform to make the input value of a particular Guide Part available for use in another Guide Part. This subsection provides an example of using a Data Store Plugin.

Conditions of usage example

The usage example described in this subsection assumes the following Operational Flow:

[Figure]

  • In a Register member Process Node, the user enters a name and address.

  • In a Check registration information Process Node, the user confirms that the name and address entered in the previous node are correct.

  • If the result of the check in Check registration information is that the information is incorrect, the user is able to correct the information.

  • If the result of the check in Check registration information is that the information is incorrect, the user is able to correct the information in a Correct registration information Process Node.

  • If information was corrected in Correct registration information, the user can check the corrected information in the Check correction results of registration information Process Node.

    Figure 5‒2: Example of guide area for "Register member"

    [Figure]

When you set up the guide area as shown in this figure, the value in the Name text box is passed to the Data Store Plugin and stored as parameter1 on the input side. The value in the Address text box is passed to the Data Store Plugin and stored as parameter2 on the input side.

Figure 5‒3: Example of guide area for "Check registration information"

[Figure]

When you set up the guide area as shown in this figure, the value stored as parameter1 on the input side is displayed as static text beside the Name label. The value stored as parameter2 on the input side is displayed as static text beside the Address label.

Figure 5‒4: Example of guide area for "Correct registration information"

[Figure]

When you set up the guide area as shown in this figure, the value entered in the Name (corrected) text box is passed to the Data Store Plugin and replaces the value of parameter1 on the input side. The value entered in the Address (corrected) text box replaces the value of parameter2 on the input side.

Figure 5‒5: Example of guide area for "Check correction results of registration information"

[Figure]

When you set up the guide area as shown in this figure, the new value of parameter1 on the input side is displayed as static text beside the Name label. The new value of parameter2 on the input side is displayed as static text beside the Address label.