get
Returns
Arguments
Examples
var account = ormService.get("Account",1);
var account = ormService.get("Account",4);
var newAccount = ormService.get("Account",0);Last updated
Was this helpful?
var account = ormService.get("Account",1);
var account = ormService.get("Account",4);
var newAccount = ormService.get("Account",0);Last updated
Was this helpful?
Was this helpful?