
Conor O'Donoghue
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 4
- Subscriptions 4
Activity overview
Latest activity by Conor O'Donoghue-
Conor O'Donoghue created a post,
Reading one field through to another app
***complete rookie*** I have one app where the record is an Account, in which the account has an Sales Rep, which is a "member" data field. So all our Accounts are assigned to our sales reps. We h...
-
Conor O'Donoghue commented,
Hi all - I'm having some issues with proper execution of this. I want to isolate "state" from an address field. Here's what I have: var a = @Clinic Address.join();a.split(",")[2] However, it is r...
-
Conor O'Donoghue commented,
Hi Rainer - Just closing out the loop on this: I have the calculations working I have the date app updating with GlobiFlow (thank you!) Every time a new customer is created in another app, I wa...
-
Conor O'Donoghue commented,
Thanks Rainer - super helpful. One last question to close the loop on this - and possibly a naive question at that. I'm struggling to get my 'flow' to update the date. After exploring different f...
-
Conor O'Donoghue commented,
Thanks Rainer for the suggested edits to the code. When I paste your suggested code in directly, I get an error. Did you mean to suggest "dates30" in the last line? I appreciate the links to yo...
-
Conor O'Donoghue created a post,
Counting related items from another app with a specific date range
In one app I have each "order received" as an item, which has a "customer" relationship, as well as a "date received." In the "customer" app I want to count the number of orders, where the "date ...
-
Conor O'Donoghue created a post,
Sorting Column Alphabetically - Unwanted sort by year also added
I have an app with data where each record is a person. I want to sort alphabetically on first name... sounds easy. You click the column header for "first name" and it appears to sort from A-Z. Howe...