Hi Team,
Scenario: I have a scenario, need to set values for some of the fields coditionally based some property value changes on the form.
Design approach:
Created 2 pagelist properties
Pagelist 1: Authors(embed type)
Pagelist 2: Books (Data reference type) (D_Books list datapage with param as AuthorName)
Step1: Created a form view
Step 2: Add Author pagelist property and selected display mode as fieldgroup.
Step 3: Added a sub view
Step 4: Inside sub view added below fields
-
Added AuthorName property with display mode as search box.
-
Books pagelist property with display mode as table
Expected:
Now, if i select author from AuthorName searchbox, the books pagelist should get refreshed for corresponding books.
Actual:
On selection of AuthorName, There is no refresh call and books pagelist is not getting corresponding reocords.
Hi @SreenivasuluV16633502 ,
I understand that you need to display the values based on any property changes in Constellation.
Well, in order to achieve this please implement as shown:
Go to, Dev Studio → Respective Flow Action → Under Form refresh settings, configure the Property. If you want to initialize with Data Transform, configure it.
I have attached a ref screenshot for your quick referance.
Please let me know if the issue still persists.
Hi @Mohammad Ravoof, Thankyou for your response.
Refresh tab in Flow action rule accepts only scalar property/property embed inside page property. In our requirement the properties are inside pagelist.
Could you please suggest if you have anything.
@SreenivasuluV16633502
I implemented a similar requirement and it works fine on parameter data pages. Did you get a chance to check the tracer to understand if the report definition parameter is passing correctly (Author name)? I was able to achieve without a refresh view.
Thanks,