The document discusses new client side features in Microsoft Dynamics CRM 2016, including a new getValue method and keypress event methods (addOnKeyPress, removeOnKeyPress, fireOnKeyPress). The getValue method allows retrieving a field value as the user enters data. The keypress methods allow attaching, detaching, and firing functions on the keypress event. An example shows using these to format a telephone number field, removing invalid characters on keypress.