Skip to main content
May 23, 2022
Question

Could not display interface.Please check definition and inputs error.【status code 500 error】

  • May 23, 2022
  • 4 replies
  • 0 views

Hi,
Can i ask a question.
When submit button clicked and call integration object.
In the integration object status code 500 error has occured.

I got error[Could not display interface.Please check definition and inputs error].
Just i want to show error message on interface how to configure it?
When click the link of[Click here to dimiss the error message and see the resulting interface]
i can confirm the error message but i don't want to confirm like this method.
I want to display an error message when I click the button.

Plz reference below of screenshot.

Thanks.

4 replies

gopalk2865
Participating Frequently
May 23, 2022

Hi There, you can show your interface contents based on the integration error code. Like if you have a text fields then wrap them inside if() condition. Let me if this answers your question.

girlc0001Author
May 24, 2022

Thank u for your reply.It does not work.

integration object is called by clicking the button.
if  500 error occurs on the integration side, it could not be controlled by if() conditon on the interface side.

gopalk2865
Participating Frequently
May 24, 2022

can you post your code here ? so that we can see.