I want customers to have a profile picture, I've seen code to how upload images but I can't figure it out how to link it per customer. custom object -->customer (?).
4 réponses
In my experience, you should not use Commerce Cloud to permanently store profile pictures. SFCC has a retention period for storing files in WebDAV (maximum 30 days saved), let take a look this article for more detail: https://help.salesforce.com/s/articleView?id=000393660&type=1
As suggestion from Salesforce, you should export and save the profile pictures on a third party system.
Hope this helps.