- 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
| 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 |
highlight_string("<?php\n\$data =\n" . var_export($data, true) . ";\n?>");Account acc = Database.query('SELECT ' + String.join(new List<String>(Schema.getGlobalDescribe().get('Account').getDescribe().fields.getMap().keySet()), ',') + ' FROM Account');Descargar los siguientes paquetes:
$keyToSearch = 'age';
$valueToSearch = 20;
$multidimensional = [
[
'name' => 'Barry Allen',
'age' => 20,
],
[
'name' => 'Steve Rogers',ls -d */ | xargs sudo rm -rf
| const sleep = ms => new Promise(resolve => setTimeout(resolve, ms)); | |
| async function doSomething() { | |
| console.log("this might take some time...."); | |
| await sleep(5000); | |
| console.log("done!") | |
| } | |
| doSomething(); |