Hello, so I have two fields, Employee and Applicant which table relate to their respective entities. I want to develop them in such a way that if a record is fetched in Employee, the Applicant field becomes hidden and vice-versa. Any idea of how I can achieve this?
I've tried playing around with some IF statement logic but it doesn't seem to work.