1 件の回答
You need to grab the record from the page in the controller in the constructor method.public with sharing class testme {private final account vfRecord ;public testme(ApexPages.StandardController stdController) {this.vfRecord = (account)stdController.getRecord(); }If you still have issue, post the whole code.thx