My Stuff
Share Your SuiteWorld Experience & Earn a Special Badge!
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
Comments
-
Hello Judith, Thank you for your reply, I have. And I also got the problem fixed by re-doing the onboarding process (Saudi Configuration record).
-
Thank you for taking the time looking into it, So I think the best workaround here is to create a custom field that does the memo field's job and use it in the statement. Will come back with updates!
-
Hello, Thank you, There is a memo on header-level, and a memo on line-level of the Journal entry. What I'm trying to do is to reflect the line-level memo field instead of the header-level memo field of the Journal entry on the Customer Statement.
-
Hello Dominica, Thank you for reaching out, The steps I did were as the following: 1- Installing the necessary bundles. 2- Configuring the E-document packages. 3- Updating Company information, Tax codes, and customers'. 4- Onboarding in Saudi Arabia record thingy. (The 4 steps). The Generate/Send E-document button is not…
-
Hello and thank you for attempting to help me. I managed to do it myself by using the snippet below. ///////////////////////////////////////////////// purchaseContractRecord.selectNewLine({ sublistId: 'item', }); purchaseContractRecord.setCurrentSublistValue({ sublistId: 'item', fieldId: 'item', value: 2053, // Replace…
-
Hello @Richard James Uri-Oracle Thank you for your reply, Could you share me the piece of code that applies the search object on the standard field? Thanks again.
-
Hello, Thank you @GauravAgrawal, @Patrick Fresnosa-Oracle and @Richard James Uri-Oracle as logically speaking this is the best way to go for it. I have come across the remote ftp server option, but what I was looking for is NetSuite's ability to adapt an FTP server within that can be called from an external source.