
Scott Costello
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 4
Comments
Recent activity by Scott Costello-
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...
-
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...
-
Henrik, The 60 seconds was just a rough time frame because that is what it seemed like the breaking point was. I didn't really give it much thought because the number of API calls was so consisten...
-
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...
-
Hi Henrik, If there was a timeout somewhere in php settings I would think that the number of calls would change because I'm sure speed of execution changes between runs. I'll check that out anywa...
-
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...
-
Here you go... The top level script is the Podio-Setup.php https://gist.github.com/anonymous/b014abe9b2bac6406097
-
Thanks Andreas! That makes sense
-
I figured it out. I just need the straight up ID value i.e. 5151121. I also have to do a better job on spelling because I've spent hours debugging code where I spelled it like "reference_apps" in...
-
I got the calculation field working perfectly now thankyou! Not sure if I should submit a separate question, but it's kinda related so here goes... I'm now creating a reference field in my Prop...