This operation has opened a form from another project or another form the same project. This form is connected to other forms.
Open Form Linked operation at Property Panel
Remarks
It is an operation that enables the registered information in the form to be associated with the fields in another form. In other words, it is an action that is not known during the recording, and then that the specified information can be entered. For example; Include batch-lot and image files in a separate form for each line of an entered order.
Properties
Condition: Specifies how to open the new form. In the Same Tab; opens in the main form screen, in the New Tab; opens in a different window on the same screen, in the New Window; pop up on a different, screen, in the Right Window; opens in the right window on the same screen.
Description: A description of the action is written.
Form Title: This is the field where the title of the form to be opened is determined.
Project: The project of the form to be opened is selected.
Form: The form to be opened is selected.
Mapping List: This is the field in which the list information will be sent to the linked form to be opened.
Mapping: The list fields in the form are matched to the fields of the linked form to be opened.
Closing Action: When the opened form is closed, the action in the form is selected for the operation to be performed.
Fullscreen: Select whether to open the form to be opened in full screen.
Save When Turned On: When the linked form is opened, it is selected whether or not to save the document.
Delete When Turned On: When the linked form is opened, it is selected whether or not to delete the document.
Form Hide: Select whether to display the form to be opened.
AutoSave: When the form is opened, it saves automatically.
Run Condition: If the value in the query entered in this field is ‘0′, the corresponding action will not run.
Request Confirmation: Select whether to ask for confirmation before running the action. If Request Confirmation is activated, the Confirmation Message feature is turned on and the message that will be displayed when requesting confirmation is written.
Example Used
Here, there are two forms. One of the forms contains Open Form Linked operation. There is a numeric box in the form of ID. Mapping operation generates with this control and ID of another form. The control name is UID. The numeric box name of another form is ID.
Property pane view for Open form linked operation
Client view on screen
When this button named Open Form Linked is clicked, the following screen is shown. Here, there is a numeric box control. This updates the form and data come on the Client screen.
The linked form view on the Client screen
The update operation of the numeric box is as below with When the value changes event. The numeric box name is ID.
Property pane view for Update Value operation of the numeric box
If the numeric box(ID) does not seem, you can create a new authority on the form as It can not see fields and It can not change fields.