My Stuff
Comments
-
This can occur when a script or workflow is triggered on aftersubmit, and then re-submits the record. The process flow is [LIST] [*]Record is saved [LIST] [*]email alert triggered [*]script triggered [LIST] [*]record is saved [LIST] [*]email alert triggered [/LIST] [/LIST] [/LIST] [/LIST] If you have access, you can check…
-
My suggestion is first make sure the solution will work, so replace the result.getValue({ name: 'custentity_pay_url' }) in your href with https://google.com. If that works then the issue will be with your field value. The text field is 300 characters so that should be plenty but if not try TEXTAREA. Also check if the field…
-
If you are testing this in sandbox external may suppress the emails since there is no login context. If it is on prod then it should work.
-
What about in the GetInput stage? You can set an object property and store it there. If you do it carefully you might even be able to only do 1 query and match to associate the data.
-
This trick sometimes works. Try setting it to FieldType.TEXT and then setting the display type to inline and see what that does.
-
A myaccount like partner center would fantastic. Integrating knowledge bases into myaccount both for customer and partner center. Also make SuiteCommerce cheaper to be more competitive with other commerce platforms.
-
Well NetSuite is already PCI compliant so you can save their credit card information under the credit card tab of the customer record for future use. NetSuite encrypts the data and only exposes the last 4 digits. Easy peasie
-
Also I think there is a cap on how many campaign emails you can send per year in NetSuite. Better check with your rep so you don't get any cost surprises
-
On the left hand an on the top alphabetic menu there are navigation menus to navigate to the different record types.
-
We are experiencing this issue as well. It happens sporadically but jobs that used to take a few mins takes hours.
-
Hi Mann, Where do assembly unbuilds fall in this hierarchy? Does that come before RMA receipts?
-
My rows are limited to 200 and in the UI and I'm pulling up the native list with no customization and it is taking 30+ seconds in the UI. I logged the issue with NetSuite and they said this was in their range of tolerable. So much for Platinum NetSuite support
-
I haven't tried that in awhile and I think there are a few gotchas that make it not as good as the AR aging report. Going forward NetSuite is coming out with an enhancement that will only have 1 reporting interface (reports and searches not longer separate). For now to get started you need columns for your aging and you…
-
If you're using the new SCA Commerce Categories, then you can use the Commerce Categories search to see what items are associated with each. If it's the legacy Site Category in Sitebuilder then I'm not sure as I don't know much about the legacy product.
-
This is not available natively, you will have to rely on joins to the transaction and use min to get the earliest date.
-
You can do it by reading your custom parameters in a beforeLoad script and populating it yourself if you know a little scripting.
-
In the sublist page one of the last columns is called Field. If you can pass the Company field from the contact record that will override the contact id being passed. From there you need to add Customer as the an available filter on your transaction saved search.
-
I'm not sure what's up with NetSuite outputing date differences in the format of +0000000003 01:17:58.00000. This seems to only happen with custom fields. Native date/times return a clean difference in days. My users are asking how to get an aging based on a custom date time field. Not sure how to explain the funky output…
-
Not sure if you've used the SuiteScript record browser but that might be the first place to start. For a more advanced options you can use the record module getFields method or the ui/serverWidget form property getField method or a combination of the two. I believe this last method will show the label in use for a…
-
I will also add that attaching screenshots in NetSuite is extremely antiquated (to cases, rich text fields). Traces of the 1990s UI has mostly disappeared by now and yet these remain...
-
We've wanted to do this as well in the past and found no way to at that time.
-
If the email body is consistently formatted you can do this in a before submit script by searching the body of the email and swapping out the email address in the case record.
-
What type of field is the customer name field on your custom record? Is it free form text? I'm not able to reproduce this 50 character length limitation on any custom record with a text field. The only way I was able to reproduce it was to go into the field and explicitly under the Validation & Defaulting tab set 50 under…
-
What about this page in NetSuite /app/site/setup/redirects.nl?whence=
-
If nothing else works can you remove that element altogether with some Javascript since it seems not to be needed?
-
This may be a long shot but can you try an http to https redirect in NetSuite specifically for that file using the redirect page? http://www.flexibleassembly.com/empty.html to https://www.flexibleassembly.com/empty.html
-
Shoot that make sense since the element already loads first. Not sure if there is an event that executes after the element has been rendered but before the file has been sourced. Just out of curiosity is this error causing any issues other than the nasty console message?
-
Does the data merge with the existing lead record if it is a duplicate or does it create a second lead record? I can help you if you would like. You can reach me at 832-993-1154 or maher.chamma@gmail.com
-
Looking at dev tools it seems to be an iFrame trying to load /empty.html . The relative path is probably going to use http since it is SiteBuilder.
-
Case #2888660