ToolsRefreshSelectedDocs for the Web

I’ve searched everywhere and cannot find a solution to use @Command([ToolsRefreshSelectedDocs]) on the web. I have documents with @dblookup that need to be refreshed. I want the users to be able to refresh them from a view on the web. Am I crazy? Is this not possible? Thanks in advance!!Jessica

Subject: RE: ToolsRefreshSelectedDocs for the Web

Consider adding a WebQuerySave agent that will determine which other documents need to be updated because the current document was modified, and do the update at that time. That’s easiest. Or, consider avoiding storing duplicate data; do the lookup ‘live’ when it’s needed.

Alternatively, This article in The View explains a way to do what you’re talking about: Selected Documents Web. The article is not free to non-subscribers, but you should be able to download the sample database.

Subject: RE: ToolsRefreshSelectedDocs for the Web

Thank you Andre. I will take a look at the sample database.

Subject: ToolsRefreshSelectedDocs for the Web

@Command([ToolsRefreshSelectedDocs]) works only in Notes client. Maybe an agent calling ComputeWithForm will do.

Regards

Litty Joseph

Subject: RE: ToolsRefreshSelectedDocs for the Web

What about a web agent?

Subject: RE: ToolsRefreshSelectedDocs for the Web

Hi Again - Just to confirm there is no JS code I can put in a button on the form with the embedded view??