Skip to content

Related Record

Get a list of fields and their settings.

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

RelatedApp

Methods

getApp()

Get the app

Parameter

(none)

Return

String

Sample code

get App Source code

    String app = relatedApp.getApp();

getCode()

Get the code

Parameter

(none)

Return

String

Sample code

get Code Source code

    String app = relatedApp.getCode();

ReferenceTable

Methods

getCondition()

Get the condition

Parameter

(none)

Return

FieldMapping

Sample code

get Condition Source code

    FieldMapping condition = referenceTable.getCondition();

getFilterCond()

Get the filterCond

Parameter

(none)

Return

String

Sample code

get FilterCond Source code

    String filterCond = referenceTable.getFilterCond();

getRelatedApp()

Get the relatedApp

Parameter

(none)

Return

RelatedApp

Sample code

get Related App Source code

    RelatedApp relatedApp = referenceTable.getRelatedApp();

getSize()

Get the size

Parameter

(none)

Return

Integer

Sample code

get Size Source code

    Integer size = referenceTable.getSize();

getDisplayFields()

Get the displayFields

Parameter

(none)

Return

List<String>

Sample code

get Display Fields Source code

    ArrayList displayFields = referenceTable.getDisplayFields();

getSort()

Get the sort

Parameter

(none)

Return

String

Sample code

get Sort Source code

    String sort = referenceTable.getSort();

RelatedRecordsField

Warning

  • extend the abstract class "Field"

Methods

getLabel()

Get the label

Parameter

(none)

Return

String

Sample code

get Label Source code

    String label = relatedRecordsField.getLabel();

getNoLabel()

Get the noLabel

Parameter

(none)

Return

Boolean

Sample code

get NoLabel Source code

    Boolean noLabel = relatedRecordsField.getNoLabel();

getReferenceTable()

Get the referenceTable

Parameter

(none)

Return

ReferenceTable

Sample code

get Reference Table Source code

    ReferenceTable referenceTable = relatedRecordsField.getReferenceTable();

Reference