Salesforce internally stores the all custom buttons and custom links and URL buttons info in
Weblink object.
SOQL
Select Id, Name, LinkType, PageOrSobjectType From WebLink where NamespacePrefix = ''
you can filter Link type
URL
sControl
javascript
page
flow—Reserved for future use.
Output
can you please help me with the soql for the Standard buttons visibility by profile
ReplyDelete