Skip to main content The Trailblazer Community will be unavailable from 2/1/2025 to 2/2/2025. Please plan your activities accordingly.
Hi,

I'm looking to edit the logic on my views so that the logged in user can only see the records that they themselves have created for ordering purposes on a custom object. 

So far what I have is:

IF(

CreatedbyID = $User.id  )

However not really sure where to go from from here. Any assistances would be appreciated.

 
10 answers
  1. Dec 15, 2015, 3:45 AM
    Hi Geoff,

    I did not use any apex trigger to create this. I just created a custom formula field in an object with a return type as text then I use the formula i have provided you.

    User-added image
Loading
0/9000