Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..

cancel
Showing results for 
Search instead for 
Did you mean: 
cameronk
Contributor II
since ‎2023-03-23
‎2024-11-22

User Statistics

  • 3 Posts
  • 0 Solutions
  • 2 Kudos given
  • 0 Kudos received

User Activity

Hello,I am trying to create a custom object button which will open a specific email template.At first I was trying to do something like:document.querySelectorAll('iframe')[0].contentWindow.document.querySelector('a[title=""]').click()But this does no...