Activity Forums Salesforce® Discussions How do you refer to current page id in Salesforce Apex?

  • shariq

    Member
    September 22, 2018 at 11:25 am

    If you want to retrieve id in a visauflrorc page then you can retriev it using standard cotnroller.

    for ex:

    public myControllerExtension(ApexPages.StandardController stdController) {

    this.acct = (Account)stdController.getRecord();

  • Parul

    Member
    September 22, 2018 at 11:56 am

    Adding some point:

    you can also use this

    apexpages.currentpage().getparameters().get('id') for visualforce page's id.

     

     

    Thanks

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos

Popular Salesforce Infographics