Blogs

  • Implementation restriction: ContentDocumentLink requires a filter by a single Id on ContentDocumentId or LinkedEntityId using the equals operator or multiple Id’s using the IN operator.

    Introduction This error may take place while querying ContentDocumentLink and filtering it with IN operator. Sometimes, it shows a weird behaviour and throw below error: “Implementation restriction: ContentDocumentLink requires a filter by a single Id on ContentDocumentId or LinkedEntityId using the equals operator or multiple Id’s using the IN operator.” Possible Reasons Add check as…

    Read more…

  • Why Case Milestones get disappeared from Related List?

    INTRODUCTION Sometime, we setup an entitlement process with milestones (no-reoccurrence type) & entitlement, and assigned the entitlement to a case. The process may work as expected, but sometimes you may some kind of issues like once a milestone is complete it disappears from the Case Milestones related list. POSSIBLE REASONS

    Read more…

  • How to mass reassign approval requests in Salesforce

    Requirement Need to be able to mass transfer pending approval requests. Solution APPROACH 1: Standard Salesforce Approach APPROACH 2: Using Apex Code

    Read more…