North52 Blog
Welcome to the North52 Blog!
Business Rules Example #233 – Store and retrieve a secret in Azure Key Vault
A new knowledge base article has been published on our support portal.Overview This article shows how to securely store a secret in Azure Key Vault and how to retrieve a secret when required. North52 BPA Solution The North52 BPA solution works like...
Business Rules Example #232 – Retrieve Userid from a different CRM Instance using Azure
A new knowledge base article has been published on our support portal.Overview This article shows how to retrieve a User ID from a different Dynamics 365 instance using Azure. North52 BPA Solution The North52 BPA solution works like this: A formula is...
Business Rules Example #231 – Execute a North52 Decision Table as part of a Microsoft Flow using HTTP Azure AD
A new knowledge base article has been published on our support portal.Overview This article shows how you can execute a North52 Decision Table as part of a Flow and return a value back to the Flow to be used in a later step. This is conceptually very similar to how...
Business Rules Example #230 – Set a PartyList field in a Decision Table
A new knowledge base article has been published on our support portal.Overview In this business scenario we are required to change the Call To field in a Phonecall entity depending on what is entered into the Description field. This is a generic example to...
Business Rules Example #229 – Qualify Lead and Create both an Account and a Contact
A new knowledge base article has been published on our support portal.Overview In this scenario, we require a button that sets a Lead to the status Qualify and creates an Account and a Contact using the data from the Lead. This is very similar to what the...
Business Rules Example #228 – Check if Parent Accounts Owner is Active
A new knowledge base article has been published on our support portal.Overview In this scenario, we want to make sure that any Opportunity that is associated with a disabled User gets flagged so that it can be reassigned. We want to show a notification when an...
Business Rules Example #227 – Hide/Show Header field
A new knowledge base article has been published on our support portal.Overview In this scenario, we want to hide/show the Credit Limit field depending on the value of our Credit Hold field. However this Credit Limit field is in the Header section...
Business Rules Example #226 – Add Skills to Contact depending on Resumé
A new knowledge base article has been published on our support portal.Overview In this scenario, we have a custom entity called Skills that we want to use when reviewing a Contacts resumé or CV. The Contact entity has a custom text field called Resumé that we...
North52 Release – July 2019 – v588
New Features Added new formula type called Library Calculation Added extra parameter on ThrowError() function to allow for injection of two new lines Added new UCI form for Formula entity Added short-cut key F2 for instant edit mode on Decision Tables Added short-cut...
Business Rules Example #225 – Send Custom JSON Message to Service Bus Queue
A new knowledge base article has been published on our support portal.Overview The business requirement was to create a custom JSON message whenever certain fields change on the Account record. This JSON message then had to be sent to our Service Bus queue. The...