Anonymous
My feedback
-
1 vote
Anonymous shared this idea ·
-
1 vote
Anonymous commented
Hey John, I think the scripts do run with imported data. Sometimes you'll get errors if the scripts take too long to run (and seem to maybe run longer w/ imports? not sure here). TrackVia's great about updating the maximum runtime for these if requested.
-
0 votes
-
12 votes
Anonymous commented
No way! That's amazing. This is going to save so much time building diagrams. Very cool feature.
-
12 votes2 comments · I would like to see... » improve existing feature · Flag idea as inappropriate… · Admin →
Anonymous commented
I've been having this come up a lot lately as well
-
1 vote
Anonymous commented
Needing this as well! Needing this in a calculated/triggered text, right? Only way I've found is through Application scripts.
-
2 votes
Anonymous commented
Hey John, there's a pretty good workaround for this.
Create a table called Groups. A record would be the name of the group, the group field, and more info if you need (i.e: "Type" dropdown containing "Geographic Regions", "Departments", "Support Team", etc.
Create views for this new table (i.e "Geographic Region Groups")
Whenever you need a filtered group field, just create a relationship field to this table. Apply a filter to the relationship field on the form to the view you created
-
1 vote
Anonymous commented
"Anonymous", mind sharing the details of your link here? Having trouble seeing it, needing something like this.
-
5 votes
-
12 votes2 comments · I would like to see... » improve existing feature · Flag idea as inappropriate… · Admin →
Anonymous commented
Also, how do you get more votes? I've been on here a while so they're long gone.
Anonymous shared this idea ·
-
4 votes
-
8 votes
-
14 votes
-
3 votes2 comments · I would like to see... » improve existing feature · Flag idea as inappropriate… · Admin →
Anonymous shared this idea ·
-
58 votes3 comments · I would like to see... » improve existing feature · Flag idea as inappropriate… · Admin →
Anonymous supported this idea ·
-
46 votes
Anonymous commented
John, a little confused, isn't your suggestion pretty similar to having a view of the join table on a parent records form? Just keep adding records to the view?
-
14 votesunder review · 2 comments · I would like to see... » add new feature · Flag idea as inappropriate… · Admin →
Anonymous commented
Janky way around this that I've found:
Make the Record ID a calculated field, we'll call it "ID". Make a dropdown called "Import". In the ID field: The calculation says that if "Import" isn't "yes", do a concatenation for whatever ID you want to show. If it is "yes", make it the field you want to use for import. When importing, change all records so import is yes. Import, then change back. Not the most elegant, but it does work.
Anonymous supported this idea ·
-
29 votes
Anonymous supported this idea ·
-
7 votes
Anonymous supported this idea ·
-
16 votes5 comments · I would like to see... » improve existing feature · Flag idea as inappropriate… · Admin →
Anonymous supported this idea ·
Hey Alex,
Thanks for the quick response! The order-of-operations issue makes sense now.
Appreciate the solutions you've provided, both of these look like fantastic options.