Enable/disable creating a new record from a record picker? (not
I have a question about the "Create a new..." option shown on record pickers, and whether it can be disabled without restricting functionality anywhere else.
I have a two distinct record pickers on a form for choosing a related parent record. Each record picker is filtered using a different report and is shown only if the child record is in the appropriate status (either record picker A or B). Thus the user sees only the appropriate set of records to choose from depending on the child record's status.
However, since the record picker shows a "Create a new..." option, it is possible for a user to add a parent record from here but NOT set up the new parent record with the necessary criteria for it to show up in the same record picker. As a result, users are inadvertently creating duplicate records on the parent table when they go to choose a parent record and don't see the one that was recently created.
I don't want to change access settings for the parent table generally, and I don't want to change the requirements for adding a new record there, because not all records on the parent table should have the criteria that makes them show up on the record picker.
I just want to either disable adding a record from this specific form/record picker, or enforce criteria depending on the user having come from that form/record picker. Is this possible?