## DO NOT EDIT THIS FILE! IT WAS AUTOMATICALLY GENERATED FROM CDSware WML SOURCES.
?>
<SMALL>
<BR>
<FONT color=red></FONT><BR></SMALL>
<BLOCKQUOTE>
<UL>
<SMALL>
In webSubmit you can create several actions (among which "Submit Bibliographic Information", "Transfer a document", "Send to a Distribution List", etc. in fact any action you can imagine to perform on a document stored in your database). The creation of an action is very simple and consists in filling in a name, description and associating a directory to this action. When a user will use this action, the collected data will be stored in this directory.<br>
Once an action is created, you have to implement it over a document type. Implementing an action means defining the web form which will be displayed to a user, and defining the treatment (set of functions) applied to the data which have been gathered. The implementation of an action over two document types can be very different. The fields in the web form can be different as well as the functions applied at the end of this action.
</SMALL>
</UL>
</BLOCKQUOTE>
<BR>
<FONT color=green>See also:</FONT></SMALL>
<BLOCKQUOTE><SMALL>
<A HREF="actionnew.<lang:star: *>.php">create a new action</A><BR>
<A HREF="actionremove.<lang:star: *>.php.<lang:star: *>.php">remove an action</A><BR>
<A HREF="actionmodify.<lang:star: *>.php">modify an action</A><BR>
<A HREF="actionimplement.<lang:star: *>.php">implement an action over a type of document</A><BR>