CustomElement.getStats (Method)
Returns a structure containing the statistics for the custom element.
Returns:
CustomElement_GetStats_Result (struct)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
HistoryRecordsCount | NonNegativeInteger | Count of history records for the element. |
ID | CustomElementID | ID of the custom element. |
Name | PlainText_NonNull | Name of the custom element. |
Type | CustomElementType | Type of the custom element. |
WIPRecordsCount | NonNegativeInteger | Count of WIP records for the element. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
elementID | CustomElementID | Required | ID of the custom element. |
Context:
License Requirements | None |
Permission Requirements | (none) |
Deny Context | None |
Require Context | None |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | This method may be customized at the site level |
Error Codes:
None
Notes:
None