
Mike Adams
- Total activity 60
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 24
Posts
Recent activity by Mike Adams-
Referencing multi-option calculation fields in a calculation
Hello, Hi, I need some help with a Javascript calculation. The code below works if the category field has a single option but not with multi-option category fields: "Call Temp" is a multi-option ca...
-
App relationship design philosophy
I'm interested to hear opinions from experienced Podio designers about app relationship design. In particular rules for which way around to do the relationship referencing. For example, I download...
-
New email and phone fields
Has anyone managed to do a calculation with the new email and phone fields? @Email or @Phone return unsupported result type @Email.join() just gives [object Object],[object Object] I've been usin...
-
Calculation with Text Field loses carriage return
Hi, If you have a multi-line text field with carriage return (ENTER new line) to create line spaces, then a calculation that retrieves this text field deletes all the line spaces - so the lines are...
-
Podio and CTI (Computer Telephony Integration)
Hello Podio Experts (we need a collective name, maybe Podiators?) Does anyone have experience connecting a CTI system with Podio? The service management use case is - A customer is calling the ser...
-
Script returned "unsupported data type" when calling @All of xxx
Hello I'm trying to do a calculation that references a text field from a related app using @All of xxx, I get the message "Script returned unsupported data type" - what am I doing wrong? I have suc...
-
retreive most recent value in relationship calculation
I want to write a calculation that retrieves the most recent version of a relationship field. I can see options for retrieving Sum of, Average of , Minimum of and Maximum of but how to get the lat...
-
IF Command with Category
Hello, I want to use a calculation to male a sales opportunity status=Closed if @sales Stage = Won and status = open for other sales stage values The code I'm using seems to expect my calculation ...