Beispiel #1
0
 public static Guid ExecuteWorkflow(this Entity entity,
                                    IOrganizationService organizationService, Guid workflowId)
 {
     throw FeatureRequestException.PartiallyImplementedFeatureException(typeof(ExecuteWorkflowRequest).ToString());
 }
Beispiel #2
0
 public static void Disassociate(this Entity entity, IOrganizationService organizationService,
                                 string relationshipName, EntityReferenceCollection relatedEntities)
 {
     throw FeatureRequestException.PartiallyImplementedFeatureException(typeof(DisassociateRequest).ToString());
 }