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.
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.