
Mike Adams
- Total activity 60
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 24
Comments
Votes on activity by Mike Adams-
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...
-
Categories become unworkable after about 20 category values. Much better to create a countries app for the 200 countries and then attach them to other apps with a relationship field. This is much e...
-
Could you tell me please how to rearrange tiles? I can seem to move them. I can resize.
-
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...
-
It also works for me now. The only think I've done is delete the Timecamp extension.
-
Thanks Rainer!
-
Hi Rainer, Your suggestion works - but not in all cases and I'm not sure why My calculation is: @All of Account Name.join() + " - " + @First Name + " " + @Last Name Adding the .join() solved the ...
-
Hi Rainer, Indeed, I did have a customer contacts relationship field in Accounts and an Accounts relationship field in Customer Contacts. The calculation was only picking up the cases where I had ...
-
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 ...
-
Hi Hamid - tried both those things without success Hi Stefan - Here is my script: @All of Account Name (Complicated eh?) The error message is "The script returned an unsupported result type" I'm ...