Is it possible to use the Intellisense for the Jscript programming in Visual Studio?
Here are my steps:
- Downloaded the Microsoft CRM 2016 SDK
- Opened "\SDK\SampleCode\JS\FormScripts\XrmPageScripts.sln" with Visual Studio
- Added "\SDK\Bin\Microsoft.Xrm.Sdk.dll" as reference to the project.
- Tried to use XRM. (as you can see in the picture

I want to create a JS function that will change the background of a specific field named "name" to red.
- User opens Form
- Field background is red
I am new to this so any help would be appreciated