Skip to main content The new Salesforce certifications experience is live! Visit Trailhead Academy to explore your new certifications homepage.
I'm creating reports and want to avoid grabbing data that is owned/created by an inactive user. What's the easiest way to vet out this data?
2 answers
  1. Oct 7, 2015, 2:57 PM
    Hi Maxine,

     

    There are multiple ways of doing this.

     

    One approach is by creating a formula field(s) on the respective object.

     

    Create a Formula field of Checkbox Return type on the Object, Label the field as Owner Active and the formula is

    Owner.IsActive

    Create a 2nd formula field of checkbox return type and label the field as Created By Active and the formula is

    CreatedBy.IsActive

    Create a report and filter the report where either of the checkbox is true.

     

     
0/9000