My Stuff
Comments
-
@Joahnna Given Uy-Oracle sorry, I didn't have a chance to try it. This is not something I do as my main job, it's sort of a side project on my personal initiative. I'll return to it as soon as I can, hopefully within the current week
-
@Joahnna Given Uy-Oracle Thank you, I'll give it a try on the weekend, now I had to switch to other tasks
-
@Richard James Uri-Oracle thank you for the reply, it was useful to me. But I guess that a proper response to this question should be: no where, it's undocumented. Since I haven't been able to find any mention of the xml=T GET parameter, for instance, although it works. So who knows what else might be there
-
@Michelle Jabanes-Oracle hi, thank you for the response, please let me put this aside till the weekend, since I had to switch to other tasks temporarily
-
@Joahnna Given Uy-Oracle thank you for the idea, that something was wrong with the Authorization header, I've been able to find the reason for error 401. It's because I used a lower cased account id (realm), which was then used to generate Oauth stuff in the netsuite-rest module, this led to the error. Now, I'm having…
-
@Joahnna Given Uy-Oracle Hi, thank you for the reply. I've checked "no leading or trailing spaces in any of the parameters" and no, there are nothing like that. I can't post a screenshot here, since it would reveal confidential information, but I'm 100% positive, that everything is correct there. Also my confidence is…
-
yes, thank you. But search.load() is definitely not related to what other people call load api. Search load only loads a saved search. Also, when I heard about 'Load API' there was a mention about the 10000 governance units. That's why I'm 99% sure that 'Load API' is just an informal term for the way to get record data,…
-
Yes. But is there in the official docs any mentions/explanations of the terms Search API / Load API. I guess no, those were just invented by the community
-
@Richard James Uri-Oracle hi, I appreciate your response, but I couldn't find an answer for my question in the information you linked. The first 2 links are references to the official docs, which I've looked into. And neither 'loadapi' nor 'Load API' ever appears there. I'm pretty sure that the Load API is something which…
-
@Leonard Mallare-Oracle Hi, thank you for help. And it turned out that the script was missing the [at]NModuleScope sameaccount tag in the jsdoc header. And I noticed that your example had it. Why did then your example not run, I guess, it's b/c I missed that tag when I typed your code (actually I edited my script, not a…
-
@Leonard Mallare-Oracle thank you, I copied your example up to the letter: No, the script doesn't run. It's something with the deployment, but I have yet to figure out what exactly. Thank you for help and the confirmation, that this snipped worked in your environment /** * @NApiVersion 2.x * @NScriptType UserEventScript *…
-
Hi Leonard, thank you, but those are checked. I'll try though to reset the Event type field to the empty value, as it's on your screen shot, who knows, may be that will help