Link to home
Start Free TrialLog in
Avatar of kali958
kali958Flag for United States of America

asked on

Error The specified agent does not exist

I have a database that I created an agent for.

It allows the user to select the documents in a view and then click a button to run the agent. The agent then has this formula in it:

FIELD U_Status:="Not Conserved";
@SetField("Stamp";@Name([CN];@UserName)+" "+@Text(@Now));
SELECT @All

Currently, I can run this from the button in the view just fine, but when the associate tries to click the button they get the error

Specified agent does not exist.

The button in the view has the following code to call the agent:  @Command([RunAgent]; "90 Day Conserved")

They have the same access as I do in the NSF file, they are just not a designer. Does anyone know why I can run it in the NSF and she cant? I have not seen this error before and I am having a hard time finding any information on it. Thanks!
ASKER CERTIFIED SOLUTION
Avatar of Bill-Hanson
Bill-Hanson
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kali958

ASKER

That was the problem, the All Readers and Above was unchecked.

Thank you!