Odd question... I have a client that has somethin...
# suitescript
c
Odd question... I have a client that has something (script/workflow/???) that is hiding/removing the Relationship > Contact sublist on customer records. I've looked through everything I can find, yet I'm not seeing anything that is killing the sublist. Whatever is removing the sublist is removing it in view mode as well as edit mode. Any thoughts on where else to look? I'm at a loss... 😕
r
The form?
c
Nothing there... The sublist is set to show, and does show until the page is fully loaded.
r
It's possible to have a client script without a script record. I'd look at the scripted records page and look for client modules.
c
Yep. I downloaded all of the script files as well,... No luck in any of them...:/
c
You can also open the console and look at the scripts that are loaded. If any of them seem like they are causing the issue, you can set a breakpoint and reload the page and see whats going on.
c
hmm, that's a good idea. I didn't think of that. Thanks!
m
Add you can also add a client script to the Custom Code tab on a custom form. This doesn’t need a script record so can be tricky to find.
c
yeah, I checked for that, but no luck there either...
No luck in the console yet either... They did something with JQuery that I'm not finding... I'm leaving it alone for today...
d
Sandbox > Scripting > Scripted Record > Customer ... undeploy everything one by one, checking after each one.
c
Nah, the problem was that the script in use was not available. Found the problem, though. Turned out that the customer was marked as an individual, and that field was not on the form. I didn't even think about that...