Blog

MSCRM :: Javascript add

When setting a lookup value using JavaScript in Microsoft Dynamics 365, the value you use has to be an array and the values in that array must be of type object. Within the object the required components are the id, logical name and the entity type. Retrieving a lookup field through JavaScript can be a…
Read more

Pro:Centric | NZ DVB TV Channels

1   Freq 538000000 PID 1200 TVNZ 1 2   Freq 538000000 PID 1201 TVNZ 2 3   Freq 570000000 PID 1300 Three 4   Freq 570000000 PID 1307 Bravo 5   Freq 618000000 PID 1600 Maori TV 6   Freq 538000000 PID 1206 TVNZ 1 Plus 1 7   Freq 538000000 PID 1207 TVNZ 2 Plus 1 8   Freq 570000000 PID 1302…
Read more

MSCRM :: Execute Workflow from Javascript

After reading a few blog, and retyping screen show please see below. Orginal Blog Click Here The above is running a unique workflow that I have to Clone a Opportunity Product with help from Dynamics-365-Workflow-Tools

UBIQUITI :: Unify USG-Pro4 and Express VPN over VLAN

After endlessly trolling around the internet trying to find a config setup for Unifi USG-Pro4 to tunnel some of my traffic over a VPN via a VLAN I have finally come up with this. Go watch this guys video to the point of welling up a VLAN, and Wireless network then use this config for…
Read more

MSCRM :: IntelliSence for Dynamics 365

How to configure intellisence with XRM syntaxes in your Jscript/TypeScript files. To enable IntelliSence, you need to install xrm npm package to your Visual Studio. Steps to install NPM package: To install npm package, you need to download and install a Visual Studio extension : Package Installer Post installation, from your Visual Studio, select ‘Quick Install Package’ from…
Read more

MSCRM :: Python WebApi

For a while now I have been playing around with this project, and although it is not complete I have found it very useful. See my code below.

MSCRM :: Xrm.WebApi Dealing with different field types

After getting extreamly frustrated and not being able to find and help/blogs regarding this topic here is the information that defines how to deal with different fields types when creating a data object for either Xrm.WebApi.createrecord, or Xrm.WebApi.updaterecord.    

MSCRM :: External Auth for Dynamics 365 Portals

Original Post. https://community.dynamics.com/crm/b/thinkdynamicdodynamic/archive/2017/04/02/linkedin-integration-with-dynamics-crm-portals-or-adxstudio-portals LinkedIn plays a big role in the professional industry as this application really has a huge network, and lots of businesses uses this to build new relationships with customers, as well as prospect companies.  LinkedIn integration with CRM Portals or Adxstudio Portal lets you Sign In on Portals with LinkedIn Account as a…
Read more

MSCRM :: Liquid – Check is user has a role type

has_role While working of my portal i needed to query what type of “Web Role” a user had, this allowed me to create extra functionality in my portal from changing what information was displayed on a page, to adding an additional menu to the Nav. You will need to create a new “Web Role” in…
Read more