-
Integrating NetSuite with Oracle iSupplier?
Would like to know if anyone has integrated NetSuite OpenAir SRP with Oracle iSupplier? Would like to obtain shared knowledge for Oracle NetSuite Adapter to connect with iSupplier. #OracleiSupplier #Openair #NetSuite
-
Oracle Cloud ERP (Fusion)
Hi All Our client's auditor is asking whether Oracle NetSuite is an Oracle Cloud ERP (Fusion)? Kedalene Chong
-
How can I know whether my NetSuite account moved to OCI or not?
Hi Gurus, How can I know whether my NetSuite account moved to OCI or not?
-
Printing copy/original
how could I print original document when printing first time, and a copy whenever I print after the first time?
-
Printing copy/original
how could I print original document when printing first time, and a copy whenever I print after the first time?
-
Netsuite SOAP Webservice is returning -length of input buffer is smaller than amount requested error
When attempting to call a SOAP web service from oracle PLSQL and return the result in a XML Type variable the following error occurs. ERROR ----------------------- ORA-22921: length of input buffer is smaller than amount requested STEPS ----------------------- The issue can be reproduced at will with the following steps:…
-
NetSuite Performance Challenges
Hello, I am wondering how other users have addressed performance issues with NetSuite - specifically with loading reports. Currently, no one in our organization can use any of the standard reports in NetSuite or SuiteAnalytics datasets/workbooks. Any time you run a report, you wait about 5 minutes, and then the report…
-
Need Payload tag For Creating information in Contact Points
Hi All, I can't enter data in Contact Points tab. To create the party I use this WSDL https://testtest.com/foundationParties/PersonService?WSDL To create the account and site I use this WSDL https://testtest.com/foundationParties/CustomerAccountService?WSDL I can't find the correct tags to insert the information in Contact…
-
SQL Issue that is driving me crazy! Please Help!!!!!
Why doesn't this expression work? CASE SUBSTR({itemid}, 16, 2) WHEN 'SA' THEN 'Sanded Glass'; WHEN 'CL' THEN 'Clear Glass'; WHEN 'CR' THEN 'Red Glass'; WHEN 'PL' THEN 'Polycarbonate Lense'; WHEN 'SR' THEN 'Sanded (Red)'; WHEN '00' THEN 'None'; WHEN 'OP' THEN 'Opalescent'; WHEN 'SL' THEN 'Solite Glass'; ELSE ''; END
-
Saved Search Formula Column / Field Reference in Other Formulas...
We are trying to produce a number of reports that are usually easy if we could create a variable in our search. Normally, in SQL, we will write something like: SELECT (amount-discount) AS netofdiscount from transaction where transactionID = 123 In this case, I can use 'netofdiscount' as an alias or reference to other parts…