I have a lookup field by ID with display "Name" on the form
then I have view with This lookup filed ( it displays name) from that form. I do not want to display internal ID on the view!!
I need to opne this view from another screen and display all the records with specific internal ID.
The only way I know of is to use openUrl function
however, it does not work by ID field. only if I search by Name it works:
(EP_Name is a lookup field selected on the view)
input.a_ep is internal ID .
I also tried this:
Please let me know if you need access application