Views:

Scenario Overview

In this business scenario it was very important for the people paying Invoices to know the current week number & what the UTC date and time was before paying an Invoice.

North52 Decision Suite Solution

The North52 Decision Suite solution works like this,

  • A formula is created which executes when the Invoice record is opened
  • It calculates the current week number from the current date time & the UTC datetime
  • It displays the information as a form notification

North52 Decision Suite Steps

  • Create a new formula of type 'ClientSide - Perform Action'
  • Set the Source Entity to 'Invoice'
  • Set the Source Property to 'OnLoad'
  • Copy & paste the formula below into the formula description field & click save
  • Click 'N52 Commands' & then choose 'Publish Formula'
  • You are ready to test

Formula

SetFormNotification(StringFormat('Current Week Number: {0} UTC Datetime: {1}',
  GetWeek(LocalDateTime()), UtcDateTime() ) , 'INFO', 'msg1')

 

Did you know?

TestShield Makes Test Automation a First Class Citizen in Dynamics 365

Test automation principles leads to improved communication, reliability and teamwork as you enhance the ever changing business processes. The team members need to roll out change requests on the existing system and build new applications making automated testing very important. 

Top 3 Benefits of Dynamics 365 Automated Testing:
  • Validated Business Processes: Dynamics 365 Automated Testing provides a robust approach to validate the business rules and process requirements of Dynamics 365 solutions
  • Better Engagement: Dynamics 365 Automated Testing ensures that end users get top-class user experience
  • Faster Delivery Time: Dynamics 365 Automated Testing assures fast delivery time by leveraging automation

The growing number of Dynamics applications that are being developed continuously presents a major challenge for Dynamics 365 testing. With such fast development, organizations need to ensure that these applications are thoroughly and constantly tested before being deployed.

Learn how TestShield helps automate testing in your Dynamics 365 projects