My Stuff
Comments
-
Hi Guys, The ${item.item} is indeed equivalent to "{ItemID} + Item {displayname}". However I have sorted this out by stripping the {displayname} portion from the rest of the line using the following; ${item.item?split(' ')[0]} This takes the item.item text and strips off anything from the first space. I hope this helps…
-
I am also having this issue, when I use the getcurrentattribute in the Logo and Tabs portion of the theme, it returns "Error processing dynamic tab getcurrentattribute('customer','entityid') : Unknown method getcurrentAttribute() Any ideas why?
-
Hello, FYI I found out how to fix this issue. You have to set the Sales Order permissions to "Full" under Transitions on the Customer Center the customer is using in order to get the images and sku's to show correctly. Setting this to anything else will result in this problem. I have posted this here in case it helps…
-
Hi John, I have exactly the same thing happening in my account now as well. Can you let me know how you got this sorted in the end? Kind regards, Stuart
-
Hi guys, Thanks for your response nsAHO. In case anyone else has this issue here is the answer. The Search function does not return customFieldList's even when you set the bodyFieldOnly search preference to false. You need to do the Search first to find the list of items you need, then loop through each item with a Get and…
-
Hi Lorne, When using WSDL 2011.2 or WSDL 2012.1 GotInventoryItem.status.statusDetail[0].message returns "An unexpected error occurred. Error ID: gzr9yb9m1gdag9s0tl1zx" When I change the WSDL to 2011.1 everything works fine. Kind regards, Stuart Barnaby
-
Hi, I just did another test with a brand new c# WinForm application. Using WSDL 2011.1 this is successful. Using WSDL 2011.2 or 2012.1 this fails. I must be doing something wrong? Any help would be greatly appreciated. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using…
-
Hi there, When I upgrade the WSDL to 2011.2 or 2012.1 this code breaks. Reverting back to WSDL 2011.1 and everything works fine again. Very strange and I am pulling my hair out as I want to be able to use some of the newer features. Does anyone have any idea why this is the case ? Kind regards, Stuart Barnaby
-
Hi, I have just been working on this same thing and had to do the following to find out what each line item is. Rally messy and if someone knows a more elegant solution please let me know. Kind regards, Stuart Barnaby // Loop through all line items for (int f = 0; f < items1.Length; f++) { // Check to see if this is a…
-
Sweet thanks Elham, That worked a treat. Here is the code I am now using to get the list. GetSelectValueFieldDescription myGSVField = new GetSelectValueFieldDescription(); myGSVField.recordType = RecordType.customer; myGSVField.recordTypeSpecified = true; myGSVField.sublist = "groupPricingList"; myGSVField.field = "group";…
-
Thanks Elham, I have tried this however I can not find the equivilent to the following code. GetSelectValueField myField = new GetSelectValueField(); myField.fieldType = GetSelectValueType.customer_groupPricingList_group; myField.fieldTypeSpecified = true; getSelectValueResult gr = service.getSelectValue(myField); I have…
-
Thank you Scott and Elham, I have now got my app back up and running with version 2009.2! Many thanks guys, Stuart Barnaby
-
Awesome, That was just what I was after! I needed to update pricing of items based on the Pricing Group. Thanks, Stuart
-
Hello, Darn this just broke with 2009.2 version of the WSDL. Does anyone have a solution for this now?
-
Hi cblackburn, Thank you for your comment however it does not work the way I need it to. What I want to do is take the PurchasePrice and generate different pricing levels based on Magin. ie PriceLevel1 = PurchasePrice / (1-Margin1) PriceLevel2 = PurchasePrice / (1-Margin2) etc. The Mass Update will only alow you to take…
-
Hi, Don't worry I found the answer. I needed to mask out the internaly calculated NetSuite fields as per the code below then it all works fine. Hope this helps other newbies ... Kind regards, Stuart Barnaby // Mask internal NetSuite fields myitem.enforceMinQtyInternallySpecified = false; myitem.createdDateSpecified =…
-
Hi, I would like to know the answer to this question as well. All our outstanding orders are due for delivery this month regardless of which period they were created in. Kind regards, Stuart Barnaby
-
Hi, I am trying to upload a file created in SuiteScript to a Google Document. I know you need to use something like the following but I can't figure out where the data for the file goes. Any help anyone could give me on this would be greatly appreciated. var postData = {'GData-Version': '3.0', 'Authorization':…
-
We are down in Auckland, New Zealand.
-
We are down in New Zealand as well.
-
Hi, I'm trying to do the same thing so will be interested in the answer to this as well. Kind regards, Stuart