Skip to main content
5-Regular Member
January 4, 2024
Solved

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

  • January 4, 2024
  • 2 replies
  • 1065 views

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.

 

 

Best answer by KSM

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

2 replies

16-Pearl
January 5, 2024

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

 

KSM15-MoonstoneAnswer
15-Moonstone
January 8, 2024

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