Doubt on epiview notification.Notify

I am just trying to autoload specific record on EpiviewNotification.Notify .

Any specific way to do it.

I tried oTrans.GetByID. it is infinitely looping.

My scenario:

In Asset screen I am just doing ID automation.
Ex) Asset no: ET-19-0001

Trying to duplicate this record from one instance. - ET-19-0002
The same record is duplicated by some one from some where from another instance.- ET-19-0003

So it should generate Unique id for both without clashing - I have implemented code and working fine.

Issue I am facing is
Second instance is closed first and first instance is closed next to it.

The one which is closed at last is displaying both the records of first instance and second instance.
i.e)
ET-19-0002
ET-19-0003.

in tree view of asset master both records is displayed.

if user try to traverse through the record means showing some base validation as asset id already exist/ invaid asset no

My question. If I just want to show specific record on epidataview.Initialize method. what needs to be done?

Plz share with sample code.

or Share some code , how to remove a specific row from epidataview?

What is the business need? It’s lilely you are trying to fit logic where it should not be done.