Skip to content

Instantly share code, notes, and snippets.

highlight_string("<?php\n\$data =\n" . var_export($data, true) . ";\n?>");
git branch -m old_branch_name new_branch_name # Rename branch locally
git push origin :old_branch_name # Delete the old branch
git push --set-upstream origin new_branch_name # Push the new branch, set local branch to track the new remote
@diter14
diter14 / fetch-products.md
Last active October 26, 2017 19:47
Iterar Productos en Cotizaciones - Zoho CRM

Iterar Productos desde Cotizaciones - Zoho CRM

Zoho Deluge

  • Obtener récord de módulo de venta específico (Cotizaciones, Orden, Factura...)
record = zoho.crm.getRecordById("ModuleName",recordId);
  • Extraer arreglo de productos del récord