cancel
Showing results for 
Search instead for 
Did you mean: 

Mass Upload of Employee Image in C4C

loganathan_p3
Contributor
0 Kudos

Hi All,

Is there any way in standard system,we can upload the Employee Image in bulk. Like upload of attachment with respective code value using data workbench. E.g

10010Employee Image

Can we use SDK to write logic and upload employee image using templates? If employee is replicated from ERP to C4C,can we sent employee image as well?

Regards

Logan

Accepted Solutions (1)

Accepted Solutions (1)

Dedeepya
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Images can be uploaded in C4C as .png/.jpeg / other supported media file types using the standard migration tools,

you would need to use a BO Field which would capture the file location to upload it from into C4C.

This file location would have to be centrally located and accessible over public internet.

If you need to add it as an Attachmet as well to Employee Object, then you need to write SDK code for it to create an entry in BO- ATTACHMENT .

Regards

Dedeepya

loganathan_p3
Contributor
0 Kudos

Hi Dedeepya,

Thanks for your response

Regards,

Logan

Answers (0)