Mike Adams

  • Total activity 60
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 24

Activity overview

Latest activity by Mike Adams
  • Mike Adams commented,

    Hi Albert, I'm doing something similar, so I'll give you details on what I'm doing You can build a report app in Podio and get it reference related app items based on a search. To do that automatic...

  • Mike Adams created a post,

    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...

  • Mike Adams commented,

    Hi I'm now trying to retrieve email addresses from a related app using code like this: var a = @All of Email; a.map(function (obj) { return obj.value}).join() The error message I get is "Previ...

  • Mike Adams created a post,

    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...

  • Mike Adams commented,

    Thanks Rainer!

  • Mike Adams commented,

    It also works for me now. The only think I've done is delete the Timecamp extension.

  • Mike Adams created a post,

    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...

  • Mike Adams created a post,

    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...

  • Mike Adams created a post,

    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...

  • Mike Adams commented,

    Hi Luis, The first time you run a calculation sets the field type; text, number, date etc. Quite often if you are experimenting with code you inadvertently output the wrong format. To get around ...