IsraelOrtuno / pipedrive

Complete Pipedrive API client for PHP
MIT License
166 stars 58 forks source link

it would be nice to add a field mapping #4

Closed dkulyk closed 8 years ago

dkulyk commented 8 years ago

The easiest way to work with fields, which have a normal name. Something like:

// Deals
$organizations = $pipedrive
    ->deals(['621eeebb0431f9fe252ca369b3dd2f8c'=>'custom'])
    ->update(1,['custom'=>'value']);
IsraelOrtuno commented 8 years ago

Humm... Could try to map custom fields and give them their labelled name in studly case or something like that :+1:

IsraelOrtuno commented 8 years ago

5