Methods
(protected) SessionRefreshDelegate()
- Source:
Type Definitions
ApprovalLayoutInfo
Type:
Properties:
Name |
Type |
Description |
approvalLayouts |
Array.<Object>
|
Array of approval layouts |
- Source:
Callback(err, response)
Parameters:
Name |
Type |
Description |
err |
Error
|
Callback error |
response |
T
|
Callback response |
- Source:
CompactLayoutInfo
Type:
Properties:
Name |
Type |
Description |
compactLayouts |
Array.<Object>
|
Array of compact layouts |
defaultCompactLayoutId |
String
|
ID of default compact layout |
recordTypeCompactLayoutMappings |
Array.<Object>
|
Array of record type mappings |
- Source:
DeletedRecordsInfo
Type:
Properties:
Name |
Type |
Description |
earliestDateAvailable |
String
|
The timestamp of the earliest date available |
latestDateCovered |
String
|
The timestamp of the last date covered |
deletedRecords |
Array.<Object>
|
Updated records
Properties
Name |
Type |
Description |
id |
String
|
Record ID |
deletedDate |
String
|
The timestamp when this record was deleted |
|
- Source:
DescribeGlobalResult
Result returned by describeGlobal call
Type:
- Source:
DescribeSObjectResult
Result returned by describeSObject call
Type:
- Source:
LayoutInfo
Type:
Properties:
Name |
Type |
Description |
layouts |
Array.<Object>
|
Array of layouts |
recordTypeMappings |
Array.<Object>
|
Array of record type mappings |
- Source:
LimitsInfo
See the API document for detail structure
Type:
- Source:
PromiseCallback(resolve, reject)
Parameters:
- Source:
QueryResult
Type:
Properties:
Name |
Type |
Attributes |
Description |
done |
Boolean
|
|
Flag if the query is fetched all records or not |
nextRecordsUrl |
String
|
<optional>
|
URL locator for next record set, (available when done = false) |
totalSize |
Number
|
|
Total size for query |
records |
Array.<Record>
|
<optional>
|
Array of records fetched |
- Source:
Record
A simple hash object including record field information
Type:
- Source:
RecordFilterFunction(record) → {Boolean}
Parameters:
Name |
Type |
Description |
record |
Record
|
Source record to filter |
- Source:
Returns:
-
Type
-
Boolean
RecordMapFunction(record) → {Record}
Parameters:
Name |
Type |
Description |
record |
Record
|
Source record to map |
- Source:
Returns:
-
Type
-
Record
RecordResult
Properties:
Name |
Type |
Attributes |
Description |
success |
Boolean
|
|
The result is succeessful or not |
id |
String
|
<optional>
|
Record ID |
errors |
Array.<String>
|
<optional>
|
Errors (available when success = false) |
- Source:
RejectedCallback(reason) → {S}
Parameters:
Name |
Type |
Description |
reason |
Error
|
Rejected reason |
- Source:
Returns:
-
Type
-
S
RejectedCallback(reason) → {S}
Parameters:
Name |
Type |
Description |
reason |
Error
|
Rejected reason |
- Source:
Returns:
-
Type
-
S
ResolveCallback(result)
Parameters:
Name |
Type |
Description |
result |
T
|
|
- Source:
ResolvedCallback(result) → {S}
Parameters:
Name |
Type |
Description |
result |
T
|
Resolved value |
- Source:
Returns:
-
Type
-
S
TabsInfo
See the API document for detail structure
Type:
- Source:
ThemeInfo
See the API document for detail structure
Type:
- Source:
TokenResponse
Type:
Properties:
Name |
Type |
Description |
access_token |
String
|
|
refresh_token |
String
|
|
- Source:
UpdatedRecordsInfo
Type:
Properties:
Name |
Type |
Description |
latestDateCovered |
String
|
The timestamp of the last date covered. |
ids |
Array.<String>
|
Updated record IDs. |
- Source:
UserInfo
Properties:
Name |
Type |
Description |
id |
String
|
User ID |
organizationId |
String
|
Organization ID |
url |
String
|
Identity URL of the user |
- Source: