JScript Namespacing

I’ve been asked recently about namespacing in JScript, if I use it, and how I use it. This is a loaded question, with no simple answer. I probably never paid too much attention to all the details around this topic, and I am guilty of mixing styles and sometimes not even using namespacing. I guess... Continue Reading →

Formatting postal codes for US and Canada

For the sake of standardizing the format for all system postal codes, I have implemented the following script to re-format the user input of postal codes for both US and Canada. The purpose is to take the user’s input, and re-arrange it to follow a standard format. The comments are self-explanatory. // Function to format... Continue Reading →

Scripting the Quote Product form

You might be reading this topic, and think it’s just scripting, and just like any other form. What’s different? Now, most fields we can script against without a problem. But let’s focus on the Extended Amount field. There is a system calculation that takes place, and if you try to enable the field for editing... Continue Reading →

Create a website or blog at WordPress.com

Up ↑