How to Capture Customer Feedback with Clicktools

Clicktools, a SaaS-based enterprise survey management platform empowers enterprises to conduct surveys and capture customer feedback in a seamless manner. The SaaS-based software is extremely user-friendly and provides dynamic features to build visually appealing surveys and forms. The platform enables enterprises to understand customer needs thereby transforming the overall customer journey. Most companies, both medium and large routinely conduct surveys to understand consumer behavior

SonarQube Integration with Jenkins Using Pipelines

SonarQube Integration is an open source static code analysis tool that is gaining tremendous popularity among software developers. It enables software professionals to measure code quality, identify non-compliant code, and fix code quality issues. The SonarQube community is quite active and provides continuous upgrades, new plug-ins, and customization information on a regular basis. Further, it is a healthy practice to periodically run SonarQube on

How to Enable Salesforce to Salesforce in your Organization?

Salesforce, the world’s leading CRM software provider— offers a practical feature in their product to share data (records) with other organizations. Salesforce to Salesforce feature enables Salesforce administrators to sync Salesforce records of two different organizations effortlessly. This is an ideal feature for businesses that rely extensively on data. An ideal scenario is when your primary organization’s Salesforce is experiencing a downtime or going

Key Insights on How Git Version Control System Works

Seeing Git Version Control System as a Simple Key-value Store All of us know Git as a distributed version control system (DVCS). It would be a surprise to many, like it occurred to me, to know that it is a content-addressable filesystem (or simply a key-value store) with a VCS layer. Unlike other popular VCS solutions that store changesets (forward/reverse diffs) across revisions, Git

How to Update Selected Records from Related List in Salesforce?

Salesforce cloud-based customer relationship management platform is extensively used by enterprises for sales automation, customer service, marketing, commerce, and much more. It was recently named as a #1 CRM provider by International Data Corporation (IDC). Over the years, Salesforce has gained immense popularity among B2B customers and IT practitioners due to its flexibility, speed and ease of maintenance. However, Salesforce implementation and integration can be a

How to Build Custom Widgets Using Bonita BPM UI Designer

Most BPM platforms provide task-oriented user interface design tools that are optimized for simple process-based applications. However, as the application and process complexity increases, UI design tools struggle to meet the changing business and customer priorities. Realizing this need, Bonita – the fastest growing open-source BPM provider has developed a flexible UI design platform known as ‘Bonita UI Designer’. By using the advanced features of

How to Set Up a Private Docker Registry – With Code

Docker is an emerging open-source container technology that is redefining the constantly shifting IT landscape. Docker enhances the way business enterprises package, deploy and manage their software applications. Globally, enterprises are being influenced by the endless opportunities Docker promises. In addition, large software companies such as Google and Microsoft are exhibiting keen interest in Docker, making it a hot topic of discussion among the

Making Workflow Migration Easier In Bonita BPM

A workflow designed in Bonita 6 can be seamlessly migrated to Bonita 7 and deployed without any glitches, provided the right steps are followed during the workflow migration. As we already know, BPM 7 contains a lot of interesting and useful new features such as the UI designer (an interesting tool integrated with Bonita software) where forms can be created effortlessly. Further, it provides certain

Guidelines for Effective Bonita BPM Migration

Bonitasoft is slowly phasing out its revolutionary Bonita Open Solution V5 and urging its users to embrace newer versions of BPM software. As a Bonita user, if you are planning for a Bonita BPM migration, this is the right time. Further, migrating to a newer version helps users gain access to fascinating set of new features such as actor mapping, configuring parameters and environments. The

AutoIt – Simplify Windows Desktop Application Automation

AutoIt is a scripting language that helps developers to automate Windows desktop applications. Similar to other scripting language, it allows developers to generate scripts / automate desktop applications, which saves a lot of time for developers. So what makes this scripting language stand apart? AutoIt makes use of simulated keystrokes / mouse coordinates of the window/screen, which is quite difficult to achieve (with precision) in