Forms2RecordDeleteEventData Event

The Forms2RecordDeleteEventData event indicates that one or more records were deleted from a Forms tool.

Syntax

<Event>
  <SubscriptionID />
  <EventClass>urn:groove-net:Forms3Event</EventClass>
  <EventSource />
  <EventType>Forms2RecordDeleteEventData</EventType>
  <EventData xsi:type="e:Forms2RecordDeleteEventData">
    <RecordIDs>
      <!-- Array of -->  <ID />
    </RecordIDs>
    <DesignName />
    <DesignVersion />
  </EventData>
</Event>

Complex Type Elements

Element Data type Description

ID

xs:string

Record ID of deleted Forms record.

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 Design Version field to identify the version number of the template used to create the instance of the Forms tool.

See Also

Reference

GrooveForms2 Web Service
GrooveForms2.DeleteRecords Operation

Concepts

Handling Groove Web Services Events