Showing posts with label N52. Show all posts
Showing posts with label N52. Show all posts

How to Resolve the Issue of Missing Custom Entities in North52 Formula

 How to Resolve the Issue of Missing Custom Entities in North52 Formula

Problem Description

While attempting to create a Process Genie formula in North52, the expected custom entity is not listed in the dropdown menu. This issue can occur even after ensuring that the entity is correctly created and published in Dynamics 365.

How to Add Custom Button Using N52

 How to Add Custom Button Using N52

 Guidance to create a custom button using N52.

Setting Date-Only Fields in Dynamics 365 with Local Time Using N52 Formulas

 

Setting Date-Only Fields in Dynamics 365 with Local Time Using N52 Formulas

Introduction

When working with date-only fields in Dynamics 365, displaying the correct local time can be a challenge. By default, Dynamics 365 stores DateTime fields in Coordinated Universal Time (UTC). This article explains how to set a date-only field to display the local time using N52 formulas.

Setting Lookup Fields in Dynamics 365 Using the N52 SetLookup Function

 

Setting Lookup Fields in Dynamics 365 Using the N52 SetLookup Function

Introduction

In Dynamics 365, Lookup fields often need to be set programmatically, based on certain conditions or actions. One common requirement is to set a Lookup field to a specific entity based on its GUID. The N52 formula engine provides the SetLookup function to meet this need efficiently. This article will walk you through how to use SetLookup to set Lookup fields in Dynamics 365.

[TIP] How to Get Lookup Field Name and Option Set Field Selected Option's Name in N52 Formulas

 

How to Get Lookup Field Name and Option Set Field Selected Option's Name in N52 Formulas

Introduction

When working with N52 formulas in Dynamics 365, you might need to display the name referenced by a Lookup field or the name of a selected option from an Option Set field. This article aims to guide you through these tasks using N52 formulas.