Bhubaneswar, Odisha
+91-8328865778

Author: Logyscal Editor

Highly Scalable IT Solutions & Services

Security Roles

How to create a security role and provide access in Dynamics 365 CE

Here in the his post you will come to know below concepts. Create custom security role Create custom entity Provide permission and privileges Follow the steps to complete the task. Step 1- Create a Security Role login to D365 and go to setting. Here Click on settings and go to security. Next click on Security…
Read more

create custom table

How to create custom table in solution using Dataverse in dynamics 365.

Choose your Environment Choose solution Click on table Give Display name, plural name and primary field Save table Follow these step to complete the task First choose your Environment. Go to the the solution and select your solution. click on New -> click on the Table Display name :Display name of table. ex. Customer Payment…
Read more

Interface In C#

Interface is also a user-defined type like a class but contain only “Abstract Member” in it and all those abstract members should be implemented by a child class of the interface. Non-Abstract Class :- Contains only non-abstract / concrete members. Abstract Class :- Contains both non-abstract / concrete and abstract members. Interface :- Contains only…
Read more

Class And Object IN C#

Class: Class is user-defined datatype. Class is a collection of objects of same type that have properties and behaviour. C# is based on the C++ programming language. Hence, the C# programming language has in-built support for classes and objects. A class is nothing but an encapsulation of properties and methods that are used to represent…
Read more

Encapsulation In C#

The process of binding the data and functions together into a single unit (i.e. class) is called encapsulation or you can say that the process of defining a class by hiding its internal data members from outside the class and accessing those internal data members only through publicly exposed methods (setter and getter methods) or…
Read more

Abstarction In C#

The Abstraction in C# is one of the fundamental OOPs principles which acts as a supporting principle. Abstraction means to abstract the necessary data and avoid all remaing data. It catch only necessary data and avoid the implementation details. The process of representing the essential features without including the background details is called Abstraction. In simple words,…
Read more

C# Inheritance

What Is Inheritance: Inheritance is a feature of object-oriented programming languages that allows derived classes to inherit or override the functionality (data and behavior) of a base class. The method of constructing one class from another class is called Inheritance. The derived class inherites all the properties and methods from base class and add its own…
Read more

Polymorphism

Polymorphism is a Greek word, meaning “one name many forms”. In other words, one object has many forms or has one name with multiple functionalities. “Poly” means many and “morph” means forms. It means ability to take more than one form. The same function will show different behaviour, when we passsed different type of value or…
Read more

How to create a Power Platform trial?

In this blog, we will discuss how to create a Power Platform trial? The Microsoft Power Platform comprises of four components – Power BI, Power Apps, Power Automate, and Power Virtual Agents.  The Power Platform-tools help to unlock the potential of office 365 and dynamics 365. It customizes, extends, and builds all the apps that you require for your business. …
Read more

What is dynamics 365 and why your business need this application

Dynamics 365 is the Microsoft family of business applications. It promises to turn business process into business advantage for organizations everywhere. But what does that really mean? Dynamics 365 launched in 2016 when Microsoft brought together Dynamics AX, its ERP application and the Dynamics CRM application. Microsoft was one of the first to make a…
Read more