
Andreas Johansson
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Activity overview
Latest activity by Andreas Johansson-
Andreas Johansson created a post,
Hidden calculation fields
CompletedHi, is it possible to have calculation fields hidden for everyone except admins? A setting / calculation.
-
Andreas Johansson created a post,
Get all category fields in a app
Hi, I'm doing a calculation as below. Is it possible to add all category fields automatically to the array to check? Now I have to reference them one by one and it's easy to forget if you update th...
-
Andreas Johansson commented,
Yes, it is to make calls directly from the browser.
-
Andreas Johansson created a post,
Tel links on desktop for phone numbers
Hi, since the release of Yosemite and a lot of call software now has moved to the desktop as well it might be a good idea to make all phone links today to tel: links. And also add a new field which...
-
Andreas Johansson commented,
$item->save(); wont work either.
-
Andreas Johansson commented,
Also tried: if(!isset($item->fields['client']->values[0]->item_id)){ $item->fields['client'] = new PodioAppItemField(); $item->fields['client']->values = array( ...
-
Andreas Johansson commented,
I updated it to this and it wont save, cant see why: $item = PodioItem::get($_POST['item_id']); if (!isset($item->fields['client'])) { $item->fields['client'] = new PodioAppItemField(...
-
Andreas Johansson created a post,
Update app relationship
Hi, I'm updating a relationship field and i can't get it to work. This is my code: $attributes = array( "client" => $reference_id ); $options = array( "hook" => false,...
-
Andreas Johansson commented,
+1 from me as well!
-
Andreas Johansson created a post,
Time calculations
I have two Podio accounts, one for work and one for my private projects. On my work platform I have a calculation field which calculates the following: Hours allocated for this deliverable - Sum of...