Question:
How to bulk upload user photos in CRM?
Answer:
The Photo_vod__c field on the User_Detail_vod__c object is a Base64 encoded image. The administrator can bulk upload images by encoding the image to Base64 string.
And the photo should be resized to 160px by 120px (length by width) before saving or converting to Base64.
Related Documentation:
N/A
Send us your feedback: We are always looking for feedback to help improve our Knowledge Base! Please let us know if this article is helpful or provide feedback on how we can improve your experience by clicking here.
Thank you