Lookup

Get a list of fields and their settings.

  • Permissions to view the App is needed.
  • API Tokens cannot be used with this API.

LookupField

Warning

Methods

getLookup

Get the lookup

Declaration

func getLookup() -> LookupItem?

Parameter

(none)

Return

LookupItem

LookupItem

Methods

getFieldMapping

Get the fieldMapping

Declaration

func getFieldMapping() -> [FieldMapping]

Parameter

(none)

Return

List<FieldMapping>

getFilterCond

Get the filterCond

Declaration

func getFilterCond() -> String?

Parameter

(none)

Return

String

getLookupPickerFields

Get the lookupPickerFields

Declaration

func getLookupPickerFields() -> [String]

Parameter

(none)

Return

List<String>

getRelatedApp

Get the relatedApp

Declaration

func getRelatedApp() -> RelatedApp?

Parameter

(none)

Return

RelatedApp

getRelatedKeyField

Get the relatedKeyField

Declaration

func getRelatedKeyField() -> String?

Parameter

(none)

Return

String

getSort

Get the sort

Declaration

func getSort() -> String?

Parameter

(none)

Return

String

Reference