Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
I have a "navigation page" that needs to update a grid on a new mashup that loads when my navigation button is pressed and two items are selected from my drop down and combo box lists.
My navigation button will upload the next correct mashup however my grid is not being filled with any info based on selected items from my drop down lists.
Any thoughts of what I am doing wrong?
Thanks
Solved! Go to Solution.
Hi @Chao123.
We aren't able to tell what your services are doing from the information provided, but we would recommend using session parameters or mashup parameters for moving data from one mashup to the next. Mashup parameters will become a bindable target on the navigation widget once you specify the mashup to navigate to.
If this does not help you to solve your issue, please provide more information.
Regards.
--Sharon
Hi @Chao123.
We aren't able to tell what your services are doing from the information provided, but we would recommend using session parameters or mashup parameters for moving data from one mashup to the next. Mashup parameters will become a bindable target on the navigation widget once you specify the mashup to navigate to.
If this does not help you to solve your issue, please provide more information.
Regards.
--Sharon
Okay, so I need a grid on a mashup to update with data based on the two selected items from the dropdown on a different mashup. My service is called GETDMRDataByWarehouseAndWorkStation as shown below in WAREHOUSE.PNG. Mashup bindings also included. Grid bindings included (grod)
Not sure why there is no info is updating my grid when I choose a warehouse and workstation from other mashup
Hi @Chao123.
Not sure if you resolved it since you marked an Accepted Solution. If you are still having issues, please let us know what you have done to try to resolve it. Basically, you have to pass the information from one mashup to the other mashup using session or mashup parameters. If you have done that and it's still not working, please provide the specifics so we can review.
Regards.
--Sharon
Hello @slangley,
I figured it out! Thanks for the suggestion. One of my bindings was incorrect and I needed to add two parameters to my mashup.My problem now is figuring out how to highlight and keep a grid row highlighted when a button is pressed and then un-highlight the row when a different button is pressed.
Thanks