Blogs

  • Not Able to upload File under task in Salesforce Mobile App

    You can not upload file under Task using related list in Salesforce Mobile App. This is Salesforce feature limitation in mobile app. We can add File button on task layout that will give option to upload file on Task level. And related uploaded files will appear in related list.

    Read more…

  • Using cURL in apex to retrieve the records in Salesforce

    To retrieve records in Salesforce using a curl request in Apex, you would need to make use of Salesforce’s REST API. Assuming you are well aware of HTTP requests, REST Api and cURL; Here’s an example of how you can construct a curl request in Apex to retrieve records: In this example, we are constructing…

    Read more…

  • “ENTITY_IS_LOCKED” error while updating record using flow or manually

    This error can take place while updating the record manually or using automation. This simply tells the record is locked due to pending approval process or due to being a direct child of a master record. There are two scenario when this takes place. A lock icon is shown on the record and except admin…

    Read more…