Hello ARAS colleagues!! After a few months away from the program for work reasons, it seems that we are back to normal.
I have a problem, I am trying to create a link in an html field. The content of the field is filled in dynamically, the hyperlink is created and everything is fine.

The problem: if I click on the link, the link does not open, a simple "uiShowItem":
function customFunction(id,code, number1, number2) {
aras.uiShowItem("MT Linea PVE", id);
alert(`ID: ${id}, Code: ${code}`);
}
All the data is correct, the id, everything.
The curious thing is, if I open that LPVE manually through the menu or whereused and close it, the next time I click on the link it works. wtf!!
Any suggestions??.
PD: Don't be scared by the appearance of the screen, it's the development screen, :)
Please note that we are using version 11 SP9.
Too many thanks.