ExtendedAttributeDefinitionCreateLookupResourceDefinition Method |
Name | Description | |
---|---|---|
CreateLookupResourceDefinition(ExtendedAttributeResource, String) |
Factory method which creates an extended attribute definition with lookup.
It has CalculationType equals to Lookup and can be used in Resources only.
You are required to specify fieldId and alias when call this method.
The field type is inferred from field id.
| |
CreateLookupResourceDefinition(CustomFieldType, ExtendedAttributeResource, String) |
Factory method which creates an extended attribute definition with lookup.
It has CalculationType equals to Lookup and can be used in Resources only.
You are required to specify customFieldType, fieldId and alias when call this method.
|