-
Custom Button in Forms Builder
Hi All, I am searching ways to develop a custom button(Not invoke button.). Is there a guide or example for custom buttin in forms builder? Thanks
-
Inconsisent Handling of Apmersand
While working with an admin form we have created we noticed that the ampersand is sometimes not rendering correctly and is not storing correctly on a DB update. If we enter something like "Cats & Dogs" it stores in the DB as "Cats & Dogs" (HTML tag for &). To counter this I am taking my SQL string and executing a replace…
-
Internal members in server scripts
I have multiple server scripts in one of my libraries. In one script there is a class that has an internal method. I call this method from another script. It was working okay last week. Today, I added a new role to my library. It validated fine, and I was able to deploy the library. However, the project I'm using the…