My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
I was not asking for support, just wondering if you have limitations in place for me to do it. Rick
-
How fast do you guys get to these enhancement requests?
-
Thanks Terry, I got it to work except I was able to get it work using ItemSearchBasic API vs ItemSearch API. I used the services.search and the services.searchMore. It was all working really nice, until this morning when I discover you guys upgraded the account I was working on to V11. The login was not a problem. This is…
-
Posting the expense using the existing form the UI uses to do so. CF_Rick
-
Is it possible to make a bot, that logs into netsuite using http fetching, maintaining cookies, etc, and posting a form? Temporary solution until you have the objects accessible. CF_Rick
-
So I was able to fix the problem by using brute force and adding a bunch of permissions. I mimicked a role that also used web services to access NetSuite data.
-
These are Netsuite permissions listed under custom record
-
I am using CData to get data from SalesOrder_ItemList, which I believe is a table view of some sort on CData's side. In turn this table view is accessing NetSuite data and assembling it into this table view. CData support is not able to figure out which permissions I need (we tried many). So I am wondering what NetSuite…
-
It seems like it is a guessing game of what role permissions that needs to be set in order to do access certain tables within NetSuite. I would really appreciate someone shedding some light on this, so it is not a guessing game.
-
Which one? Allowed Country Formats By Edition:52, APM DB SetUp Date Range:47, APM DB Setup General:51, APM DB SetUp Record Pages:48, APM Setup Employees Access:49, APM Setup Parent:50, APM Setup Roles Access:53, APM SPM Set Up Summary:80, Approval Routing:63, Batch Details:70, Batch Transaction Information:73, Bill EFT…
-
So I got something started, this SuiteScript is able to grab the internalID of the image, I just need help in looking up the internalID to grab file name, then I can copy that data to a hidden field which will show up in the saved search for further processing /** @NApiVersion 2.0 @NScriptType ClientScript @NModuleScope…
-
Hi Mark. it would be called infrequent because the 3rd party stores the image on their side. I have gotten around this issue but it’s rough. I store the image externally and put the URL in a custom field. It works but it’s more work for the person adding new items.
-
Mark, Those are some interesting options to say the least. After some pondering I tried something and it worked! When I upload my image to SuiteBundles > Bundle 122085 > images it generated a URL that was externally accessible - https://system.na3.netsuite.com/c.5085659/suitebundle122085/images/82059237.jpg The only weird…
-
Hardly anything is easy in IT :) I appreciate the suggestion.. if you have a script handy to get me going that would be great otherwise I will research how to get it done.
-
Image, so the user can select the image.
-
Okay I got one more hurdle... when I select that image from the suitebundles directory within my inventory item page as an image I am able to find and select it. However when I run my savedsearch the image shows but when you look at the URL behind it, this is what shows…