Attributes

Table 1. Add-link Attributes
Name Description
start-page the page the user should be taken to when they click on the add link. This attribute is mandatory and would normally be the first page within the loop used to populate this list in the first place.
end-page an optional page on which to end the process of adding a new record to this list. This is usually used when there are either more than one page within the loop used to populate the list, or there are pages after the loop which need to be revisited after adding a new record. See Adding Records to Lists for more details.
criteria the criteria to use when retrieving the records from the entity to be displayed in the option list when adding a new entity. If no criteria is present, then all records (for this instance of the root entity in the Datastore) from the entity will be retrieved.
skip-to-summary when set to true, the skip-to-summary attribute will navigate back to the summary page once Next is selected after using the add-link to add a new entity. If skip-to-summary is false, and values have been added that are used in any expressions in the subsequent pages, the Engine will display those pages before going back to the summary page. If not specified, skip-to-summary will be false by default.