Hello All Experts,
I am coming across an error that to on the prod environment.
This issue is coming on the from the JavaScript code.
How i know it's JavaScript Code is because, there is one custom message that is written and it is getting popup.
Unfortunately that issue is not getting produced in Neither Dev nor Test environment.
Second point , this custom JavaScript code is written in a separate JS file and existing Qualify button is utilizing it's method.
I am trying to check the JavaScript code through browser debugger but that custom library is not getting loaded there.
is there any way i can collect the log directly from the prod environment for this JavaScript.
Some more highlights:
When i am trying to Qualify with system administrator role the lead is getting converted to contact.
Also i have reflected the the same user role as the client user is having then also it's getting qualified.
In our case i have already tried to generate from outside as the client user is generating that.
Any help will be appreciable with regards to getting the actual error from JavaScript code as we cannot put debugger in client javascript.