Hi freshdesk community.!
I am facing issue on dynamic installation page.
I was trying to build an app which connects to business central api.
For connection we need Tenant ID, User ID, Web services key, Company name and Server type.
So in my case i am unable to validate properly on change event. As of now, according to docs currently supported event is “change” on installation page.
In my case, When i try to do it with each input on change it calls the dynamics api to validate user inputs.
What i was expecting is to call the api on submit button instead of on change event. If there is just one input validation, that’s fine but in our case all inputs are required and if there is one wrong, it will not let them install the app.
Current scenario :
It is showing errors even the inputs are valid, means sometime it works and sometime it won’t.
Let’s suppose if one field is incorrect and we are on the other field and we typed that correct, it will show error on correct input instead of incorrect input. Simple means, on change events check for the latest input change value.
Expected :
It should show error while we submit the form instead of on change event.
Thanks.!