Select Page

A new knowledge base article has been published on our support portal.

Scenario Overview 

In this scenario, we want to use some of North52s functionality with a custom JavaScript we have.

Using the North52 formula ExecuteCustomJSFunction , we can call upon any Custom JavaScript functions that have been loaded to the Form. 

N52 Formula Manager Solution

The Formula Manager solution works like this:

  • A formula of type Clientside – Perform Action’ is created on the Account entity
  • This Formula will be triggered whenever an Account is loaded using the default Account Form. 
  • The formula will execute the custom JavaScript function. 
    • This Function will show a Form Notification. 
    • It will also use Findvalue to grab the Accounts associated Contact description Field and show it in the Form Notificaiton.

View this article in full on our support portal