Not hitting JS

Hi Team,

We have a custom app where upon clicking the search button, it will fetch the customer order details. We are facing an issue where it is not hitting to javascript function when clicking the button from the custom app.

Could anyone please help here?

Sounds like a JavaScript event-binding issue. Can you share the relevant HTML and JS code for the button and any related errors you see in the browser console?


function openModal() {

//business logic

}

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.