Hide add button in same view after clicking on individual information

I've designed a view for adding and viewing sales, where sales entries are correctly populated with user-specific details, such as their email address and the current date (Today), upon addition. However, upon navigating to an individual sale date, all sales entries display the salesperson's email address, and the Add button persists. Surprisingly, when I click on the Add button, it seems to use the salesperson's email address and a different date. Although the edit option in the column retains my code to fetch the user's email address and today's date, I'm seeking a solution to prevent the Add button from appearing in the view after clicking on an individual sale date. Any assistance or suggestions on addressing this behavior would be greatly appreciated.

Solved Solved
0 4 457
1 ACCEPTED SOLUTION

ok, I didn't realize that it was a single view with "group by", so yes you cannot manage the show button in this context. 

the alternative could be to create a new form view with a dedicated tab then disable the add button for this table. 

Capture dโ€™eฬcran 2024-02-02 aฬ€ 13.30.51.pngCapture dโ€™eฬcran 2024-02-02 aฬ€ 13.30.36.pngCapture dโ€™eฬcran 2024-02-02 aฬ€ 13.30.24.pngCapture dโ€™eฬcran 2024-02-02 aฬ€ 13.30.16.png

View solution in original post

4 REPLIES 4
Top Labels in this Space