Record Additional/Custom View Identifier is getting changed across environment after deployment.

Certified Senior Developer

While defaulting the record to show custom/additional view instead of "summary" view, the identifier ("/view/_dmXYZX") is getting changed to ("/view/_aXXYX") after deployment (Appian version 17.2)

How can we browse to the custom/additional record view on click of a link?

Below is the code snippet,

 a!recordLink(
        label: "",
        recordType: <<RECORD_TYPE>>,
        identifier: <<IDENTIFIER>>,
        dashboard: "_dmXYZX" /*depending on condition the value is either summary or _dmXYZX*/
      )

Unlike the below post we are seeing the generated identifier is not the same in each environment.

https://community.appian.com/discussions/f/general/11593/opening-the-record-in-new-tab

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data