My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Comments
-
I'm not sure there is much answering of anything on these forums which is really sad since there is not decent form of documentation. Pretty pathetic.
-
elham, Is there any kind of real documentation for the PHP toolkit? Is it actively being developed and improved upon? Everything I have read has said use the forums for help and documentation, but there isn't any action here. Anyway to get help or documentation????? Thanks, Jon
-
Apparently this is NOT working as I thought it did. It is deleting ALL cards opposed to just the one I want deleted.
-
This seems like a very convoluted way to delete 1 card, but here's what I've got working. If anyone knows a better or correct way please let me know... [PHP]public function deleteCreditCard( $delete ){ $record = new nsRecordRef( array( "internalId" => $this->_customerId, "type" => "customer" ) ); $card_response =…
-
What about deleting something like a single "CustomerCreditCards" record? I want to delete 1 specific credit card in a customers account. Thanks for any help! Jon