You need to sign in to do that
Don't have an account?
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?
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?
Similar to ApexPages.currentPage().getParameters().get('id')