-

What is Node.js and what is the Event Loop
Node.js (also known as just Node) is a JavaScript runtime environment to run server-side web applications without using a web browser. Read more
-
Bye bye FindBugs. Hello SpotBugs
I used to use FindBugs plugin in my Java projects to detect and learn about issues and potential issues in my source code. Even FindBugs is no longer maintained we have an alternative called SpotBugs. It requires Maven version 3.1.1 to be executed Is not so different to use, just add the plugin like any Read more
-

Conflict executing request: Connector profile: xxxxxx is associated with one or more flows
Error Conflict executing request: Connector profile: xxxxxx is associated with one or more flows. If you still want to delete it, then make delete request with forceDelete flag as true. Some of the associated flows are: [flow1, flow2,…] Run this from terminal (replace the xxxxx): aws appflow delete-connector-profile –connector-profile-name xxxxxxx –force-delete Some others useful commands Read more
-

Invalid request provided: AWS::AppFlow::FlowCreate – Salesforce integration
We could see this error when deploying a stack in AWS that contains an App Flow block. If we are doing through Cloudformation it’s possible we have added a new mapping to a field that doesn’t exist in Salesforce. Read more
-

Call an Apex method from Process Builder
As a thumb of rule in Salesforce you should always try to create new business logic through point-and-click but sometimes our logic it’s a bit special and we need some Apex code. Read more
-

AppFlow Salesforce: how to sync up relationships
Using AppFlow, you can easily move data between Salesforce and other cloud-based systems such as Microsoft Dynamics, Oracle, or SAP. With AppFlow, you can automate the movement of data between these systems, which in turn means you can save time and energy. Read more