Field Default Value
Properties
To set the default value of a field. In the JSON mentioned below, the default value for "Party Type" field is set to "BORROWER".
Status
Release Available | Status | Framework Name |
---|---|---|
3.6 | Current | MUI and Mint |
Code JSON
Copy
"fieldName": "Party_Type__c",
"relationType": "reference",
"relationName": "Party_Type__r",
"relationJson": "portal2demo_party_type_reference",
"fieldUi": {
"fieldType": "reference",
"label": "Party Type",
"defaultValue": "BORROWER",