Tag Archives: Dynamics CRM 2016 new features

Using Web API Function in CRM 2016 Part 2

In our last article we discussed about standard functions, today we are going to discuss Query Function. These functions are basically conditional operators, so there is conditional operator corresponding to every query function. we can get complete list of query function reference from here. We can use these functions similar to standard function, but we just need to make sure… Read more »

Using Web API Function in CRM 2016 Part 1

WebAPI

If you are developer, you should be familiar with functions. It is a reusable piece of code which can be used to perform different operation based on their definition. CRM 2016 introduced Web API function which can be used to perform different CRM operations. Following are the two functions available in Web API: • Function • Query Function In this… Read more »