Please help and contact me if you are willing to help, thank you.
What I want to happen is if I select an applicant No., in the dropdown, all the attributes of that database will be displayed in the same page.
Hi Stephen Ellema,
try to put a filter into the aggregate which you are using for information and create on change action and refresh the main aggregate for it and you will be able to see the changed values.
or try to attach an OML file or Image, would like to suggest you what to do next.
hope this helps
Thanks
Prince
Hello stephen,
You have to create a dropdown on change logic inside which you have to refresh an aggregate say 'GetDetails'.
GetDetails will have a filter based on the ID of your selected value from dropdown and the form which is displaying the data will be binded with GetDetails aggregate output.
If you need further help you can share your oml.
Hope this will guide you on upper level.
Anees
I would create a web block (2) that takes the Application Id as input and then retrieves the required data. The dropdown would set the var "SelectedAppliationId" so that the block will be update.
Steps dropdown:
Steps webblock
Hope this helps,
Vincent