My Stuff
Comments
-
Unfortunately you are stuck until NetSuite expose the subscriptions sublist. Cheers
-
I've used the Riva Live solution, and know of several other people that are using it. It's definitely the easiest to use at this time. And their support is great.
-
Thanks, that explains why I could see it in some accounts and not others! Cheers
-
ah, that worked just fine now. Thanks
-
Something has definitely changed regarding the event triggers of scripts (and also your formulas) in relation to auto generated numbers. I have had to change 4 client scripts that previously worked on the transid field and are now pulling through 'to be generated' The only way to gaurantee a number is to use 'after…
-
I have been using the nlapiLoadFile function which is fine for pulling information in, however I cannot submit any changes I make to the file. Could this be something incorporated into nlapiSubmitRecord? I am guessing probably not because it is a different object type, but it would be very handy. Thanks Richard
-
No, it is not ticked. However, when it was ticked, the formula did not display even in edit mode. Are there some concrete rules around how formulas work on transaction columns? I do not run into any problems on transaction body fields, but transaction columns fields seem to follow some rules of their own. Thanks
-
Thanks, that's awesome!
-
That's not an issue we want to deal with, as it completely challenges the design of Products we've created. It definitely wasn't part of the release notes, but being Netsuite, it's probably much like the documentation for the new encrypted field type option that's appear on the Custom Fields. We'll try bombarding an…
-
Hi Brian This is a really easy script to write as a custom Mass update. These are great because you do not run into limits to the number of records you can update, or other Netsuite imposed limitations. we do these a lot for custom price mass updates. Let me know if you need further help.
-
thanks for that, works fine now!
-
Hi Yang, thanks for following it up. The only problem is the nlobjField does not have a method for default minimum or maximum values. I guess then this would be an enhancement request? Thanks Richard
-
If I understand you correctly, you need to have an If Else block around the getFieldValue operation. If there is an image, have your normal code, else, a blank version of the same block. Hope this helps Richard
-
I am checking into this with the BFO folks. It is presumably because of the &c= in the URL, the XML parser is getting confused. Thanks, -e yep, support was great, you need to replace the &c with &c and it works fine. same with the &h It would be great if the parser can handle this without searching and replacing, it's a…
-
yes with the same result <img src='http://www.vadition.com/images/logo.jpg'/> I have been trying to get images in as well using the standard URL links on an image, but i get this error: system ERROR_PARSING_XML 30-Apr-2009 11:48:15.108 Error Parsing XML: The reference to entity "c" must end with the ';' delimiter. function…
-
sorted it out, the HTML editor was putting the </form> before the fields, and then they did not function properly. HAHA! ummmmm....
-
Yes that does seem to be the way of it. And unfortunately, no way of access the price levels for the items to go through and update them on the order. Well that's back to the drawing board, a saved search and an alert :(
-
Well you learn something new every day, thanks for that small but important point!
-
Thanks for posting that, at least I know I am not going crazy, so I have logged a case 803940. Now just to go through the support loop and hopefully they will understand and solve the problem!
-
Thanks, I had the recalc function already working, but thought this method would be a bit suiter! Cheers for clarifying it
-
Hi Yang, I tried: sra.getValue('partner','group') but it returns null. sra.getValue('partner_group') does return the internalid of 15. The part that causes the problem is var col = portlet.addColumn('partner_group_display','text', 'Agency', 'LEFT'); in that it does not populate with anything, however var col =…
-
Thanks very much!
-
YIPPEE! thanks!
-
There is a problem with Vendor Payments that is causing me an issue. The Payee field maps to 'entity', but the entity record is not available in the search joins for a vendor payment. Therefore, as I am trying to get information from the entity record, I cannot. If I use vendor in the join, the employee records return…
-
done Customer Care Case # is 712091 thanks
-
i hadn't done that, but have now changed it and it is ok now for the functions that are on an event, but it does appear tonot work for a stand alone functions. It also appears that you can only have one form.setScript() on each form. I had three and I think that was causing a problem. I have not tried using a Script file…
-
I am having trouble with the internal_id, i have not tried the amount yet. Cheers Richard
-
Sorted now thanks, simple when you know how! Cheers Richard
-
Thanks for posting this, it has made our lives much easier! Cheers Richard
-
hm, something else is definitely going on that I do not understand, I have tried using the nlapiCreateRecord() function instead of the transform record, and get exactly the same result. I have logged a case, but an still none the wiser. Cheers Richard