This action adds a new record to a database table.
Triggers
<Record> (non-repetitive trigger [required]): The record to add (a data structure with the record's fields).
Exits [none required]
<Inserted> (non-repetitive exit [not required]): The input data structure, in case the record has been added to the table.
<Duplicate> (non-repetitive exit [not required]): The input data structure, in case the record has not been added (as the table contained another record with the same key).
Notice: The two exits represent two mutually exclusive possibilities: <Inserted> is activated only if the record has been added to the table; <Duplicate> is activated only if it has not been added. You can use the action with just one of the exits (if there is only one case that is interesting) or with both exits. You can also use the action with none of them (if none of the exits exists, you can, but not have to, add a <Done> empty exit, which will be activated in both cases).
To use the full functionality of this web site, JavaScript needs to be turned on.
For best results, use the Firefox browser..
Copyright © 2003-2017 - Tersus Software Ltd., All rights reserved. Terms of Use License Graphic design by EmaraDesign