Using the “onkeyup” event

Let’s add some interactivity to our customizations 🙂 For example, we have 4 fields: Amount (Schema Name amount, Type float(2)), Discount(Schema Name discount, Type float(2)), Tax (Schema Name tax, Type float(2)) and Total Amount (Schema Name totalamount, Type float(2)) and wewant to calculate in real time the Total Amount based on the Amount, Discount and… Continue reading Using the “onkeyup” event

Published
Categorized as JavaScript

Coloring Activities (Tutorial)

Activities are central when working with sales in Microsoft CRM. Whether you need to contact a customer, send a quote, or run a campaign, it is all about activities in Microsoft Dynamics CRM. Downloading and reading this tutorial you will learn, step by step, a simple interface method of coloring activities in Microsoft Dynamics CRM… Continue reading Coloring Activities (Tutorial)

Events in JavaScript

Events are the beating heart of any JavaScript application. Without events there are no scripts. Take a look at any web page with JavaScript in it: in nearly all cases there will be an event that triggers the script. The reason is very simple. JavaScript is meant to add interactivity to your pages: the user… Continue reading Events in JavaScript

Published
Categorized as JavaScript

About Microsoft Dynamics CRM (brief description)

Microsoft Dynamics CRM is a Customer Relationship Management software package developed by Microsoft. It is a part of the Microsoft Dynamics family of business tools. The current version of Dynamics is 3.0, released on December, 2005. The most notable updates over the version 1.2 (version 2 was skipped entirely) are the ease of creating customizations… Continue reading About Microsoft Dynamics CRM (brief description)