DynamicEntityTemplateStatus
Available dynamic entity template statuses.
enum DynamicEntityTemplateStatus {
DRAFT
ACTIVE
DELETED
}
Values
DynamicEntityTemplateStatus.DRAFT
Indicates that the entity is a work-in-progress and not ready yet for normal operation. Will not be included in the search results by default.
DynamicEntityTemplateStatus.ACTIVE
Indicates that the entity is active and available for normal operation.
DynamicEntityTemplateStatus.DELETED
Indicates that the entity is deleted and should not be used. Will not be included in the search results by default.
Member Of
BaseDynamicEntityTemplate object ● TenantDynamicEntityTemplate object