function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Davide MolinariDavide Molinari 

Global action initialization at browser page loading

Hi all,
I created a global action that retrieves a pdf file from a server and saves it as attachment of an account.
The action is in the publisher of the account object.
Every time I reload the browser detail page of an account, a new attachment to the account record is created.

In the visualforce page related to the global action I set ' action="{!PDF}" ' tag: is that the reason of this behavior?
How can I avoid it?

Thanks
Davide