ScriptObject: ActFeatureInfo

  • Updated

This object provides more detailed information about a Perfion feature.

Object Properties

string NameName of the feature
int IDID of the feature
string DataTypeThe name of the DataType in Perfion{Number, String, Date, Text, Image, File, Table, Search, Link, RelatedValue}
bool IsLocalizableReturns true if the feature is localizable
bool IsInheritableReturns true if the feature is inheritable
bool IsSelectableReturns true if the feature is selectable
bool IsMultiValuedReturns true if the feature is multi-valued
bool IsHierarchicalReturns true if the feature is hierarchical
bool IsRemoteReturns true if the feature is remote
bool IsSortableReturns true if the feature is sortable
Guid GroupSecurityIDThe unique ID of the Perfion Security Group
Guid GroupTopIDThe unique ID of the Perfion Top Group
Guid GroupViewIDThe unique ID of the Perfion View Group
bool IsFormulaReturns true if the feature is formula (Added from version Perfion 2025-R2)
bool IsUniqueValuesReturns true if the feature is unique values (Added from version Perfion 2025-R2)
bool IsCustomOrderingReturns true if the feature is custom ordering (Added from version Perfion 2025-R2)
bool IsSortableRelatedItemsReturns true if the feature is sortable related items (Added from version Perfion 2025-R2)
bool IsReadOnlyReturns true if the feature is read only (Added from version Perfion 2025-R2)
bool AllowTriStateBooleanReturns true if the feature is allow tri state boolean (Added from version Perfion 2025-R2)
string ModifiedByModified by of the feature (Added from version Perfion 2025-R2)
DateTime ModifiedDateModified date of the feature (Added from version Perfion 2025-R2)

Object Methods

bool IsDataType( string type )Returns true if the specified name of the type matches the name of the Perfion DataType. The name is case-insensitive, which can make it a bit easier to use instead of comparing a name to the DataType property.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.