function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Brian RosenfeltBrian Rosenfelt 

Formula that uses the record id from the current record

I'm trying to build a formula on a child object that compares a value to the current record ID of the page being called.  I know I can retrieve the current page ID using APEX, but not sure if there is a function I can use in a formula field.

I'm trying to created a list filter so it compares an ID from the child record to the id of the page its being called from.

Any suggestions?
Brian RosenfeltBrian Rosenfelt
Similar to ApexPages.currentPage().getParameters().get('id')
Jamie YarbroughJamie Yarbrough
Did you ever have any luck with this? I would like to do the same thing in a formula.