• Jessica Post
  • NEWBIE
  • 0 Points
  • Member since 2022

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I am trying to create a global action which pulls through the current record ID wherever it is used.

So far I have the following;

"https://bruntwood.my.salesforce.com/" & Account.Id

Now this works fine when the action is used on an account, but not any other object. How do I relate it to the current link without having to create a separate action for each object?

Many thanks,

Paul