Click or drag to resize

ManualProvisioningEd2CreateProvisioningClaims Method

CodeMethod called when the provisioner clicks the transition button to confirm that he has completed the provisioning. It writes one row per assignment into the tblProvisioningClaim table.

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

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
See Also