Hi All, I have a CDT called CompanyContact which has a nested CDT cal

Hi All,

I have a CDT called CompanyContact which has a nested CDT called CompanyContactDetails. I am trying to create a textbox from which values can be stored into this CDT rule input called "ri!companyContact1.CompanyContactDetails.Value" combination as follows:

a!textField(
                    label:"Phone Number",
                    value:rule!APN_replaceNull(ri!companyContact1.CompanyContactDetails.Value, null),
                    saveInto:ri!companyContact1.CompanyContactDetails.Value
                    )


But I keep getting an error called "Cannot index property 'CompanyContactDetails' of type Text into type Text". Can anybody help me with this?

thanks,
appreciate it!...

OriginalPostID-107739

OriginalPostID-107739

  Discussion posts and replies are publicly visible