cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

If data is not avaialble in dropdown need to show status message for it how to do?

P_10844769
5-Regular Member

If data is not avaialble in dropdown need to show status message for it how to do?

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.

 

 

ACCEPTED SOLUTION

Accepted Solutions
KSM
14-Alexandrite
14-Alexandrite
(To:P_10844769)

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

View solution in original post

2 REPLIES 2

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

 

KSM
14-Alexandrite
14-Alexandrite
(To:P_10844769)

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

Announcements

Top Tags