North52 Console Command Create Record

Leave a comment

The North52 command console allows you to “manually execute any ad-hoc formulas against your CRM system. Ideal when you just want to update some data within your CRM system.”

To run a North52 console command, go to the North52 console menu and select Use the Console Command:

This will open the formula guide with the option to select the Command Console.

Click Create:

This will open:

Let’s say we want to create a new Contact using a North52 formula.

Search for CreateRecord:

We will create a new Contact record. Add code:

CreateRecord('contact', SetAttribute('firstname', 'Bob'), SetAttribute('lastname', 'Smith'))

Save the record. We must save the record before executing or we will run into errors.

Note the menu options:

  • Check/tick = Check syntax
  • X = clear formula window
  • Lightening bolt = Execute formula

On running check, we should see:

On running Execute:

You will see a response, or any failure message:

If you make updates to the code, be sure to save again before executing or it will execute the pre-saved code.

 

THANKS FOR READING. BEFORE YOU LEAVE, I NEED YOUR HELP.
 

I AM SPENDING MORE TIME THESE DAYS CREATING YOUTUBE VIDEOS TO HELP PEOPLE LEARN THE MICROSOFT POWER PLATFORM.

IF YOU WOULD LIKE TO SEE HOW I BUILD APPS, OR FIND SOMETHING USEFUL READING MY BLOG, I WOULD REALLY APPRECIATE YOU SUBSCRIBING TO MY YOUTUBE CHANNEL.

THANK YOU, AND LET'S KEEP LEARNING TOGETHER.

CARL

https://www.youtube.com/carldesouza

 

ABOUT CARL DE SOUZA

Carl de Souza is a developer and architect focusing on Microsoft Dynamics 365, Power BI, Azure, and AI.

carldesouza.comLinkedIn Twitter | YouTube

 

Leave a Reply

Your email address will not be published. Required fields are marked *