CRMONCE

Creative

How to use search, lookup and filter functions in Power Apps

In Power Apps, the search, lookup, and filter functions serve different purposes: Lookup: The Lookup function is used to retrieve a specific record from a data source based on a matching value in a specific column. It is commonly used to retrieve a single value from a related table or list...

[rt_social_links]
Creative

How to use Function type in TypeScript?

In this we can define that functions in Typescript  . Defining a Function : A function definition specifies what and how a specific task would be done. Before using a function, it must be defined. Functions are defined using the function keyword. Syntax :  function function_name() {// fu...

[rt_social_links]
Creative

How to Create, design and edit forms in Dynamics 365

 Dynamics 365 Customer Engagement (on-premises), forms provide the user interface that people use to interact with the data they need to do their work. In the default solution or an unmanaged solution, you can create new forms or edit existing forms for all entities that allow form custom...

[rt_social_links]
Creative

How to create Entity Forms in Dynamics 365?

Entity Forms in Dynamics 365 are used to show and hide the controls on a form and hiding or showing columns in a view. In Microsoft Dynamics 365, we can create 4 type of forms they are : Main form, Quick view form, Quick create form and Card form. To create entity forms in Dynamics [&helli...

[rt_social_links]
Creative

How to Customize Dynamics 365 Colors and Logo using Themes

In Dynamics 365, you can set the logo and colors of the organization through “themes”. To access themes, go to Settings->Advance settings>Customizations: – Select Themes: Here you will see any existing themes in the system, as well as what is marked as the current “defaul...

[rt_social_links]
Creative

How to use Do Until in Power Automate

In Power Automate, we occasionally have to repeat some actions until a condition is satisfied. In these situations, we use the Do until function as an example. In this case, the counter number will be increased until it reaches 4. To initialize a variable, we will now add an additional act...

[rt_social_links]
Creative

Get text or name value of lookup field in power automate

In Power automate sometimes we need to pick the Name Text of the lookup field. When we assign directly it will give you the GUID so we have to do some tasks. If you get the output body you can see for every look up control we have five tags in the output. For example […]...

[rt_social_links]