Skip to main content

1E 8.1 (on-premises)

Interaction.InvalidateResponse

Method

InvalidateResponse

Module

Interaction

Library

Core

Action

Invalidate a User Interaction survey response.

Parameters

UserName (string, optional): Username of the logon session associated with the response to be invalidated.

SurveyName (string, optional): Survey name associated with the response to be invalidated.

At least one of UserName or SurveyName must be given. If a UserName is not supplied then the invalidation will be directed at all active responses that match the supplied SurveyName, and if a SurveyName is not supplied then the invalidation will be directed at all active responses that match the supplied UserName.

Return values

(None)

Example

Interaction.InvalidateResponse(UserName:"itdomain\\john.smith", SurveyName:"UserExperienceSurvey_HR_Portal_EaseOfUse");

Platforms

  • Windows

Notes