Skip to content

Commit b8c37e9

Browse files
committed
Edit
Need to decide if I should bold any other terms
1 parent 0930f54 commit b8c37e9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/en/docs/refguide/modeling/pages/page/page-parameter.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 70
99

1010
Parameters are the means by which you pass data to your page. When a page is loaded, the parameters are filled with the current values.
1111

12-
To use an object or primitive value in your page, define a parameter. In the image below, the parameter is named CustomerName, is of type string, is not required, and has a default value of an empty string `''`.
12+
To use an object or primitive value in your page, define a parameter. In the image below, the parameter is named **CustomerName**, is of type string, is not required, and has a default value of an empty string `''`.
1313

1414
{{< figure src="/attachments/refguide/modeling/pages/page/page-parameter.png" class="no-border" >}}
1515

@@ -27,7 +27,7 @@ Default: *Object*
2727

2828
### Argument {#argument}
2929

30-
Determines whether it is **required** or **optional** to [pass an argument](/refguide/page-parameter/#passing-arguments) to the parameter when opening the page. If it is required it is mandatory to supply an argument for that parameter when opening a page.
30+
Argument determines whether it is **required** or **optional** to [pass an argument](/refguide/page-parameter/#passing-arguments) to the parameter when opening the page. If it is required it is mandatory to supply an argument for that parameter when opening a page.
3131

3232
### Default Value
3333

@@ -36,7 +36,7 @@ When an argument is set to **optional**, a default value can be set. When a defa
3636
{{< figure src="/attachments/refguide/modeling/pages/page/page-parameter-default-value.png" max-width=70% >}}
3737

3838
{{% alert color="info" %}}
39-
The default value is used when the argument is omitted during **modeling**. Not when the argument value is `empty` during **runtime**.
39+
The default value is used when the argument is omitted during **modeling**. Not when the argument value is `empty` during **runtime**.
4040
{{% /alert %}}
4141

4242
## Passing Arguments {#passing-arguments}
@@ -53,6 +53,6 @@ Variable arguments are used to pass parameters from the context to the page. Thi
5353

5454
### Expression-Based Arguments
5555

56-
Objects and primitive values, such as `Boolean`, `Date and time`, `Decimal`, `Enumeration`, `Integer/Long`, and `String`, can be passed and used in expressions. This method allows users to use functions and follow associations within the expression to set the argument values. Using expressions for arguments provides flexibility in setting values and improves the functionality of pages. In the example below, the page has a parameter **AnimalName** which is populated by an expression extracting the **Name** member of the provided **Animal** object.
56+
Objects and primitive values, such as `Boolean`, `Date and time`, `Decimal`, `Enumeration`, `Integer/Long`, and `String`, can be passed and used in expressions. This method allows users to use functions and follow associations within the expression to set the argument values. Using expressions for arguments provides flexibility in setting values and improves the functionality of pages. In the example below, the page has a parameter **AnimalName** which is populated by an expression extracting the **Name** member of the provided **Animal** object:
5757

5858
{{< figure src="/attachments/refguide/modeling/pages/page/page-parameter-expression.png" width="500px" >}}

0 commit comments

Comments
 (0)