Mi contenido

Avatar
Ver todas las insignias desbloqueables Ver todas las insignias desbloqueables

censys_sl · Partner with Centricity Systems providing NetSuite solutions and integration since 2003 · Silver Medal

Comentarios

  • Steve and Jim, The Support Center has a list entitled "SLT - Resolved in 2007.0" under the Fixes & Features tab. Is this what you're looking for? Unfortunately it's not an exportable list, though. Cecelia Yes, better - much better. It helps me to quickly assess the areas I know I have made changes to or have been waiting…
  • I would like to see beyond the marketing docs (e.g. release notes, sneak peaks, etc). These do not tell me whether certain bugs have been corrected, whether certain features we have workarounds in place for have been added, etc. I can not emphasize enough how important a simple list of fixed/enhanced/changed log is for…
  • That process doesn't appear to work for AU customers (not me anyway) we have a "cut-back" version of the support centre.. Perhaps the Copy Paste function could be used to place the info here? ;) I see no reason why they can not shortcut the announcement to the AU section of the forum (as well as other international).…
  • Will phase starting in late Q1/early Q2 through late Q2/early Q3 (most people will ahve it by end of Q2). Thanks, -e Evan, Can we get a list of new/enhanced/fixes? I have one client who's term is up in June and another in August and they have several "wants" that currently don't work or are "future enhancements". Would be…
  • For a list of Resolved issues you can go to the Support tab and click "NetSuite Support Center". From there Click "Fixes & Features" tab. On that tab you will be able to find a list of materials in the latest SLT release. I don't believe 11.0.6 is posted yet though, but that is where you will find it. Perhaps NetSuite can…
  • You can do it through script, however you need to use the column field 'createdpo' (note the ed). This is a select field that references the PO. In the after submit you will need to load the sales order record (because the submitted record will not contain a value for createdpo). Set up a custom column field to be on the…
  • Unfortunately components/members are line items so you can't use a formula to loop through them. AFAIK SuiteFlow won't support it either because components/members is a sublist. You can do it in a before submit user event by looping through the component/member line items and grabbing the name of the item field…
  • I can't see your full search so not sure if you are doing a saved search or a full scripted search. getAllColumns is present in each row of the results and returns an array of objects (actually the object is a nlobjSearchColumn which has methods such as getName, getLabel, etc). For what it's worth (you may already know or…
  • This is one of those "gets you 99% there and then can't do it" moments with NetSuite that just get me boiling. I thought "logically" this would be a no-brainer via script. Who would have thought NetSuite would only provide this feature via the UI? I even looked at forcing ("hack") a redirect but the task links for sales…
  • I have two fields, one is a dropdown, and the second one is date field, I want first field to pick a value from teh dropdown as soon as the second field is filled with a date, is it possibel and how? Well, a couple of possibilities: 1. This assumes the fields you are referring to are 'custom' fields (you added them). If…
  • Add 'password protected' web store and what you get (3 for the price of one).
  • SuiteScript API Alphabetical Index > nlapiSelectNewLineItem (the example).
  • I have an employee who is contracted, and works and accesses NetSuite from another location. Each of our customers is assigned an OWNER (drop down list that sources employees) and a DEPARTMENT (drop down list that sources from department). Each employee has a report that shows them what customers are assigned to them. For…
  • Also, mass-updates have field permissions based on the role's preferred form. So if my role uses a form where the field is inline text, disabled, or hidden, I will not be able to change the field via mass-update. Matt This is good to know. The biggest thing I find mass updates excellent for is when we add new functionality…
  • Does anyone know if you can change the name of the 'Sales Order' Button in the estimate/quote transaction? If so, how please? We just want to change it to say "Convert S/O" or something similar. Thank you, Tamara Try doing it using javascript and DOM.
  • Thanks Evan. Your own documentation looks pretty impressive, too. It's funny the way that Microsoft studiously fails to mention that JScript is in any way related to JavaScript! Here's a useful little tutorial for OOP programmers: http://java.sun.com/javascript/ajaxinaction/Ajax_in_Action_ApB.html But I think I'm off to…
  • Thanks, but ... "Can you use any sort of logic besides DEFAULT ..." I already use that. :) I'm wondering if there's anything else that can be used to allow for more logic within email templates. Thanks, Kurt I've been trying to do this as well. Tried doing it with scripting in the template but that didn't work. Have not…
  • 1 - nlapiSendEmail is available in Client SuiteScript but nlapiMergeEmail which you will need in order to perform a merge operation using an existing template is only available in Server SuiteScript. My suggestion was to use an afterSubmit User Event (UE) script for this so it should work. 2 - That's a good idea. I would…
  • Scripting logic isn't supported directly on email templates used for mail merge or one-off messaging. One thing you could try doing is sending out your emails in an afterSubmit userevent script. You could do this in one of 2 ways: 1 - Building up your email entirely in SuiteScript and sending out an email using…
  • No, it is our intention to support as much of the SuiteScript API ont he client as possible. Thanks, -e So am I doing something wrong or is nlapiLoadRecord only available for internal forms on client side? I'm trying to use it on sales order external and keep getting an "Object expected" error. Thanks. -Steve
  • I have exactly the same problems. On 1. Its messy when you first setup a customer center role since you have to set a password - manually - then notify the customer and the message doesnt tell them what the password is. We do it by putting a link into the message to retrieve the password by email and clearly explaining it.…
  • I have exactly the same problems. On 1. Its messy when you first setup a customer center role since you have to set a password - manually - then notify the customer and the message doesnt tell them what the password is. We do it by putting a link into the message to retrieve the password by email and clearly explaining it.…
  • But even you want two approvers for different workflows. People want even more complexity, exceptions etc. Thanks, -e I'd appreciate just the basic mentally that a supervisor is not necessarily an approver. So, you select the supervisor and if approver is not completed yet, it defaults to supervisor BUT you can change it…
  • I'm getting the same error message, yet everything is correct. Could not locate Custom Field Key for Custom Field Name [ custentity_lead_prospect_type ] with Type [ ENTITY ] The field may not be defined. 'custentity_lead_prospect_type' is exactly how it is listed in the Entity field definitions. I enter the column header…
  • Issue with my client as well. Everything fine last night, this morning, they cannot bill. Times out.
  • Down in Boston. Production and Sandbox as well.
  • Nope sandbox is still down. Went down right in the middle of an SCA upload. Test site down as well. Message is "The system is currently unavailable while we undergo our regularly scheduled maintenance". "Regularly Scheduled"?
  • Hah, that's a good one...
  • I am at 7,000+ emails. Had to turn off emailing of unhandled errors. Opened a case with NetSuite last night and this morning they opened a defect: Defect #321899 - SSS > Before Record Load for Sales Order > Unexpected error (java.lang.NullPointerException) Hopefully this will get resolved quickly. Really bad timing for…