Delegate A/S

Retrieval

Functions and values

Function or valueDescription
getRelevantMessagesAndFilters (...)
Signature: proxy:OrganizationServiceProxy -> steps:seq<Step> -> Map<(EventOperation * LogicalName),(Guid * Guid)>
Retrieves the necessary SdkMessage and SdkMessageFilter GUIDs for a collection of Steps
getStepMap proxy steps
Signature: proxy:OrganizationServiceProxy -> steps:Map<string,Entity> -> Map<string,(Guid * string)>
Retrieves the associated event operation for a given collection of step entities and creates a map of it. This map is used for the images associated with the steps
retrieveRegistered (...)
Signature: proxy:OrganizationServiceProxy -> solutionId:Guid -> assemblyId:Guid -> Map<string,Entity> * Map<string,Entity> * Map<string,Entity>
Retrieve registered plugins from CRM related to a certain assembly and solution
retrieveRegisteredByAssembly (...)
Signature: proxy:OrganizationServiceProxy -> solutionId:Guid -> assemblyName:string -> AssemblyRegistration option * (Map<string,Entity> * Map<string,Entity> * Map<string,Entity>)
Retrieve registered plugins from CRM under a given assembly