Could you please guide how to set up PV in vFlow?
To configure a PV Component
- Go to the Component section, and add ACCORDIAN Component
- Enter basic details and Add Datasource.
3. Go to PV Entity, Add/Edit a PV. Enter basic details and Add Datasource.
- The Datasource format must be in the form of Array of objects:
{
“Customer_Details”: [
{
“form_id”: “FORM_1118”,
“from_name”: “FORM-L”,
“form_desc”: “used for hr”,
“form_category”: “Failure Investigation”,
“status”: “Published”
}
]
}
- Map this ACCORDIAN Component in the PV Component’s Layout
- After creating the PV Component, map this component in the Page Layout.
- Additionally, on the Page, Add Datasource as metioned below:
1 Like