Document Chat Component

Certified Senior Developer

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 

Expression evaluation error [evaluation ID = 15a08:f572c] at function a!documentsChatField [line 70]: a!documentsChatField cannot be called from user rule (APNX-1-4198-000)

{
  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.

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data