I have a frame housing a page which embeds a view. The view has a shared action which triggers an agent. The intention is to get the agent to work on the fields of the select document on the view. I put a @Prompt command in the agent to display a field for debugging purpose.
Interestingly, the @Prompt gave me a blank string suggesting that the agent did not “know” which document to work on.
However, when I put the view directly into the frame (ie removing the page), the whole thing worked as desired. This problem could be fixed in this way, but all good things of the page have to be sacrified.
Has anybody had this issue before? And suggestions?