My Stuff
Loading
Comments
-
Hi @Francesca Nicole Mendoza-Oracle. Thanks for your help. I fixed my issue; I used the Map/Reduce Script. Regarding what you said, you're right—the custom fields don't work with 'anyof'. So, I used pageRanged, iterated through each item one by one, and stored them in another array. This worked for me
-
Hello @Francesca Nicole Mendoza-Oracle. This is where the for loop begins. However, I tried using a single filter, and it worked.I think the field custentity_factorial_project_id doesn't work. So, I implemented another logic.
-
Hi everyone! I found a solution using this . Shares my code . You need to do all steps how the first link tell you.
-
I share my code in Node.js and I have the same issue. I thought that the problem was in Flask, but I have it here too. I would appreciate your support on this. Thank you!
-
Hello Everyone! I have the same error between my API and de NetSuite REST Web Services. I share my code . With this code I get the same error, but in Postman app works with your config here. I watched in "View Login Audit Trail", when I send my request in Postman sends the role, but when I send my request with my API the…