Join Slack
Powered by
What is curious is that, in trying to troubleshoot...
# suitescript
s
scottvonduhn
11/27/2023, 3:22 PM
What is curious is that, in trying to troubleshoot the issue, I just added a single line of logging before the selectLine call:
log.debug({ title: 'subscNew.isDynamic', details: subscNew.isDynamic });
After adding that line, I see every time it is called, it logs true, but now the previously failing code is working without error.
4
Views
Open in Slack
Previous
Next