var qr = sforce.connection.query(“SELECT id,name FROM Account where Name='”+ AccountName +”'”); var records = qr.getArray(“records”);
確定! 回上一頁