My Stuff
Comments
-
I figured it out. After confirming the name of the Custom Record with the Customer (this is found in Netsuite under Customizations -> Records, List, etc) of customrecord_3805_dunning_recipient I then extracted all of the Custom Record records using the function getCustomizationType of the NetSuiteService and extracting the…
-
I have not tried the saved search option. We try to avoid making changes to customers systems in order to extract the data (other than setup, tokens, and permissions that come from our bundle). I was hoping to just extract the custom data. I found the ScriptId, and the Internal Id of the custom record. When extracting the…
-
It seems that the script was never uploaded. Has anyone else figured out how to retrieve dunning recipients via web services?
-
I apologize. I found a different way around it. I can't go directly to the folder, but I can read all the files with a particular name (they are named the same for each project but placed in folders that represent the week they were created), and then query that list for the folder name to find the one I want. It isn't…
-
We are using the SOAP integration. I can pull the files, if I know the internal id. At this point, I can pull a list of files with a particular file name (the file name is re-used, but put in different folders indicating different dates the file was uploaded). I then have to loop through the list of files returned to…
-
I tried both of those. I was able to access a specific folder, so it is most likely a permission to some specific type of file that is stored in the File Cabinet. Ultimately, I am trying to access Files attached to an Invoice using SuiteTalk so I can extract them from the File Cabinet and display them in a custom…
-
I finally did get an answer for this by going through support. Bascially you can not to a Journal Search. You have to do an Advanced Transaction Search and restrict it to Journal Entries. Then it will specify the Amount Remaining.
-
OK, Figured it out. The reason for the "Module does not exist" error was due to the script record. When I uploaded the E2BHelloWorld.js (actual name of file), I did not name it with the .js extension. So it associated the non .js script name with the .js named actual file and throws the error. I deleted the script record…
-
I must still be doing something wrong as I get the same error. I appreciate the help though.