Mi contenido
Comentarios
-
Elham, It appears the answer is no but just to double check. :-) Is it possible in v11.x to create a record in the file cabinet WITHOUT a file? Stated another way, I would like to create the file cabinet record but point to an external web site for the image.
-
sklett, We may be working down the same path. I am trying to load new items and categories via web services and load the associated images. The only solution I could work is this: 1) Zip all of the images for items and categories. 2) Upload all of the images 3) Turn on "Display Internal Ids" in setup 4) Do a search for all…
-
The only way I can figure to make this work is to: 1) Push the URL description we want to us in as the Item Name. 2) Run the search engine friendly URL tool which take the item name and pushes it to the component URL field. 3) Push the real item name into the item name field. Long way to get it done but it does appear to…
-
The correct code is listed below, bold is what I was missing: :o nsCust.giveAccess = True nsCust.giveAccessSpecified = True Dim contactRole As RecordRef = New RecordRef contactRole.internalId = "14" nsCust.accessRole = contactRole nsCust.password = "12345a" nsCust.password2 = "12345a" nsCust.sendEmail = False…
-
Sconan, Were you able to figure this out? I am trying to do the same thing and am having minimal luck.
-
Did you try creating the record first and then updating it? Just an idea... Marcello, Thank you for the suggestion. I had not thought of the potential difference between insert and update. Unfortunately, it is not working in either mode. Your thought also prompted me to test revoking access from someone I granted customer…
-
Hey Greg - I am not as active as I once was but I do check in about once per week. I've been using ssis with netsuite wsdl since 2007. I started with SSIS 2005 and whatever the Netsuite WSDL was at that time. (I'd never used either at that time) At that time, I could not get the web service task to do what I wanted it to…
-
Marcello - Yes, I have tried an revoking access on a pre-existing customer and it does not work. At this point, I think it is actually something to do with the way I am handling boolean fields. None of the boolean fields are being set properly. I cannot change a true to a false nor a false to a true for any boolean field…
-
Paul, This is exactly the type of feedback I was looking for. I tested what you describe and yes, integrated is much better. Have you done much with SSIS and NetSuite WSDL? It turns out to be a very powerful combination. (IMHO) The trick I am pondering right now is a semaphore mechanism to manage multiple logins. Even…
-
Couple of follow up points for anyone who might care: 1) We have constructed our data conversion using Microsoft SQL Server Integration Services (SSIS) as the conduit into the NetSuite WSDL. The results have been dandy. Error control and error retry / recovery are superb. 2) I admit my reference to c# was incorrect. SSIS's…
-
You may want to try running the c# examples through a c# to vb.net converter. I have used the following with reasonable results. http://www.developerfusion.co.uk/utilities/convertcsharptovb.aspx
-
Elham, I missed the fifo policy and the externalId providing record dependencies. Would anyone have a rough estimate of expected throughput per minute for synch vs asynch? Best guess, is it 60 records per minute for synch and 300 records per minute for asynch?
-
We are new to NS. At this time we are thinking synchronous is the way we should go. We have a bunch of little transactions that we want to process. We are concerned that if we go down the asynch path, we would have to manage transactional dependencies -- i.e. transaction 16 in batch 2 needs transaction 1 in batch 1 to be…
-
Nate, In my opinion, the best work around is to build a queue mechanism where you control which user names are in use. Build a table with email, password, account number, max logins allowed, max logins in use, etc. Then your code increments / decrements the max logins. If call logins are used, your code goes to sleep for a…
-
Ogom, Were you able to figure this out? What is the work around?
-
Good news - this is tentatively planned for our second half of 2008 release. Again this is tentative, * You will be able to specify the internalId of an existing search and it will be returned either as records or as the column set defined in the search. * Without an existing search internalId you will be able to specify…
-
File() works great in testing. We have uploaded about 40 files. The XML response works just like any other.
-
Can you give more details about the type of search or report you're using, and the way you're customizing it? "Sales Order Transactions" I got this by selecting 1) Reports 2) New Report 3) Sales Order Transactions I do not see "Bookings" on this list.
-
R3T1CAL Thank you, I will check it out. The method using the label.bat file works but it is no fun to setup.
-
This same problem- with Yahoo email addresses- was just brought to my attention today, but we have apparently been experiencing the issue since Oct 27. It appears that not all yahoo email addresses are bouncing but a significant number definitely are. The bounce-back emails look exactly like what Bill C. just posted. I'll…
-
On the item record, there is a check box stating Ships Individually or something like that. You then define packages (your standard box). In my HMO, it could be greatly improved. If that object were open, we could write out own calls to UPS / FedEx.
-
Do you have packages defined? I am not sure of the behavior if the box is unchecked without packages defined.
-
Tom, I agree with you, we need multiple boxes on the item. My rig right now is to set items with two or more boxes to the weight of 500 pounds. Then I limit UPS 3, UPS 2 and UPS 1 day to only items less than 500 pounds. I can send you a document on how I would like it to work.
-
Steve and Tom, I have written a spec on what I would like to see in shipping. Would either of you review it? If so, let me know and I will email it to you.
-
One point on returning items into inventory. In 2007.x, locations have two flags "Make Inventory Available" and "Make Inventory Available in Web Store". Shut both flags off and you have a great place to receive your RMA's until you have time to send them back to do the Vendor Return Authorization or determine they are ok…
-
In 2007 this was a problem and it appear to still be a problem in 2012. Is there a better solution yet? Thanks, Matt Not that I am aware of...
-
Great idea! So if I understand you correctly, if the user chooses FedEx-Continental U.S., but it is to be shipped to Alaska, you call / email the customer to let them know they are not getting free shipping? Stated another way, there is not automated way to force the shipping method to FedEx-AK,HI,Canada?
-
vote for issue 106570 to expose the Residential check-box to web store customers. If the customer is allowed to choose residential vs. commercial, wouldn't many people select commercial even if it is residential? The shipper would receive a UPS adjustment on their bill regardless of how the item is shipped. Also, UPS is…
-
Julian, Now I understand the problem. You would need to a location for each warehouse location BUT you can only set one default location for use at any given time.
-
I guess it will be a problem. Will not it? I am not clear what "will be a problem". It is a bit of a hassle to specify a location for each vendor and then link each item that is drop shipped to a default location but it does work. I would prefer that if the item is marked as drop ship that the shipping estimator use the…