Dynamics 365 Sales or Salesforce Sales Cloud: Which is the Best Fit for your Business?

Dynamics 365 Sales and Salesforce
Dynamics 365 Sales and Salesforce

September 29, 2022

Today, your sales team are as effective as the tools they use. It’s because they need to rely upon an integrated digital tool from attracting customers to closing deals. With the right tool, they can attract more prospects and drive more sales, but with the wrong one, things can be a little messier. That’s the… Continue reading Dynamics 365 Sales or Salesforce Sales Cloud: Which is the Best Fit for your Business?

Some details about String

August 20, 2019

Author: Amol Shrestha  String is immutable. We cannot change the content of a string. For example,  var str = “This is a test”.  Here, str points to a location where the content of the string is located.  If we append something to the string like:  str += “and it does not matter much”.  Now, the… Continue reading Some details about String

Phone number verification with twilio

July 30, 2019

Author: Prakash Bokati  Every developer knows the nightmare that would ensue from allowing anyone or anything to create account for the app they are developing. Bots, spammers, frauds, etc. can easily get into the system and therefore pollute the app.  Few years back email-verification was popular. An email with a link is sent to the user just… Continue reading Phone number verification with twilio

Set up duplicate detection rules

July 29, 2019

Author: Amol Shrestha  Sometimes business logic requires there should be no redundancy based on fields like email, postcode or zip-code etc. As such, the data management under setting help us achieve it. The duplicate detection rules beneath data management supports the action.  Once we choose New, a window pops out containing:  Name:  rule name status reason: published/unpublished Description: the… Continue reading Set up duplicate detection rules

Agile Testing Methods

June 14, 2019

Author: Ujen Maharjan Agile Testing  Agile is an iterative development methodology, where both development and testing activities are concurrent. Here, coding and testing are done interactively and incrementally unlike waterfall method where testing is done at a separate phase.  Therefore, agile testing is a software process that follows the principles of agile software development. It is a… Continue reading Agile Testing Methods

Windows Service Vs Web Service

April 30, 2019

Author: Ramsharan Shrestha  Windows service is an application that runs without a user being logged into the system, usually to process some data on the machine that needs no user intervention to work with.   A Windows service is a long-running executable that performs specific functions, and which is designed not to require user intervention.  It is a background… Continue reading Windows Service Vs Web Service

An introduction to Click Dimensions

March 11, 2019

Author: Chris Lightley  ClickDimensions is an email marketing platform built directly within Microsoft Dynamics 365. While primarily focused on email marketing, Click Dimensions also includes a host of other functionality including website analytics, social media tools and web forms & surveys.     By building their solution within Dynamics they have minimised issues and costs associated with integrations between systems and the syncing of data that goes with that.… Continue reading An introduction to Click Dimensions