Hi team,
I have been trying to disable the Add option of a child table from the Parent’s view based on a condition if the record is being seen by the same user that created the Parent record…
My tables are
-
Incident
- incident_id
- description
- created_by
-
Incident_images
- incident_id
- image_id
- image
Formula: [incident_id].[created_by]=USEREMAIL()
I have tried a lot of things but not success.