on 2015 Aug 18 7:16 AM
Hi Experts,
We have customized the CSCockpit return request OOTB and added Update Button on each entry, On click on Update Button a wizard open with specific field on wizard configured to update.
On click on "done" button on Update wizard, its updated the return request entry. The update is reflected on HMC but not on return request entries until we explicitly refresh the page or click on Refresh button on Order Detail Items button over there.
Could you please suggest how we can configure so that the return request get automatically refreshed on click on "done" button on Wizard.
Thanks
Request clarification before answering.
Hi Deepka,
The below snippet of java code will refreshes the page. Try placing below snippet in the place where you are expecting that to be refreshed.
widget.getWidgetController().dispatchEvent(null, widget, null);
Regards,
Raghavendra.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
19 | |
16 | |
3 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.