Record view in embedded interface

Hi all,

I am trying to use record-view in an embedded interface. The syntax for the same is specified as :

<appian-record-view recordTypeUrlStub="U1TzGg" recordIdentifier="112" recordViewUrlStub="summary"></appian-record-view>

What does the attribute "recordIdentifier" specify and how to obtain its value? Any help would be much appreciated.

Thank you,

Ishani

  Discussion posts and replies are publicly visible

Parents Reply
  • Does it display in Appian without embedding? That error message is not specific to embedded, it seems to be an issue with the record configuration. My guess is that the record ID you provided is either not a valid ID or you have added a default filter that excludes it.

    The easiest way to find out what's happening is to go to the record list view in Tempo. If you go to the record list, do you see any records or does it show an error? If you see records in the list, can you select a record and display its record view?

Children