Share via


Forms2RecordUpdateEventData Event

The Forms2RecordUpdateEventData event indicates that one or more records in a Forms tool were updated.

Syntax

<Event>
  <SubscriptionID/>
  <EventClass>urn:groove-net:Forms3Event</EventClass>
  <EventSource/>
  <EventType>Forms2RecordUpdateEventData</EventType>
  <EventData xsi:type="e:Forms2RecordUpdateEventData">
    <RecordDataSet />
    <DesignName />
    <DesignVersion />
  </EventData>
</Event>

Complex Type Elements

Element Data type Description

RecordDataSet

Forms2RecordDataSet

The Schema defines the record schemas and the Data contains the records that were updated. Attachment contents are not included in the Data records.

DesignName

xs:string

The Design Name that is entered by the Forms designer on the Settings and Options About This Tool tab. The value of this element is the same as the DesignTemplateName returned by the ReadToolProperties operation. The Design Name field allows a Forms designer to specify a name to identify all instances of Forms tools created from the same template. The following lists the forms tools and their Design Name for the forms tool templates available from the Groove 2007 Add Tool menu:

  • Discusion tool has the design template name urn:groove.net.platform.tools.forms.CustomizableDiscussion.

  • Issue tracking tool has the design template name urn:groove.net.platform.tools.forms.IssueTracker.

DesignVersion

xs:string

The Design Version that is entered by the Forms designer on the Settings and Options About This Tool tab. The value of this element is the same as the DesignTemplateVersion returned by the ReadToolProperties operation. You can use the DesignVersion element to identify the version number of the template used to create the instance of the Forms tool.

See Also

Reference

GrooveForms2 Web Service
GrooveForms2.UpdateRecords Operation

Concepts

Handling Groove Web Services Events