Click or drag to resize

SurveyPostActionHandlerBaseUpdateSurveyResultTable Method

Will update or create a new record in tblSurveyResult_ResourceAssignment if _updateSurveyResultTable is true and composedBusinessKey is not empty. Approved will be set to true if survey action is "keep". It will be set to false if forceRemove is true or survey action is "remove". ApprovalTime will be using SYSUTCDATETIME in the database server. Approver will be set to the logged in user. Approved will either be set to the value of action comment or "Forced removed due to missing answer at survey closure" if forceRemove is true. ChangeTime will be using SYSUTCDATETIME in the database server.

Namespace:  Omada.OE.Solution.OIM.Assembly.SurveyPostActions
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
protected void UpdateSurveyResultTable(
	ActionArguments arguments,
	string composedBusinessKey,
	bool forceRemove = false
)

Parameters

arguments
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActionsActionArguments
composedBusinessKey
Type: SystemString
Key for record to create or update.
forceRemove (Optional)
Type: SystemBoolean
If true it will reject the question.
See Also