Richard Cookson Content Writer

Anosh Wadia | CRM Project and Technical Manager

Experienced Project Manager with a demonstrated history of working with CRM software applications as well as general application development. Skilled in analyzing business processes, solution architecture, systems integration, and software implementations. Certified in Infor CRM and Salesforce along with experience with Sugar CRM and Microsoft Dynamics CRM.

Anosh Wadia
CRM Project and
Technical Manager

Experienced Project Manager with a demonstrated history of working with CRM software applications as well as general application development. Skilled in analyzing business processes, solution architecture, systems integration, and software implementations. Certified in Infor CRM and Salesforce along with experience with Sugar CRM and Microsoft Dynamics CRM.

Autocomplete in the Salesforce Developer Console is No More!

Yes, you heard that right! Salesforce is retiring the Autocomplete feature from the Developer Console in the Winter of 2024. Auto-complete is not going away entirely… it is still available for custom Apex classes and SObjects. Unfortunately, the full... read more

Hey Salesforce! Hit the Pause Button Will Ya?

If you’ve worked with Salesforce flows often enough, you’ve more than likely run into one of these painful errors! Apex CPU time limit exceeded or Too many SOQL queries: 101 or Too many DML operations. While these errors are really frustrating to... read more

Salesforce Autolaunched Flows, The Only Flow Type You Should Ever Use!

This is going to be controversial but I’m going to say it. The only type of Salesforce flow you should ever use for background automation in Salesforce is an Autolaunched flow! Yep, you heard that right, ALWAYS build an Autolaunched flow! Which means don’t... read more

Introducing the New Microsoft Dynamics 365 Unified Client Interface

In response to the retirement of the old web client for Dynamics 365 Online, Microsoft is introducing a much more responsive and efficient dedicated interface. To improve user experience, the new Unified Client Interface (UCI) aims to capitalize on mobile... read more

Contact Naming Conventions in Salesforce

In Salesforce, you need insight into your business and your data and that starts with the people you’re doing business with. In Salesforce, you store information about your customers using accounts and contacts. Accounts are companies that you’re doing... read more

Merging Unrelated Records in Salesforce Lightning

Salesforce has great features that allow you to prevent duplicate records from being added. Using a combination of Duplicate Rules and Matching Rules, you can prevent duplicates from being added and also merge existing duplicate records that exist. However, you can... read more