
Jacob Flatter
- Total activity 57
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 13
Posts
Recent activity by Jacob Flatter-
Isi it possible to navigate to a specific data field within an edit screen?
I have an app with MANY data fields, it would be nice to be able to include a link on the sidebar to navigate to particular sections of the form.
-
Item Values vs Item Field Values in API
AnsweredI can't wrap my head around this. Also, which field IDs are minimum necessary in order to update a Reference Field? Item_ID, App_Item_ID? Jacob
-
Is it possible to use the native "tooltip error" with custom logic?
AnsweredI am validating fields externally, using your Hooks API, and would like to pass information back to the user if the field fails a validation. Currently, Podio notifies the user using "tooltip erro...
-
Fullscreen Show More Automatically
In a regular list view, when the list is over 30 items or so, you can scroll to the bottom and the browser automatically shows more items. (After a short processing animation) The URL then updates...
-
Global Items View
Very similar to Global Task View. Saved Filters Too!
-
Is there a way to open a Link from an Item list?
I want to make a mini intranet dashboard with links to all of our cloud solutions. I would love it if I could click the item from the List View and be taken to the link location in the item. Any ...
-
Attaching a File with API
AnsweredI am using the following URL to send a POST request in order to attach a file. " https://api.podio.com/file/"+fileID+"/attach/?token_type=bearer&oauth_token="+access_token So far, I have successf...