MainSendMailToReferencePath Method |
This code method allows to send emails to a referred object (User / User Group / Identity) via a ReferencePath expression.
Example:
Email notification to the department manager of an identity. The string will be /OUREF/MANAGER.
Codemethod usage | |
---|---|
Designed to be used in a process only (Yes/No) | No |
Action Object (data object type) | Object type with reference to Identity |
Namespace: Omada.OE.Solution.OIM.Assembly
public bool SendMailToReferencePath( CodeMethodInvokeContext context, string referencePath, string mailTemplateGUID, bool skipSendingErrors )