Replies: 2 comments
-
Ah i see its this function here which is limited to certain errors before it will create the link, Line 1635 in 076c6ed Is there a way this could be more generic? or is there too much of a performance impact scouring the whole page for the regex |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There's an OOB script include called NiceError which prints a stack trace of all things that an error caused right back to the record that tiggered it.
In the sys_log table, this is printed in a format like below:
I think I've seen before that in some cases SN utils will convert a line of a log message into a URL when a table_name.sys_id pattern is found. (Though i may have been hallucinating since i havent seen this recently)
It would be good to replicate this functionality for the above format of sys_logs.
To replicate, you can create a server UI Action on any table,
In the UI Action script call
And you should be able to see the message show up as an error in the logs
Beta Was this translation helpful? Give feedback.
All reactions