Salesforce Files had been introduced with replacement of Attachment/Document object and with some great features like version controlling, sharing, preview and what not. We used to use Attachment/Document object for file hosting like images and pdf (specially on Classic). And if we
Read More
Have you ever run into this error? “Upsert with a field specification requires a concrete SObject type” Basically it is saying that you cannot declare a list of type sObject and then try to use the upsert command against that list. That
Read More