Custom response

We can use custom response on server connect results and it works really well. However, is it possible to use the result from custom responce via UI on client side?

Well on done why not check the status/response returned by the server action?

According to the result coming as custom, I want to trigger another server connection. There are many cases now, but not for custom.

I am not sure i understand you Serhat.

Using the dynamic events on done you can do a ternary operator …

serverconnect1.status == 1234 ? serverconnect2.load() : false

or

serverconnect1.lastError.response == 'response1' ? serverconnect2.load() : false

etc.

Yes Teodor, the purpose of my finding in this proposal is that we use this situation too much. I wanted to do this in a custom tab via UI. yes, I use it as in the example you gave.

so ,
yes, it will become clearer when they see this phrase under the heading “custom” in the user interface. I don’t have any problems at the moment, I just thought this feature would be clearer inside the UI :slight_smile: