|
|
Line 147: |
Line 147: |
| |} | | |} |
|
| |
|
| | ; Tabs: Use to change a particular tab on your form. |
| | :{| class="wikitable" |
| | | Tabs.General.IsMaximized || Assign || True |
| | |} |
|
| |
|
| Click on “Choose Variable” to open Property Selector. Property Selector allows us to choose from Entityproperties, Form fields, event specific properties like IsFormEditable and Tabs which represents form views. Remember that if you want to modify value of a form field, you need to assign the value to entity property. Form properties are used only to hide/show, disable/enable or set an error message for form fields. All values of property selector need to be set to continue defining step. After we have selected variable we can select function and argument.
| | ; Shared: Modify your shared variable. You have to declare a variable before you can modify it. |
| | :{| class="wikitable" |
| | | Shared.CityCountry || Concat 3 || Entity.address1_city || , || Entity.address1_country |
| | |} |
| | |
| | ; ; Caption: Modify the caption of your form. |
| | :{| class="wikitable" |
| | | Caption || AddPrefix || Draft |
| | |} |
|
| |
|
| === Operations === | | === Operations === |