I have a standard Fiori application where it has one input field with dropdown values. That dropdown is implemented via CDS view. I wanted to restrict data into this dropdown field which I achieved via access control, but same CDS view is called in other applications, and access control affected other applications as well.
How can we restrict data of dropdown for that particular application? Can we call another custom CDS view for that drop down or any other change in access control which will be application to that application only? or anything that can be done to restrict values from Fiori end?