
Alexander Vikulin
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
Activity overview
Latest activity by Alexander Vikulin-
Alexander Vikulin created a post,
PodioItem::calculate - (object): must be array
AnsweredI am trying to calculate sum of all payments made by a client: $calc = PodioItem::calculate( _APP_ID_, array( 'aggregation' => 'sum', 'formula' => array('field' => _MONEY_FIELD_ID_), 'filters' ...
-
Alexander Vikulin commented,
I really-really would love to see that feature! Please!!!!!!!! It is especially useful for referenced app fields that are used in calculated fields. Say I have a customers and a payments apps. If ...
-
Alexander Vikulin created a post,
Using REST Console to test/debug Podio API
AnsweredCould you please advice if there is any way to use some REST Client/Console to test/debug/experiment with Podio API? I find API documentation being very scarce and lacking real world examples (like...
-
Alexander Vikulin commented,
I have 2 apps: Clients and Payments. Clients app has a Balance field, which I want to update every time new payments are registered (via create/update/delete hooks). Payments has a reference field ...