Just sharing a sample code that could be used for group by and sum operation on EntityCollection. Suppose below is the output that we want We can use the below
Just sharing a sample code that could be used for group by and sum operation on EntityCollection. Suppose below is the output that we want We can use the below
Just sharing a sample code to call an Action through Web API. Suppose below is our Action with one input parameter. JavaScript code :- function CallAction() {
Recently we created a new created Action and it twas not showing up in Plugin Registration Tool. Closing and restarting the Plugin Registration tool fixed it. Hope it helps.. Like