Hello everyone,
I have an employee list screen implemented using htmlviewer
. Details of a record are viewed through a sclink://
.
Question:
the click button "back" is not working correctly when used on "ess.do"
. I want the "back" button to return to the employee list screen.
Note: menu -> wizard.run
Looking forward to your insights and suggestions. Thank you!
<a href=\"sclink://contacts:contact.name="" + f.contact_name + ""\">" + ((f.contact_name == null) ? "" : f['contact.name']) + "</a>