Method | Description | |
---|---|---|
getDescribe ( ) : Schema.DescribeSObjectResult | ||
newSObject ( ) : SObject | ||
newSObject ( ID id ) : SObject | ||
newSObject ( ID recordTypeId, bool loadDefaultValues ) : SObject |
public getDescribe ( ) : Schema.DescribeSObjectResult | ||
return | Schema.DescribeSObjectResult |
public newSObject ( ID recordTypeId, bool loadDefaultValues ) : SObject | ||
recordTypeId | ID | |
loadDefaultValues | bool | |
return | SObject |