Hello.
I created a record action "create new XXX" but i want it to be only shown in the interfaces i create. Not in the record list.
If i change the visibility of this record action to false it's not shown in the record list but also it's not visible in the interface i use it with.
ChatGPT says:
But there is not section called "availability" and no "show only in interface" option is to be found anywhere.
Discussion posts and replies are publicly visible
Create a custom interface adding a read only grid based on a record allows you to add or remove any record actions and filters.
Thank you for your reply but that doesn't solve the issue.
Do you want related action to not show in summary view of record?
I wan't it not to be visible in the record list:
but to be visible in a custom interface i build:
if i change visibility to "false" it is not visible in either of them.
Okay.
So, the alternative Stefan suggested is the only way to achieve this.
If you set the visibility to false then it will not be visible anywhere, instead create a read only grid with the same record as data source which will look like an exact replica of record list except there will be no record action in it and then use that interface on the site in place of record list. No need to set any visibility.
Thank you!
I think that's how it exactly behave.