Bhubaneswar, Odisha, India
+91-8328865778
support@softchief.com

Month: February 2020

TOP 20 Concepts of Dynamics 365 you just can’t ignore (Must Read for Developers)

1. Power Apps Power Apps is a suite of apps, services, connectors and data platform that provides a rapid application development environment to build custom apps for your business needs. Using Power Apps, you can quickly build custom business apps that connect to your business data stored either in the underlying data platform (Common Data…
Read more

Create and Manage a Webpage, Add components, Change Navigation Menu for Portal in Dynamics 365 CE

In our last article we understand what is a Portal and how we can configure portals in Dynamics 365 instance. We can also create Portals in CDS environment by creating a new environment and provisioning the portal. In this post we will see how we can add new Webpage in our portal we have created…
Read more

Dynamics 365 Portals, Its Configuration & Customization

Introduction Dynamics 365 Power Portals are external-facing websites that allow users outside their organizations to sign in with a wide variety of identities, create and view data in Common Data Service or Dynamics 365 Instance, or even browse content anonymously. The full capabilities of Dynamics 365 Portals, previously offered only as an add-on to model-driven…
Read more

logic app

Build Logic App for Dynamics 365 CE to create a Task record when a Lead gets created

Azure Logic Apps is a cloud service that helps you schedule, automate, and orchestrate tasks, business processes, and workflows when you need to integrate apps, data, systems, and services across enterprises or organizations. Logic Apps simplifies how you design and build scalable solutions for app integration, data integration, system integration, enterprise application integration (EAI), and…
Read more

Retrieve, Create, Update, Delete data Client side using XRM Web API and FetchXML in Dynamics 365

The XRM WebAPI is a great way to achieve CRUD operation from client side scripts. Below are the code snippets to explain how we use it. Retrieve Single Record Retrieve Multiple Record Create Record Update Record Delete Record Thanks for reading.