Tried searching on this but as I’m not sure how to sum it up in a few keywords, I’m getting too many results to weed through without taking the rest of the week off to do it :}
Background: You highlight a person’s contact record in a db view, and click an action button labelled “Copy” at the top of the view. That opens up a subform, called “(Copy)”. The subform just has one field in it, called “Content”. Below the field are text hotlinks: Address, Biz Card Status sheet. You click one of those, some magic happens, fills in the content field with info, then you click a “Copy” button at the very bottom, which copies that info to clipboard for you to paste where you want.
Issue: Most people only have author access with create to the database, so that they can’t edit other people’s records. But, without giving them editor access to the whole db in the db ACL, hitting those hotlinks won’t fill in the Content field.
Question:
Why’s that happening?