Fetch details in Interface from database

I am trying to fetch details in Interface for displaying purpose from database. I don't know where am missing something. If someone can help. I have called the CDT as RI. 

a!textField(
label: "Address",
labelPosition: "JUSTIFIED",
value: ri!CompanyInformation.Address,
saveInto: {},
refreshAfter: "UNFOCUS",
readonly: true,
validations: {}
),
a!textField(
label: "Website",
labelPosition: "JUSTIFIED",
value: ri!CompanyInformation.Website,
saveInto: {},
refreshAfter: "UNFOCUS",
readonly: true,
validations: {}

Note: I have data in database.

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data