raghav
04/06/2023, 12:29 PMvar results = query.runSuiteQL({
query: myQuery,
});
now myQuery will be a string, I want to keep the SQL query formatted in suiteScript and keep it as a string.
Is there any way to keep the formatting?
Currently I have to remove all the enters I have in my query and make it one liner, making it very hard to read.ehcanadian
04/06/2023, 1:34 PMraghav
04/06/2023, 2:16 PM