Question
Error- at function a!textField :invalidindex:Cannot index property(UZCd of type string into type list of variant
I am facing this error in UI when m trying to modify the UZ. Code which I used is below:
a!localvariable(
with(
local!uzReadOnly: rule!TM_QR_getListUzById(UzIds:ri!formReportableSegment.UzId),
a!sectionLayout(
label: " Details",
columns:{
a!textField(
label: "UZ",
labelPosition: "ADJACENT",
value: local!uzReadOnly.UzCd & " - " & local!uzaReadOnly.UzName,
readOnly: true
)},
I tried indexing it but still throwing same error.
