Hi !!
Can anyone explain the Page context options with example available in Flow Action.
Options are:-
-
Use current page context
-
Use Data Page
-
Use Clipboard Page
4)Use Page Defined by Property.
Hi !!
Can anyone explain the Page context options with example available in Flow Action.
Options are:-
Use current page context
Use Data Page
Use Clipboard Page
4)Use Page Defined by Property.
| Field | Description |
|---|---|
| Page Context | Select or confirm the page context for the section. - Use current page context — uses the class ( Applies To key part) of the current section- Use data page- Use clipboard page- Use page defined by property |
| Page | Appears when you select a Page Context of data page, clipboard page, or page defined by property. Identify the name of the page that is the basis for fields (properties) within the section. Leave this field blank if the page is the one matching the Applies To key part of the rule.- Use data page — in the field that displays, press the down arrow and select the data page. If the data page accepts parameters, then the parameters display here, along with a field into which you can enter the values that you want to pass to the parameters. - Use clipboard page — specify the clipboard page in the field that displays. Press the down arrow and select to reference: - a property on the primary page: select Primary. Primary, followed by a dot, displays in the field. Press the down arrow to select the property name that you want to use as the page context for the section. - a parameter on the parameter page: select Param. Param, followed by a dot, displays in the field. Press the down arrow to select the parameters you want to specify as the page context for the section. - Use page defined by property — specify the property that defines the page that you want to use. |
Then you can use this option because when the case runs it will be on work class context and the section is also in work class context. Here you will be having all the rules in work class.
Conclusion is-> these options are for changing the context from current context to other context. Here work to data context because section is in data class.
@Anoop Krishna Hi, Will you please explain when to Use Data Page context in flow action, Specially Editable databpage .
@AbhishekC1725 Sure. It’s the same. Assume you have a customer onboarding case type-> flow in work class-> flow action in work class ---------> section in data class(org-customer-data.
You have an editable dpage D_CustomerEditable dedicatedly for viewing and editing customer details in the screen.
You will be using “use data page” Option to use D_CustomerEditable in your flow action with the section created in the same class. Section should contain only informations related to customers. Now on submitting the screen, the data will be saved into editable data page.