My Stuff
Comments
-
Thanks for replying to this post. It appears that the issue was on Avalara's end, and they have resolved it.
-
I have raised a Netsuite Support Case and they are investigating. Thank you for actively discussing this.
-
Just curious, can we undo the cancel with this? bill.setFieldValue('cancelvendbill', 'F');
-
Yes I did. Sorry, this is not what I am looking for.
-
@Richard James Uri-Oracle Can you help me call a suitelet from a client script without passing the deployment id? I am using url.resolveScript and the deploymentId parameter is required to call this API.
-
Yes, I have the sandbox. I will test by creating multiple deployments. But first, I need to regenerate this issue in the sandbox, too.
-
Ok, so if user X clicks the button on Bill B1 and around the same time, user Y clicks the button on Bill B2. Both buttons call the same Suitelet with a single deployment, which can cause a conflict and an error. If I create multiple deployments of the suitelet and call it without passing the deployment ID specifically,…
-
@Alex Joves -Oracle Thank you very much. I changed the code a bit to make it work for me - <#if line.amountremaining?length gt 1>${line.amountremaining}<#else>${0?string.currency}</#if>
-
@Pierre_Plourde Yes, I am using Advanced PDF template for customer statement. I am getting Unexpected Error by adding this in my code - "<#if line.amountremaining gt 0>${line.amountremaining}<#else>$0.00</#if>" I think it is because there are rows where the line.amountremaining values are null and not any number to compare…
-
Again, I am able to set other languages on same customer via SOAP web services. I am only getting error for German language. Is it possible that I need to change some settings on the Netsuite side, maybe on the subsidiary of the customer?
-
SOAP Request - SOAP Response -
-
Hello @Angelica Mae Segador-Oracle, Yes , I saw your reply but could not get the problem in my code because it is working when I keep the Show only Open Transaction as true.
-
@Angelica Mae Segador-Oracle I am getting error when I am selecting these options on the individual statement printing page And below is the error I am getting
-
@Joahnna Given Uy-Oracle I noticed one thing while printing the individual statement for a customer that the unexpected error is only occurring when I keep the "Show Only Open Transactions" as false. Any idea? what could be the reason?
-
@Joahnna Given Uy-Oracle I'm encountering an unexpected error when printing individual statements for some customers. My custom Advanced PDF template works for most customers, but not all. The issue arises when I adjust settings such as Start Date, Consolidated Statement, or Show Only Open Transactions. The error is…
-
Thanks for the article. Upon rechecking the view-source page and searching for one of the Task IDs mentioned in the SuiteAnswer article, I discovered that the Task ID is indeed present in the view-source page and can be easily located by using the search term "taskId." Below is the custom list page I think this should be…
-
Hello @Nicole Mendoza-Oracle, Thanks for your reply. Sorry about mentioning the home page, I see Task ID for that page. I am talking about another page as given in the example on the Task ID help page in the help centre, I could not see the Task ID of the customer list page as shown in the example or any other standard…
-
Thanks for the quick reply. I read the suiteanswer you shared and it is about setting externalid value on the record field by editing the record from Suitescript. I have found the notes about the message record from the Netsuite help centre and it says "Message records can be edited only during the create operation. After…
-
Hello, Can you explain a bit more when you want the submit button functionality to be executed? What is your scenario? What do you want to achieve?
-
Hello everyone, I am Rahul, based in India. I hold the NetSuite Administrator Certification and currently work as a NetSuite Developer. I am thrilled to be a part of this community and eager to assist in any way I can.