ExtendedAttributeDefinitionCreateLookupResourceDefinition Method

Overload List
  NameDescription
Public methodStatic memberCode exampleCreateLookupResourceDefinition(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.
Public methodStatic memberCode exampleCreateLookupResourceDefinition(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.
See Also