SalesforceAPI_ToolkitBETA

The Salesforce Activity allows the user to work in the background with Salesforce using a REST API. Inside of the package you have around 75 activities and 5 wizards.

Description of Video One

The Salesforce Activity package contains around 75 activities that allow you to perform various operations such as adding, deleting, updating, or getting (ADD, DELETE, UPDATE or GET) on the main entities of Salesforce. The main entities include ACCOUNT, ASSET, CASE, CONTACT, LEAD, CAMPING, FILE, OPPORTUNITY, TASK,PRICEBOOK,PRODUCT,QUOTE. For the other tables in Salesforce and for the custom ones, the package contains Add, Update and Delete activities that can be used without any restriction by name or structure.
The advantages of the activities are:
the background automation is very fast, and the automation is safe, because it’s totally independent from your web browsers and the salesforce layout,
implementation time is 5 to 10 times faster compared to traditional Ui-Automation. The speed of the activities are due to the wizards, which allow you to test everything during the design time. This significantly minimizes the testing time to almost no time at all. In a normal implementation, testing time is huge and lasts much longer than the design time.
interactions between the robot and the software are greatly reduced, leading to a reduction in the number of errors. For example, in a normal Ui-Automation on Salesforce, a simple process takes two minutes and 40 seconds. This means it interacts with the web page approximately 85 times. The component, on the other hand takes about 11 seconds and interacts with the webpage only eight times, greatly minimizing the risk of error.

Package: SalesforceAPI_ToolkitBETA
Author: @Cristian_Negulescu

2 Likes