I need to add/create a case in Salesforces in Windows Project, unable to find the activity for Add Case/Case Creation, I have installed UiPath.Salesforce.Activities Package of latest version 1.9.3, can any one please help me with this?
After downloading the UiPath.Salesforce.Activities we get the following below activities. Please find the required activity according to your requirement.
Hope it works!!
Regards,
Thanks for the info, my question was about add case activity under salesforce activities package.
If you want to add an new record use the activity “Insert Record” under Salesforce Application Scope.
Hope this helps!!
Regards,
Install the “UiPath.Salesforce.Activities” Package.
- Add the “Salesforce Application Scope” activity and provide your Salesforce credentials.
- Drag and drop the “Insert Records” activity from the activities panel.
- In the “Insert Records” activity properties, select “Case” as the object type.
- Fill in the necessary details for the case, such as the subject, description, priority, status, and owner.
- Click on the “Add Field” button to add additional fields for the case if required.
- Save the workflow and run it to create the case in Salesforce.
I Hope it will helps!!
you can still achieve the desired outcome by using the “Invoke Code” activity in UiPath to execute custom code or by making direct API calls to the Salesforce REST API.
Thanks!!
Hi @Krishnakanth_Mathi ,
Can you try using UiPathTeam.Salesforce.ExtensionPackage?
It has somewhat better controls and customizations.
I see that it has an activity to add Case:
Thanks,
Aditya
Thanks for info but this package is not availble for windows.
Can you please suggest us for windows?
I guess the only way right now would be using Salesforce API calls.
Let’s see if some one else can give a soluton.
click on the "Configure: button in " insert record activity
there you can choose to insert a case record,
see that first variable is output and the others are input
In the Insert record activity after configuring the Salesforce credentails the add case wizard opens.
Hence my problem is solved.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.