Christiaan
11/06/2024, 10:49 PMvar sdOrigin = nlapiSearchRecord(
"customlist_sd_origin",
null,
[new nlobjSearchFilter("isinactive", null, "is", "F")],
[new nlobjSearchColumn("name")]
);
Basically nothing special, and yes the custom list does exist and the search itself is functioning fine within NetSuite.
What could be wrong? The moment I comment this search, my internal error disappears and the page is loading like it shouldAaron McCausland
11/06/2024, 11:08 PMChristiaan
11/06/2024, 11:11 PMSteve Goldberg
11/07/2024, 10:07 AM