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 codeString app = relatedApp.getApp();
getCode()
Get the code
Parameter
(none)
Return
String
Sample code
get Code
Source codeString app = relatedApp.getCode();
ReferenceTable
Methods
getCondition()
Get the condition
Parameter
(none)
Return
Sample code
get Condition
Source codeFieldMapping condition = referenceTable.getCondition();
getFilterCond()
Get the filterCond
Parameter
(none)
Return
String
Sample code
get FilterCond
Source codeString filterCond = referenceTable.getFilterCond();
getRelatedApp()
Get the relatedApp
Parameter
(none)
Return
Sample code
get Related App
Source codeRelatedApp relatedApp = referenceTable.getRelatedApp();
getSize()
Get the size
Parameter
(none)
Return
Integer
Sample code
get Size
Source codeInteger size = referenceTable.getSize();
getDisplayFields()
Get the displayFields
Parameter
(none)
Return
List<String>
Sample code
get Display Fields
Source codeArrayListdisplayFields = referenceTable.getDisplayFields();
getSort()
Get the sort
Parameter
(none)
Return
String
Sample code
get Sort
Source codeString sort = referenceTable.getSort();
RelatedRecordsField
Warning
- extend the abstract class "Field"
Methods
getLabel()
Get the label
Parameter
(none)
Return
String
Sample code
get Label
Source codeString label = relatedRecordsField.getLabel();
getNoLabel()
Get the noLabel
Parameter
(none)
Return
Boolean
Sample code
get NoLabel
Source codeBoolean noLabel = relatedRecordsField.getNoLabel();
getReferenceTable()
Get the referenceTable
Parameter
(none)
Return
Sample code
get Reference Table
Source codeReferenceTable referenceTable = relatedRecordsField.getReferenceTable();