Minha área
Community Articles: What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now and spark the next big discussion!
Comentários
-
We are also tracking this request in Enhancement 299254 - UI Reskin : Home > Set Preferences > Appearance > Please add more Formatting Options like Font Size, Text Bold (for Field Name), Text Italics, etc.
-
Agree with @"JCirocco" - Store form with record ensures that your records are viewed and edited with this form regardless of who is viewing or editing the record. Here are a few of other options to consider: * On the Form: When you create or edit a custom form, you can check the Form is Preferred box to set the current…
-
Thank you for the feedback @"JCirocco". I did a little digging on SuiteAnswers and found a similar solution in answer 79966: To create a saved search of Customers with Item Pricing defined under Financial tab > Item Pricing subtab:Navigate to Lists> Search> Saved Searches> New.Choose Customer as Search Type.Under Criteria…
-
@"Chris Dobbins", the fix to Issue 546285 is currently being released to your account. I will follow up with the status as soon as the release is completed.
-
@"RGrier", we added your solution to SuiteAnswer (Id: 87794) : SuiteScript 1.0 > Transform Transfer Order to Item Receipt > Support auxReference of Item Fulfillment. Thanks again for sharing the solution with us.
-
@"RGrier", thank you for sharing this! I will make sure this gets added to our knowledge base.
-
SuiteAnswer Id: 10101 provides the complete list: The following tables outline the SQL functions that can be used in NetSuite search formulas and custom formula fields:Numeric FunctionsCharacter Functions Returning Character ValuesCharacter Functions Returning Number ValuesDatetime FunctionsNULL-Related…
-
@"RGrier", let me run this by the SuiteScript Team and I'll post any updates here.
-
The full expression would look like this:
-
@"Martha Hakes", without using a formula, you could check the 'use expressions' box and place the criteria between parenthesis like this:
-
It may be exposed on the item table since we can get the id using {countryofmanufacture}, but currently only stores the abbreviation according to the issue. Customizing Field Level Help is one option, but I think a custom record will work best in this situation.
-
@"Chris Dobbins", this has come up in the past and Support filed a U7 Issue : 228217 > Item Saved Search > Search Results for Manufacturer Country field returns Country Code instead of full Country Name. The Alternate Solution is to use a formula in your search to display the full name: Example: case when…
-
By renaming, do you mean just change the item name? You should be able to edit the item record and update the name, or use inline editing to update the name. I believe if you change the name of your serialized assembly item, all existing transactions which include this item, will also reflect the change in the item name.
-
@"Martha Hakes", this older topic ( ) includes a transaction search that use this formula to determine if the item was completely fulfilled: Sum of formula (numeric) where formula is "{quantity}-NVL({quantitycommitted},0)"
-
@"John Griffin", I looked for similar cases but only found instances where a custom field from the Opportunity was not printed on the Sales Order. Are there any scripts running on the sales order? Do you have a case number?
-
@"markrCMD7", I'm not sure you can construct a custom hyperlink this way without using a script. Parameters can be native or custom NetSuite fields using {} tags to pass values, but there are a few Special tags that you can use: * {useremail} — Email of the user currently logged in * {today} — Current date * {nlversion} —…
-
@"kimt", I asked the SuiteCloud Team about this and here's what they said: If you're sending it to a a free-form email address, then it wont show up on the communication tab. There's another option to send to 'Specific Recipient'. If you choose that option, the email should automatically attach on that entity's…
-
j.brad, this is being tracked in Enhancement : 34548 To be able to convert Contacts into Prospects/Customers. The suggested workaround is to export the Contacts and import them back into NetSuite as Customers via CSV Import. Set the Contacts to "inactive" after successfully importing them back as Customers.
-
I don't think sales description is available on assemblies, instead they use {description}. "Sales Description" – Enter a sales description using up to 999 characters of letters, numbers or basic HTML code. When your customers click an item's store display name for more information, they see this description. This field…
-
Hi @"kimt", I'll ask for suggestions internally, but the workflow execution log may provide additional information on the actions and transitions that execute on a record for a specific state visit in a workflow. You can use the workflow execution log to debug and troubleshoot the workflow execution for a record. For…
-
Hi Leah, this SuiteAnswer (9302) walks you through shipping integration setup with FedEx, UPS, and USPS/Endicia. To confirm which features are currently enabled in your account, check the Enabled Features page at Setup > Company > Setup Tasks > Enable Features. Customers can vote for Enhancements by submitting an online…
-
3970628, for accounts that don't use the shipping integration feature, this is being tracked in Enhancement 91445 : CSV Import > Provide the ability to import UPS tracking numbers to the Mark Orders as Shipped module.
-
@"Chris Dobbins", the fix for Issue 546285 is currently being released. It looks like the process can take several hours but you will receive an update once it has completed.
-
4055093, this is being tracked in Enhancement 28507 : Date formatting for the "Week" selection in Column dropdown list on reports isn't clear - set the Week columns to be date instead of week number.
-
@"gokhale.yatin", maybe try adding the custom field to the body section of the pdf template like this - replace the customfieldID part with your custom field ID: ${record.customfieldID}
-
@"kimt", try checking the customer record: * View the customer record * Under the Communication tab > Messages > check if the email message is attached * Under the System Information tab > Workflow History > validate if the Send Email Action was triggered on the record
-
@"Lewalsh11741", I think you can do this with a custom field that populates the system notes changes for shippingcost using a saved search. An example would be a custom field that will populate the date the Item Fulfillment status changed to Shipped. Since the date can only be seen on the System Notes, we must create a…
-
@"JCirocco", I believe the Order Type field is on the Sales Order when using Contract Renewals (SWV Bundle) which is why it gets added to your search results automatically.
-
@"nagaraju.mantrabuddi", you can expose the sub-class in a class search using a formula like this: 1. Navigate to Transactions>Management>Saved Searches>New2. Select Class3. On the Results tab add the following fields:· Name where Summary Type = Group· Formula (Text) = DECODE({systemnotes.field}, 'Child Of',…
-
Wesley M, a similar problem was reported several months ago - Issue 531734 : SCA > Extensions on product detail page not loading intermittently. The problem appears to be related to a custom extension, but may provide some insight into the problem you are experiencing. A couple of options to consider: * Deploy a script via…