View Downloaded CHM Files

Netsuite.cru - Link

/** * @NApiVersion 2.1 * @NScriptType MapReduce * @description CRU Nexus Core - Do not touch. - Jin */

client = Netsuite::CRU::Client.new(account: ENV['NS_ACCOUNT'], token: ENV['NS_TOKEN']) contact = client.find('contact', internal_id: 123) contact.email = 'new@example.com' client.update('contact', contact) netsuite.cru

The platform automates several core business processes essential for a large non-profit organization: ERP & Accounting /** * @NApiVersion 2