My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
How confident are you that that is the problem? If you're sure, can you think of any other way around it? I don't think we can upgrade our production server's version of PHP/SOAP anytime soon because we have a lot of systems that depend on PHP and SOAP and we haven't had time to fully test them for compatibility with…
-
Yes, it looks like we're on the same page. My 'nslog' folder is in the same directory as the phptoolkit.php file, and I've checked the folder permissions on my server to make sure that write permission has been granted, but still no xml log files are being created. I've tried printing different variables from the makeCall…
-
I've created a folder called 'nslog' in the same folder as phptoolkit.php, but nothing is being logged. I've run two or three functions, including a deleteBill function and the update code we've been working on.
-
Yes, I have tried both 2008_2_r3 and 2008_2_r1, both with the same error.
-
That added another line with a status of closed and left the one I already had unchanged.
-
That makes sense. Regarding your sample code, when I run it, it errors out and says 'please choose an item to add'. Here's how I've written it. $items is an array of item Ids we've entered in NetSuite. for($i=0;$i<count($items);$i++) { $list[$i] = array( 'item' => $items[$i], 'isClosed' => TRUE ); } $poFields = array (…
-
Thanks Mariano! I have a couple of follow-up questions: 1. What if I don't have an $addResponse available to pull the internalId from? 2. What would happen if I change 'replaceAll' to be true?
-
Ok, we'll have to explore another option for creating Bills linked to POs. Thanks for your quick response though. I'll keep this code handy if they want to explore customer payments and invoices.
-
Yes, Fedora.
-
I did replace with your 'for' loop and got the same result...it added another line. How do I go about displaying the soap request?