
Joel Ordesky
- Total activity 93
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 41
Posts
Recent activity by Joel Ordesky-
Invalid value true (bool): must be string
I am getting Invalid value true (bool): must be string off the following calc and I am not sure why: function formatNumber (num) {return num.toString().replace(/(\d)(?=(\d{3})+(?!\d))/g, "$1,")} ...
-
Undefined results for all of number field where index is greater than 0
Ok I wrote this to figure out the loan count (stored as a number field) of the most recent related record where the Type is MTM. The issue I am having seems to be that some and possibly all of the...
-
logical operators in filter items
This was asked elsewhere but as a request for a feature add it would be nice to have a choice to choose a different logical operator when filtering. Currently everything is done as an or within a...
-
How can a guest on a record get another user in their contacts
I have a guest on a record. I can @{name} them and they can @{name} me however they can not @{name} anyone else on the record because those others while on the record are not in that person's conta...
-
Trying to retrieve info from Relationship field in App
So I have an APP called Submission it has a relationship field that looks to an app called Director. The Director App is a list of names of various Directors. A third app is called "Coverage Assig...