We have a form called "New Customer". On it is a field called "Type of
Business". This has not been a required field, but that is going to change.
We only have a couple of different business types to choose from (pharma, transp,
insurance, finance). I want to be able to select all the documents that are pharma clients and be able to run an agent that will populate this field
on the forms where the field is blank. I created a new agent and called it
"Change Type of Business". It is triggered by an event, and is available
from the Actions menu. I put the following formula in for the "Action":
@Environment("macroshift"; "");
@PostedCommand([ToolsRunMacro]; "(Change Client Type of Business)");
@All
When I go into the database, select a number of documents, and choose
"Change Client Type of Business " from the Actions menu, I get a message
"The specified agent does not exist". I don't get this! It's in Designer as
an agent, and it is available from the Actions menu in the database.
What am I doing wrong?
Thanks in advance for any/all replies!!
MJ
Business". This has not been a required field, but that is going to change.
We only have a couple of different business types to choose from (pharma, transp,
insurance, finance). I want to be able to select all the documents that are pharma clients and be able to run an agent that will populate this field
on the forms where the field is blank. I created a new agent and called it
"Change Type of Business". It is triggered by an event, and is available
from the Actions menu. I put the following formula in for the "Action":
@Environment("macroshift"; "");
@PostedCommand([ToolsRunMacro]; "(Change Client Type of Business)");
@All
When I go into the database, select a number of documents, and choose
"Change Client Type of Business " from the Actions menu, I get a message
"The specified agent does not exist". I don't get this! It's in Designer as
an agent, and it is available from the Actions menu in the database.
What am I doing wrong?
Thanks in advance for any/all replies!!
MJ