
Scott Costello
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 4
Comments
Votes on activity by Scott Costello-
You can use this calculation for Zillow var url = @All of Map if(url){ "http://www.zillow.com/homes/"+url.toString().replace(',','').split(' ').join('-') + "_rb" }
-
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 like this new option. However one thing I noticed is that when you choose Multi-lined, the layout in badge view, no longer displays the map in the large area but the address like this... 213 Mai...
-
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...
-
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...
-
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...
-
Man! how did I not see that? I was staring at the documentation for hours yesterday. Thanks Andreas
-
Thanks Andreas. That leads me to another question...If I'm creating the fields within the PodioApp::Create() call, how will I get the Field ID of the field I need to reference in a calculation if ...
-
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...
-
Thanks Andreas! That makes sense