
simon.zhang
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Activity overview
Latest activity by simon.zhang-
simon.zhang created a post,
how to synchronize file ?
I want to synchronize file in apps (which have the same structure). How could I do it? I want the target file to be updated after the source file updated. I want to know "File.Created" , "File.Upda...
-
simon.zhang commented,
send email will be useful, thanks.
-
simon.zhang commented,
We can develop pc program to launch that machine's driver, but we don't know how to get podio's Notification or Task on PC.
-
simon.zhang commented,
something like that. Actually in a recent project, my customer need to let podio inform a machine to lanuch to do its work.
-
simon.zhang created a post,
Is it possible to let Podio control hardware?
I think it is useful if podio can control hardware on pc, I don't know how, can you help me ?
-
simon.zhang commented,
It seems that the reason to cause this problem is the podio's PodioItemDiff::revert() api doesn't support ['hook'=>false] parameter, so if you hook the item.update, and calling revert() api in it. ...
-
simon.zhang commented,
I'm strongly agree with Sebastian Zontek, I use Opera too, today I found Podio block my opera browser, I'm very disapointed. As a developer, I often need to simulate different user login. Previousl...
-
simon.zhang created a post,
PodioItemDiff::revert need a ['hook' => false ] parameter.
I hooked item.update event, the hook code is to check user updated content, if user updated field which he should not update, the code revert it to last revision: if(...) { //user changed the wron...
-
simon.zhang created a post,
How to understand the function PodioItem::delete_reference() ?
what's the objective of the function PodioItem::delete_reference() ? I tested PodioItem::delete_reference() function , and return following infomation: " object(PodioResponse)#344 (3) { ["body"]=>...
-
simon.zhang created a post,
Is it possible to change UI in Podio?
For example: I Want the comments been ordered by descending order, not ascending order, can I do it by setting some configuration or by calling some apis? Or can I hide some fields of item which th...