CreateLookupTaskDefinition

CreateLookupTaskDefinition (1 of 2)

Factory method which creates an extended attribute definition with lookup. It has CalculationType equals to Tasks::CalculationType::Lookup and can be used in Tasks only. You are required to specify customFieldType , fieldId and alias when call this method.

Returns: Created instance of the ExtendedAttributeDefinition class with specified customFieldType , fieldId and alias .

CreateLookupTaskDefinition(CustomFieldType customFieldType, ExtendedAttributeTask fieldId, const System::String & alias)
ParameterDescription
customFieldTypeThe specified CustomFieldType type.
fieldIdThe specified ExtendedAttributeTask field ID.
aliasThe specified System::String alias.

CreateLookupTaskDefinition (2 of 2)

Factory method which creates an extended attribute definition with lookup. It has CalculationType equals to Tasks::CalculationType::Lookup and can be used in Tasks only. You are required to specify fieldId and alias when call this method. The field type is inferred from field id.

Returns: Created instance of the ExtendedAttributeDefinition class with specified fieldId and alias .

CreateLookupTaskDefinition(ExtendedAttributeTask fieldId, const System::String & alias)
ParameterDescription
fieldIdThe specified ExtendedAttributeTask field ID.
aliasThe specified System::String alias.