Click or drag to resize

TermsDocsSetTermsDocPendingAcceptance Method

The CodeMethod flips the property TERMSDOCPENDINGACCEPTANCE to True for CIAM identities not having accepted the latest terms doc. The property will then be used in a subsequent event definition to send out a mail notification. The CodeMethod must run on a timer with action object type = Folder and object Number = 1

Namespace:  Omada.OE.Solution.OIM.Assembly.CIAM
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public void SetTermsDocPendingAcceptance(
	CodeMethodInvokeContext context
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
See Also