Question
Document Chat Component
I have used this code in my interface with different approaches and get this error everytime .
- I have used this code inside form layout and other layouts as well .
- Use simple without any layout
- In record summary view
- Try it in expression rule and use that rule in interface
{ a!documentsChatField( label: "Documents Chat", labelPosition: "COLLAPSED", documents: ri!record[recordType!SMRT Document Collection.relationships.smrtDocument.fields.documentId], height: "AUTO" ) }
is there any other approach we can use for this component in our interface or if there is any other code reference that will be really helpful.
