
Jonathan Sala
- Total activity 69
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 20
Activity overview
Latest activity by Jonathan Sala-
Jonathan Sala commented,
Hey Andreas, thanks. I think we must have done something wrong yesterday, the date is converting to another timezone just fine now. It would be good to have a bit more consistency regarding times i...
-
Jonathan Sala created a post,
Issues with using dates from apps in PodioItem::Filter
We're trying to filter for other meeting items on the same day as another item in an app. To do this, we're using PodioItem::filter() to set the start and end date to data we're pulling from a date...
-
Jonathan Sala commented,
Thanks for that Andreas :). In case anyone else has this issue, the way to do this for a category field in the PHP API is: $item = PodioItem::get_basic($itemID); $newField = new PodioCategoryItemF...
-
Jonathan Sala created a post,
"Indirect modification of overloaded element"
AnsweredWhen trying to edit the value of a category field using podio-php, I'm encountering an error. My current code is $item = PodioItem::get($itemID); $item->fields[$externalid]->values = 5; which is...
-
Jonathan Sala commented,
Hmm, I thought that would be the case. Maybe something you could look into? It would be a very useful feature and hopefully wouldn't be too difficult to implement!
-
Jonathan Sala commented,
@Andreas I believe what Brendon was asking was how to set a filter that shows all dates in a range, as well as empty date values. Not sure if this can be done, but it would be super useful.
-
Jonathan Sala created a post,
Limit on Excel Export?
Is there a limit on how many items can be exported from Podio? I just tried to export an app with 38,000 items, but my spreadsheet only has 20,000 rows. Is this expected behaviour? How can I retri...
-
Jonathan Sala commented,
@Andreas Sure thing! Just wanted to check I wasn't doing something wrong first haha.
-
Jonathan Sala created a post,
Error when calling ->save() on items with calculation fields
When I try to save items that have calculations using the $item->save() method, I get a Uncaught PodioBadRequestError: "Values cannot be set directly for calculated fields" returned. I'm not tryin...
-
Jonathan Sala commented,
Oh well, thanks anyway Joseph :) At the moment, ~160, but that would rise over time I guess!