My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter!  Submit your nomination today. 
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
- 
                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
