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
Hi Team,
If data is not available in dropdown and after hitting button need to show status message for it how to do?
please explain step by step. It will be helpful.
thanks.
Solved! Go to Solution.
Hi @P_10844769
Before sending the data to dropdown list check whether the data is available or not. If service returns null, then bind the output to status message Function in mashup.
Thanks
KSM
Hi @P_10844769 ,
If no data is selected in dropdown you can handle it in your service level to check the null values, if null throw error message from your service and bind that result in Function - Status Message and based on the button click invoke the service.
Thanks & Regards,
Arun C
Hi @P_10844769
Before sending the data to dropdown list check whether the data is available or not. If service returns null, then bind the output to status message Function in mashup.
Thanks
KSM