Related Topics
Active Directory Custom Variables
fADSyncGetGroupsPC
This variable provides a different option for the AD "get groups" call, because of a Microsoft API issue. Unfortunately, there's no good description as to when and why one option is needed versus the other.
Example
public override void SetSystemVars(BPLogix.WorkflowDirector.SDK.bp bp)
{
//Disable Collaborative Document Editing
bp.Vars.fADSyncGetGroupsPC = true;
}
Document Feedback
If you notice some way that this document can be improved, we're happy to hear your suggestions. Click on the button below to provide us with your feedback. Please remember, though, that not every issue can be addressed through documentation. So, if you have a specific technical issue, please open a support ticket.
