
Roger Jesrani
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
Posts
Recent activity by Roger Jesrani-
Filter on related items
It would be very helpful if we could filter (create views, etc.) on related items in a table. Please consider adding this feature. Thanks, Roger
-
Control sort order of relationship field items in a drop down list
Currently the items that appear in a drop down for a relationship field are sorted in order of creation (newest first). Or perhaps most recently edited. It would be helpful if we could have options...
-
How to calculate the duration (number of days) between two date fields
In case this helps anyone else needing to calculate the number of days between two dates in an item, here’s the calculation field formula: var d1 = moment(@StartDate); var d2 = moment(@FinishDate)...
-
Create API user
How can I create a user for API applications so I don't have to include my own credentials in the code? Thanks!