Hi,
The below line of is working in "Expression Mode" and when I click on "TEST" button during development. But, when I saved and test using browser, I am getting an error like
{"error":"APNX-1-0000-000","message":"Invalid Content ID","title":"An Error Has Occurred"}.Any suggessions please.
a!richTextDisplayField( labelPosition: "COLLAPSED", value: { a!richTextItem( text: "download doc", link: a!documentDownloadLink(document: fv!item.document) ) } )
Discussion posts and replies are publicly visible
Hello swapnar6405
There is no issue in your code. Did you check if your item has valid data. Also did you check if you are indexing the correct field name. Also is this a record data?
Also as Mike has mention in your previous post have a null check to handle blank values.
If yes, have you tried using
index(fv!item, recordType!recordName.fieldName,null)