SiteTools.getFormsWithInconsistentData (Method)

Returns a query describing the forms who's data needs repair. Prior to 6.1 data may have had inconsistent dates and missing records when for fields added after data was initially entered.

Returns:

Site_GetAvailableForms_Result (query)

Each row of the returned query results has the following fields:

Field Name Type Description
FormID ObjectFormID Either the ID of a custom element, metadata form, xml publication definition, qbe form, or simple form.
FormName PlainText_NonNull_255 The name of the form.
FormType ObjectFormType The type of form.

Context:

License Requirements (none)
Permission Requirements site:SiteMaintenance
Deny Context (none)
Require Context (none)
Author Lock  

Error Codes:

None

Notes:

None