プロフィール

Avatar
ロック解除可能なバッジを表示 ロック解除可能なバッジを表示

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

コメント

  • Never mind. Turns out I just need to delete the bundle. It does not remove my copies in the SSP application folder which is what is critical. Perhaps some clearer documentation?
  • Hi Brett, I am running both the beta cart and the scriptable cart simultaneously (because I need to set price levels which are not exposed on the Commerce API) and for whatever reason this seems to be causing the problem. When I undeploy the scriptable cart script, it works as expected. Which brings me to my next issue. I…
  • OK, I think I solved it but this is bizarre. Started with this: <strong>var </strong><span style="color:'"Blue"'">timer </span>= <strong>get_custom_field_value(</strong>'custbody_timer',order.getCustomFieldValues()<strong>)</strong>; <span style="color:'"DarkGreen"'">/* the above is derived accessing the custom field on…
  • Nope, no other scripts. Funny thing is I set another custom field in the payment.ss and that works but that executes only when in the billing/payment section. Can't see any reason why one would work and another not. To add salt to the wound, I added the same code (copy and paste) to the payment.ss and it worked with no…
  • OK, I need to fully test this out. I would assume if we are talking about having a recalc then we should have all the other line events as well (line init, line validate, line commit, etc). Thanks. Still doesn't make sense, but thanks. Half my learning over the years has been trial and error, rather than expected behavior.…
  • This is possible to do. ... If you are trying to change some value on the cart, you can achieve this by using tag replacement. ... In your case, you want to modify the description on the cart. My question to you is, are changes dynamic based on item being looked at? Also need to mask the Item ID/Name. We use certain items…
  • I have noticed that the beforeload does run once the user has "registered". Even if customer registration is 'disabled', they still need to provide a name and shipping address and it is at this time that I notice that the beforeload runs. However, the before load does not appear to run "before" the cart is displayed.…
  • The logic is what is confusing to me Evan. Client side events like 'PageInit', 'SaveRecord', 'FieldChanged' are immediate events so it is difficult for me to wrap my head around the logic of this executing on the server-side and setting fields on the client side (especially things like alerts and such which should be…
  • OK, Mistake #1 (by me -- NS Doc folks please take note): Don't use the form-based custom code section to define your client script. Need to attach GLOBAL client script via script deployment method. Makes no sense to me and makes it more understandable why this is a hack by NS but OK, I'll do that. "Alerts will not fire for…
  • I am wanting to give online customers a direct link to the estimate form in the customer center from a page outside of the customer center. I realize it will be necessary for the customer to log in along the way, but I'd like that particular redirect to send them straight to the estimate form, not to "My Account". Is this…
  • An option to show custom center orders using external form seems like a reasonable one. Let me look into it. Thanks, -e That would be great Evan. Thanks. Let me know if you need anything from me. -Steve
  • Steve - I think I have a solution for you. It turns out you can make non-online forms the default in the customer center using the roles tab. As of 2009.2 (next maintenance release), if you use a non-online form as your customer center form, i.e.. customizing one of the forms that does not have "(Online)" int he title,…
  • The custom record is shown on the MyAccount page, but we did not want that shown on the sales order. We specifically created a separate link for it. In terms of fields, it is not as much of what can be seen or not as it is with how we "arrange" the fields. This is where I see a fundamental difference between what I want to…
  • Evan, OK, I understand what you are saying, just don't see the correlation. What I see in the customer center is the 'view' mode of the internal form, not the printed form. I see 'Messages' tab with fields like 'To be printed', 'To be emailed', 'To be Faxed'. I see a 'History' tab with a custom record list. Essentially,…
  • Evan, Sorry, but I do not understand how that would be a "by design". There are distinct differences between what an internal employee should see on an order and what we want a customer to see. That is the whole point of utilizing external forms versus internal forms. By doing as you describe, we are effectively by-passing…
  • OK, even more info. When I go into the script file record I have multiple links (my domain link and checkout.netsuite link, etc). If I click on my domain link, the old version of the script file exists. If I click on the checkout.netsuite link the new version displays. Clearly the link to my domain is not updating properly…
  • Hello Steve, There is currently an existing enhancement request that will cater to this requirement you're looking for. It is enhancement request 118438. If you can file a case with Support and have your case attached to this request so that you can track its progress. The case will also serve as your vote for the said…
  • OK... I don't think it is possible either. But I am not 100%. The only way I know of how to do it right now is to hard code links to your categories inside your templates. But this will not be real time if you add another category in the future. Yeah, I was hoping there was a tag that worked off of levels relative to…
  • No luck and no responses which means no one know's how to do it or I'm asking a very stupid question not worthy of a response. I think the former (in this case). -Steve
  • Hi Steve, The current design in creating information items is that ONLY those Saved Searches with available filters set are displayed in the Saved Search dropdown list in Lists> Web Site> Information Items> New> Search Form. Saved Searches with no available filters are omitted because they look terrible when published.…
  • Here lies the problem. We want to avoid creating a unique template for each item. If the item is not a matrix item, this is easy as getcurrent works well and allows a single template to be used on many items as long as they are not matrix items. However, when we have matrix items, getcurrent can not be used because some…
  • You can do this in an aftersubmit user event. The mode (type) is 'approve' that you are looking for. Then just do: nlapiSubmitField(nlapiGetRecordType(),nlapiGetRecordId(),['custbody_last_approval_date'],[nlapiDateToString(new Date())]);
  • If the issue is that you are receiving an error, it is likely due to your custom button. All field IDs (and button IDs) must start with 'custpage'. Also, for the submit (POST) portion, I presume you have a function "dumpResponse'? Otherwise this will error as well.
  • This search is through a public Suitelet (run as admin, all roles checked). Have done this a million times. It appears this is some sort of whacked out permission or session issue. The fact that I can access the Suitelet to log information tells me it is accessible so why error and why error ONLY on custom fields? Today…
  • Hi Steve, I have noticed that depending what you are sending the request with, if you have special characters in the password (nlauth_signature) value, you will get a 401 error. A way around this is to specify the HTML URL encoding value of that special character in the nlauth_signature value. Thanks Lorne. Good tip. I was…
  • Ah, duh.:h_a_w: Good catch. Wasn't even looking at the length. Too busy scratching my head on why it didn't like my characters...
  • Oh and if trying to reproduce, here is the password I was using (not used anymore so no longer secret...) 9uh27.AZb47ju@o2d9 Can't figure what part of that would require encoding (since we use the same special characters in nlauth_email but maybe you can duplicate.
  • This is a stretch, but make sure the filters at the bottom of the status page are all cleared.
  • You can use the context object to determine where the order is coming from using rolecenters or execution context. I tend to use execution context as follows: var isweborder = [COLOR=darkred]/^(web(store|site)|customer)/i.test((nlapiGetContext()).getExecutionContext());[/COLOR] The above tends to cover all bases (for other…
  • Curious if the record trying to be deleted has downstream relationships that would prevent it from being deleted? If so, try deleting the children first then the record. One sure test would be to try and delete the same record in the UI.