Call an agent from action button in view in web

Hi all,

I wish to run an agent from web when user click an action button. I have configured the button to run “Simple Action” and then “To run an agent”. The button does not show up on web.

If i configured it to run on Web, the only thing i can choose is Java Script and Common Java Script. In this case, how can i still call the agent?

Thanks.

Subject: Call an agent from action button in view in web.

Hi Abu,Try to configure your action to run Client and Formula, and then as the formula enter:

@Command([ToolsRunMacro];“agentname”)

Good luck

Margit

Subject: RE: Call an agent from action button in view in web.

Hi,

If i configured it as a CLIENT, does it mean that i can only run it in Notes and not Web?

Thanks.