My Stuff
Comments
-
Hi LM, Based on my understanding , you would like to send an email to a sales rep when the vendor price is changed. Below is a SuiteAnswer article that might help you: Title: Send an email when a field's value changed via Workflow Link: https://netsuite.custhelp.com/app/answers/detail/a_id/25090
-
In addition to that I've found related article in SuiteAnswer that might give you some idea on how to autopopulate a field based from anpther record's field. You can deploy try to deploy it as User Event script or Client Script Field Changed . https://netsuite.custhelp.com/app/answers/detail/a_id/42687
-
Hi Marty, Good Day! In version 2016.1 , I checked that scripting is supported for custom segment values and for custom segments as fields however scripting is not supported for custom segment definitions. There is an enhancement filed for this 363196 - SuiteScript > Record Exposure > Ability to Script Custom Segments. For…
-
Hi Jacob, There is an enhancement filed to support this 145994 WS > Provide the ability to search system notes through Web Services hence you were not able to find system notes on criteria or column on the schema.…
-
Take note in relation to Workaround (2): Custom Record should be associated to the record that you would like to search
-
Hi nbourdeau, Make sure that the replaceAll=false and specify the internal id of the address found in the addressbook Sample Soap Request (2015.1 WSDL) : <soapenv:Body> <update xsi:type='platformMsgs:UpdateRequest'> <record xsi:type='listRel:Customer' internalId='342'> <addressbookList replaceAll='false'…
-
Hi Mike, There is a sample code on how to add cash sale which also includes the cash sale item. You can locate this sample on our SuiteAnswer site, below is the link: https://netsuite.custhelp.com/app/answers/detail/a_id/34952/ Hope this helps Thanks, Hanna
-
Hi Sachink, Looks like this is not possible as of the moment. I found an existing enhancement similar to this 217539 Ability to customize the transaction total summary box in Sales Orders, Invoices, Cash Sales, Cash Refund and Credit Memos The only thing I could think of is for you to create a Summary Table similar to our…