I create a action button. onClick event I use Java Script code for Web.
but when I open that form the button is not displyed, then in I wrote a text (i.e “a”) in formula language for client. but some time, button is visible and some time not. what could be the reason.
Please suggest me.
Is iit possible to call a function , which is in your script libarary, through formula language.
Errors in your JavaScript code, that might slip the syntax checker in Designer, could result in your button not being rendered in the browser.
Start with a basic piece of JS like
alert(“Hi”);
and see if this works. If not, I’m on the wrong track and you have to search somewhere else. If yes, add your original JS piece by piece to find what stops it from working.