Hi,
I have a stringFormControl and FormReferenceGroupControl
and i'm trying to do the same things for both controls but I'm getting an error for the reference group
1. For caseCategory Y, I'm getting object reference error in the UI
FormStringControl caseCategoryX = sender.formRun().design().controlName(formControlStr(CaseDetailCreate, CaseCategoryX)) as FormStringControl; FormReferenceControl caseCategoryY = sender.formRun().design().controlName(FormReferenceControl(CaseDetailCreate, CaseCategoryY)) as FormReferenceControl;
2. text(null) not working for caseCategoryY
caseCategory2.text(null); caseCategory3.text(null);


Report
All responses (
Answers (