プロフィール
コメント
-
hi can you share more details/screenshot? of the error seen (incase if this issue still exists). thanks, Veda.
-
Thanks Martha. Getting info for Report is the issue. Looks like there is no solution to it. thanks, Veda.
-
https://netsuite.custhelp.com/app/answers/detail/a_id/61554/kw/child%20transactions this suitanswer should be of help to you. thanks, Veda.
-
hi, We had similar requirements from our customers. We have buit charts depicting Billing trends, collection trends, using Power BI. Power BI provides a flexibility of sending mails of daily data to stakeholders as they dont need to login to NetSuite to see data. If there is restriction of storing data outside of NS, then…
-
https://netsuite.custhelp.com/app/answers/detail/a_id/64756/kw/item%20commitment/related/1 Pls look at above SuiteAnswer. Could be relevant to your scenario. thanks, Veda.
-
https://netsuite.custhelp.com/app/answers/detail/a_id/64292 Scenario C listed here, and subsequent creation of Item Fulfillment record is closer to your requirement. thanks, Veda.
-
WMS Lite SuiteApp features, could meet your requirement. Pls explore. thanks, Veda.
-
hi, since you have mentioned integration, have a basic question, does your integration overwrite the record.....(like removing and adding the lines)...though you've said Sales Order is not modified...it could help to check the integration logs to see if there is anything going on in the background. thanks, Veda.
-
Thanks Robert we would check. -Veda.
-
hi, pls also see: "https://blog.rebrandly.com/8-best-free-url-shortener-apis-for-creating-your-short-links " on ways to create URL. thanks, Veda.
-
hi, you can use Google URL Shortener API to create short urls. Pls see: https://developers.google.com/url-shortener/v1/getting_started thanks, Veda.,
-
May be 2017.2 upgrade is in progress. thanks, Veda.
-
Pls look at this: https://usergroup.netsuite.com/users/forum/general/errors-troubleshooting/426613-save-and-print-not-working could be related one. thanks, Veda.
-
Defect 460903 : Release preview 2017.2 > Create Account-Specific Domain Name Format for RP/BETA accounts as Web Service getDataCenterURL returns java.net.UnknownHostException. has been fixed by NS.
-
hi, try to use shortened url. You can generate shortened url from: https://goo.gl/ Do let me know if it works. thanks, Veda.
-
hi, internal id for CreditMemo Open Status is: CustCred:A Pls see: https://netsuite.custhelp.com/app/answers/detail/a_id/50165/kw/credit%20memo%20status thanks, Veda.
-
hi, you can meet your requirement by using a separate custom field of type "inlineHTML". Value of the inlineHTML field needs to be set using CASE statement based on your requirement. In the script example below, we have set different colours for number range <25, 25-50, >50 CASE WHEN (TO_NUMBER({custom_Field_Name})<25)…
-
hi Wes, pls see this link: https://netsuite.custhelp.com/app/answers/detail/a_id/43863/ it has a sample script to set language. Pls let me know if this resolves your issue. thanks, Veda.
-
hi, localDate value passed to parse function is taken as Mountain Time (-7 GMT) and hence the behaviour. thanks, Veda.
-
Getting a date object in Local time for a server side script would be a challenge. if its a client script, date object would be in local time, but if its a server script, then timezone would be PST only. Pls see: https://netsuite.custhelp.com/app/answers/detail/a_id/37356 thanks, Veda. Netsuite Consultant Skalable…
-
When you do "Create Project" in a project template, you should get a pop-up to choose customer. Once a project is created, if you want to change customer, not sure if thats possible. thanks, Veda. Netsuite Consultant Skalable Technologies.
-
Customer field in a project is not editable and this is by design. Pls see: https://netsuite.custhelp.com/app/answers/detail/a_id/37326/ thanks, Veda.
-
Try filters like below: var filters = [ ["type","anyof","SalesOrd"], "AND",["internalidnumber","equalto",SoId]]; var search = nlapiSearchRecord('transaction',null,filters,cols); thanks, Veda.
-
hi, as sample i used below xml and was able to generate pdf without issues. Issue could be due to the header line or results data. <?xml version="1.0"?><!DOCTYPE pdf PUBLIC "-//big.faceless.org//report" "report-1.1.dtd"> <pdfset> <pdf> <head> </head> <body padding="0.5in 0.5in 0.5in 0.5in" size="Letter"> <p>11 </p>…
-
This is a pending enhancement. Pls see Enhancement in SuiteIdeas 231214. There is an alternate client script solution also listed. thanks, Veda.
-
hi, i guess your query is regarding Approval/Rejection based on email response. pls see this link: https://www.linkedin.com/groups/1785978/1785978-6276932939251056643 thanks, Veda.
-
hi, here is the post from linkedin. hello everyone, recently we had a customer requirement to have PurchaseOrders approved based on email response. We were able to achieve it through a combination of NetSuite (NS) EmailCapture Plugin, Workflow components. Here is a brief of our approach. Hope its helpful for those who have…