My Stuff
Going to SuiteWorld? Connect with SuiteGurus—Your NetSuite Product Experts!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Comments
-
This is from SuiteAnswer 22298 'How to change/update my email address on the NetSuite User Group' To request your email changed on the NetSuite User Group: -Navigate to the User Group login page at: https://usergroup.netsuite.com (or while currently logged into the User Group) -Click on Contact Us at the bottom right of…
-
This appears to be an issue with Chrome 20.0.xx itself Which has been reported here: http://code.google.com/p/chromium/issues/detail?id=135588 Chrome versions 21+ do not experience the issue. If using Chrome 20, alternatively you can Export to PDF, then print the pdf. Thank you kindly,
-
Hello, This was identified and resolved at 7:15am PST yesterday. Thank you,
-
Hello, This is possibly related to Defect 225673 (Chrome) Reports>Saved Reports or Standard Reports>Print: File/Report printed uses a very large font size. Please feel free to contact Support regarding this. Thank you.
-
In Excel: Click Options and in the Table Options dialog, check the System Tables box, and click OK. Thank you,
-
Hello Rachi, If you are connecting to a TSTDRV account you will need to update the odbc host to point to odbcserver.na1.netsuite.com If the login you are using is associated with any production accounts, it may be attempting to connect to that account by default and returning the message you are seeing. If adjusting the…
-
Hello, "Custom Field Default based on a Summary Saved Search" will only be able to determine the total cost on existing records, and will not dynamically update the value when line items are edited. You will likely need to deploy a client side script to achieve your goal: 1. Create a custom transaction column field of type…
-
You may want to try logging out and clearing your cache. However, you can try accessing it at Setup > Setup Manager > Customization > Workflows. Or try the direct URL: https://system.netsuite.com/app/common/workflow/setup/workflowlist.nl Thank you.
-
Hello, You will need to use nlapiInitiateWorkflow() or nlapiTriggerWorkflow() for this. These APIs are defined in the help at: SuiteCloud (Customization, Scripting, and Web Services) : SuiteScript : SuiteScript API : SuiteScript Functions : SuiteFlow APIs Thank you,
-
Hello, You may want to have a look at the API nlapiExchangeRate, and WorkFlow Action Scripts. nlapiExchangeRate(sourceCurrency, targetCurrency, effectiveDate) Use this API to get the exchange rate between two currencies based on a certain date. The exchange rate values you are getting are those that appear in the Exchange…
-
Hello, The formula to_char({today},'D') should return the day of the week (1-7). 1 being Sunday, 7 being Saturday. edit: to_char({today},'DAY') would return the name of the day. Thank you
-
Hello, There is no option to prevent the email from being stored when using the send email action. As an alternate solution, you could explore using SuiteScript or a workflow action script, making use of the nlapiSendEmail API. You can find more information in SuiteAnswers at 'Workflow Action Scripts' (Answer Id: 11537)…
-
Hello Allllan, If you are referring to the 'vendor message' field (internal id 'message'). This displays as 'customer message' in the action field selection drop down list. Selecting 'customer message' should allow you to set the 'vendor message' field. Please feel free to report the naming inconsistency to NetSuite…
-
Hello Dave.Scott If you have not already done so, please open up a case with NetSuite Support regarding this. Thank you.
-
You may be able to make use of the apis below which are defined in the NetSuite help. nlapiInitiateWorkflow(recordtype, id, workflowid) nlapiTriggerWorkflow(recordtype, id, workflowid, actionid) Thank you,
-
Hello, Yes, you can make use of the fields user, user class, user department, user role when defining your workflow condition. You can read more regarding this in the NetSuite Help or in the SuiteAnswers article Who Can Run a Workflow? (Answer Id 11571) Thank you.
-
Hello, In the Workflow Summary setup, you have the option to set 'context' to 'web services' in the Initiation section. Thank you,
-
Hello Kenny, There is no function or method to call using web services to trigger the workflow. However, what you could potentially do, is create a custom checkbox on the record, update the record to check the checkbox via WS, and have your workflow condition based on that checkbox and the context being web services. This…
-
Hello, In your state, you can add a new action of 'Set Field Value', with the condition 'Custom Form = Form A'. Under parameters select your field, then set a Static Value for the text field to 'X'. Thank you.
-
Hello Greg, Setting Initiation > Trigger Type to 'Before Record Submit' may correct this. Thank you.