Create your first automation in just a few minutes.Try Studio Web →
by Sopra Steria Ltd.
0
Snippet
<100
Summary
Summary
This snippet retrieves the CRM attachments for an incident and stores them on the path provided using CRM API's.
Overview
Overview
The snippet includes two XAML files - Save CRM Attachment.xaml and Convert_Base64_to_Attachment.
Save CRM Attachment
It takes three input parameters as Attachment Table (containing file name & other details), Ticket Number & File Path.
It returns the output as DataTable containing the detailed path of the files including the file name and its extension.
Convert_Base64_to_Attachment
It takes two input parameter as base64 string and file path name where the attachment needs to be saved.
So when this snippet is executed it will convert the base64 string into an attachment and store it on the file path provided.
It can handle multiple attachments where each attachment is given an unique name starting with ticket number and a counter which is incremented for every file.
Features
Features
This snippet uses CRM API's to get all attachments from CRM for an incident and does not use any screen navigation on CRM so it is very fast and accurate to give outputs.
Additional Information
Additional Information
Dependencies
Depended on UiPath System Activities only
Code Language
Visual Basic
License & Privacy
Apache
Privacy Terms
Technical
Version
1.0.1Updated
April 22, 2021Works with
Studio: 20.10 - 22.10
Certification
Silver Certified
Support
Phone: 9899245732
Email: amit.agrawal@soprasteria.com
Support will be granted from Monday to Friday from 9:00 AM to 4 PM BST. The response will be done in 1 day and resolution will be done in 1 week.
Resources