
Scott Costello
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 4
Posts
Recent activity by Scott Costello-
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 ...
-
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...
-
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. ...
-
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...
-
Create Calculation Field with Api - What is the variable format for @All of Map?
AnsweredI'm trying to use the API to create a Calculation field that references a relationship field. If I were to create the calculation within Podio itself I would do... var a = @All of Properties; No...
-
Creating Calculation Field with API - variable is not valid
I'm creating an App using the Podio API... PodioApp::Create(); I then create fields in that app... $flds = array(type => "location", config => array(label => "Address",description => "address fi...
-
Using API to Create App in workspace - Fields don't get created
AnsweredI'm trying to write a script that will auto-create an App in a workspace. I'm using PodioApi.php to do this. The app gets created but no fields are created using the PodioApp::Create($spaceId,$ap...
-
Badge Layout not showing MAP, just Address
Up until a few days ago my Badges would display a MAP in the large section (if I assigned it to display my map field). Now it is showing just the address text. Not sure if this is related, but I h...
-
Use Javescript to do a Zip Code LookUp and return county
I have the following Apps Leads Counties The Leads app has a Zip Code field. The Counties app has two fields (Zip and County). I pre-populated this app with zip code and the county it belongs to...