Name
global.Account
Description
Account API Service Class
Script
var Account = Class.create();
Account.prototype = Object.extendsObject(AccountImpl, {
type: 'Account'
});
Sys ID
84eb70f75312030097a2ddeeff7b12f2
global.Account
Account API Service Class
var Account = Class.create();
Account.prototype = Object.extendsObject(AccountImpl, {
type: 'Account'
});
84eb70f75312030097a2ddeeff7b12f2