My Stuff
Comments
-
Sure @Richard James Uri-Oracle , thank you!
-
Thank you for your time and support @Richard James Uri-Oracle , I will raise a support case
-
Hi @Richard James Uri-Oracle , please check on the below,
-
Hi @Richard James Uri-Oracle I am expecting to receive these package field details in the response, but its not present in my Postman response, as shown in your example. POSTMAN SCREENSHOT
-
Thank you very much, @Richard James Uri-Oracle. I truly appreciate your help and support. I am also using the same REST API, but I am not achieving the same results as you. Could you please review the screenshots below and advise? POSTMAN SCREENSHOT NETSUITE UI SCREENSHOT We were expecting to receive these package details…
-
Hi @Leonardo Diego Option 1: Use CC or Multiple Recipients Field Add Multiple Emails: In NetSuite, when sending emails, you can add multiple recipients by separating email addresses with commas in the email field. Example: seller1@example.com, seller2@example.com Set up a Workflow or Script: If manual entry isn't ideal,…
-
Thank you Richard James Uri-Oracle
-
Hello, The error message "Permission Violation: You need the 'Lists -> Revenue Recognition Schedules' permission to access this page" indicates that your bookkeeper is missing a specific permission required to run amortization schedule journal entries. This permission might be part of the broader Revenue Recognition…
-
Hi Ivan Babiichuk try the above steps, also check using postSourcing instead of fieldChanged if used in your script, hope it will work, let us know on your observations that it resolved your issue or not, thank you
-
Hi @Lafi Abdellatif, create a Restlet in NetSuite, use it as an API to call from third party system, to do that follow the below steps, in the below code do the required changes as per your requirement to set the field values, Create the Restlet Script: Save this script as a .js file, for example, insertJournalEntry.js.…
-
Hi @Vernita as per @Richard James Uri-Oracle the Project task field is not included in the purchase order reference page. However, ProjectTask record is exposed.
-
Hi To format the date and time value "2024/01/29 09:26:00 am" using the N/format module, you can use the following code: var formattedDateTime = format.format({ value: new Date('2024/01/29 09:26:00 am'), type: format.Type.DATETIME, timezone: format.Timezone.ASIA_HONG_KONG }); This code will format the provided date and…
-
Hi @Vernita When creating a purchase order via SOAP or REST, it is typically possible to populate the project tasks field at the line level. The specific method and parameters may vary depending on the API and integration being used. You would need to refer to the documentation or API reference of the particular system or…
-
An SFTP key is part of a two-factor authentication process that enhances the security of SFTP protocols by adding a layer beyond just passwords. It involves a pair of keys: a private key held by the user and a public key stored on the server. For reference please check on below URL…
-
Thank you @Jeremy Guimaras -Oracle , have a great day to you too :)
-
Hello @Jeremy Guimaras -Oracle thank you so much for the quick updates and follow up, very appreciated, it is helpful, with that reference, we tried with different ways, finally got the output as expected, please check on the below screenshots for reference, Using below criteria we get the invoices with 30 days past due,…
-
Hello @Richard James Uri-Oracle thank you so much for sharing the related info, it is helpful, but we are looking for something like we want to encrypt the whole script file and use it in NetSuite, is this possible?
-
thank you @Michelle Jabanes-Oracle
-
Hi @Jervin Nicholas Teopengco-Oracle thank you for the update
-
Hi @Nicole Mendoza-Oracle thank you for the update
-
thank you @Richard James Uri-Oracle , I am looking for NetSuite Account customization but not suitecommerce advanced, sorry with my initial query, may be I suppose to elaborate more, could you please let me know your inputs, once again thank you so much
-
thank you @Michelle Jabanes-Oracle , we would like to create a file and send it through an email which is more than 10MB, to send the file through an email, first of all we need to store it in file cabinet, so looking for possible solutions as we have 10MB limitation if we use file.create function
-
Very helpful tips with complete information, great job @Michelle Jabanes-Oracle
-
Generally Production environment is faster than Sandbox environment, is the Sandbox refreshed regularly, when is last time it was refreshed? also it depends up on the SuiteQL query and transaction data results count make the slighter performance difference, I am just suspecting in these areas, I am not sure fully, it may…
-
you are welcome @brocha :)
-
Hi @brocha , this is because you have used a list tag but its not closed, could you please correct it and try, hopefully it works, if not we will check few more, thank you
-
Thank you @Richard James Uri-Oracle
-
@User_ZCWF3 if it is the case then the user can not able to see the system notes for any of the transaction right? I think it might be because of some permission issue on any of the transaction or permissions with saved search, @Tlarkin if possible could you check the permissions on saved search, it might be helpful,
-
Hello @brocha , could you please check on the below code, use it if is useful, thank you, <#if record.business_id == 1> <#-- Round prices if business id is 1 --> ${item.rate?round}.${item.amount?round} <#else> <#-- Use item.rate and item.amount if business id is not 1 --> ${item.rate}.${item.amount} </#if>
-
Thank a lot @Richard Jimmink , great efforts, very helpful, if possible share that code here to try from my end, thank you,