Keep

If Me.Owner = 'Requester' Keep = false : the data may be dropped
in the response Keep = true : the data should be passed back in the response
Otherwise, the custom field should be returned unchanged in a subsequent
transaction if Keep=true.

Attribute Information

Used By

Complex Type CodeType

Source

<xs:attribute name="Keep" type="xs:boolean" use="optional">
  <xs:annotation>
    <xs:documentation>If Me.Owner = 'Requester' Keep = false : the data may be dropped in the response Keep = true : the data should be passed back in the response Otherwise, the custom field should be returned unchanged in a subsequent transaction if Keep=true.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Sample