
Scott Costello
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 4
Activity overview
Latest activity by Scott Costello-
Scott Costello commented,
My trick for handling this situation is to cache the update webhooks in a database table. All i'm trying to save here is that the Item has been updated, not what has changed. So if a user is upda...
-
Scott Costello created a post,
How to set Reference Layout through the API?
I'm looking for information on how to set the Reference Layout (in Layout Options) through the API. I'm creating apps through the API and I can't seem to figure out how to make sure the Reference ...
-
Scott Costello created a post,
Updating a Field Value (PHP)
I've been trying to updated a field value in one of my apps and I'm getting hung up on getting the field_id for the field I want to update. I tried following the info on this thread.. https://help...
-
Scott Costello commented,
I did some more testing and actually uploaded the php scripts to another host I had (bluehost) and ran some tests. I had ZERO issues executing 125+ api calls. So my conclusion is that my other ho...
-
Scott Costello commented,
Yes you can do that but then you get a lot of un-needed information in your drop down selection. if I'm just searching for County, I don't want to see "Whippany NJ | Morris County (07981)" Alt...
-
Scott Costello commented,
Hi Andreas, I got it all to work with a combination of adding fields through the PodioApp::create() call and the PodioAppField::Create() call. I reduced down the number of api calls to a point whe...
-
Scott Costello commented,
Here you go... The top level script is the Podio-Setup.php https://gist.github.com/anonymous/b014abe9b2bac6406097
-
Scott Costello created a post,
Allow us to customize what shows up in the relationship field search
If we have a relationship field and start to type in a value, a selection box pops up and shows the options. The text for these options always seems to be the 1st field in the related apps form. ...
-
Scott Costello commented,
Thanks Andreas! That makes sense
-
Scott Costello created a post,
Interesting Issue when I hit 71 api calls in 60 seconds
AnsweredBackground: I'm creating some php scripts to auto-create a Podio Workspace. I need to create 1 WorkSpace, 8 Apps and roughly 150 fields. So that is 159 calls that will be made to the Api in order...