-
Why is ApexPages.currentPage().getParameters().get retruning a null value in Salesforce?
I am trying to get the value of ApexPages.currentPage().getParameters().get(‘RecordId’). But it is returning me a null value. What am I missing?
Log In to reply.