Is anybody else having a problem with the filter conditions on the Record Review record list? It is not filtering correctly according to conditions. I am sure it was last week and I haven’t changed anything. I feel like I’m going mad.
Set up the Record Picker with a filter that is controlled by elements on the Interface.
For example, I am setting up a content approval Interface so that the user can see all of the records that need approving in the Record Picker. The Record Picker ...
We have multiple users working on our Base at the same time. Because any changes to a Table View persist across all users, we have to have personalised Table Views for each user. Otherwise users clash with each other when editing a particular Table V...
I was having some similar issues recently that seem to have resolved themselves. It’s a bit worrying that these issues could re-occur at any moment though. Have your issues resolved themselves?
UPDATE: The filtering conditions have started working correctly again today. That is great, although it is slightly worrying that this can happen even for a short period of time.
You could have a “Visits” table that links to the “People” table. When somebody visits, the receptionist creates a new record in the “Visits” table and links it to the record in the “People” table associated with the person visiting. See the example ...
Does it have to be 6 digits? Using the record id is a good way of generating random codes that are required for identifying the record for later use. They are alphanumeric though and, even if you strip out the preceding “rec”, they are 14 characters ...
Can you try something like rolling up the Created Time using MAX(values).
Then use a Look Up field in the table you rolled up from to look this value up. Then use a formula to display the type of interaction if Created Time is the same as the rolled ...