Incorrect record list to record summary mapping

Hi guys,

I have an entity based record. When click on a particular record from the record list, it drills down to a different record's summary. This is happening only in production.
It's all working fine in the lower environments. All the code is in sync.

The entity is a view and it's primary key is identified by rownum. I am not sure if this might be any problem.
Could anyone please help me identify what might cause the issue and what could be done to rectify it?

Thanks in advance

  Discussion posts and replies are publicly visible

Parents Reply
  • I am sorry if I might have misdirected the problem to rownum. I just wanted to mention that rownum is being used in the view to identify the row number. However, in the record, we are NOT using the rownum column from the view.

    The record Identifier is recognised by rp!Id, the lable is identified by rf!TRACKING_ID.

    When I drill down to the summary, the summary title also has rf!TRACKING_ID.

    But, the issue is the tracking Id in the list and the summary page are not of the same record. Somehow, on clicking the link it's getting redirected to a different record.

Children