top of page

CRM 2015 – Web Proxy – New service proxy classes for the Organization Service




Sometimes we need to do something, trigger something, and the answer many times come from specific messages against the organization endpoint, an example now with CRM 2015 is around the rollup field, as default the calculations are based on a system job that runs every lets say 24h, however that time can be changed, however sometimes we need to "Force" that run to meet some specific customer requirement, let’s say the customer wants almost immediately, so i would do a Plugin to do that, in this case and from the list below i would call the request  CalculateRollupFieldRequest to do that, below you can find few more new Requests than can be done by the Organization Request.

Request class name

More information

CalculatePriceRequest

Use custom pricing for products

CalculateRollupFieldRequest

Rollup attributes

CloneProductRequest

Clone a product family, product, or bundle

ExportFieldTranslationRequest

Translate localizable attributes

GetDefaultPriceLevelRequest

Set default price level for opportunity, quote, order, invoice

ImportFieldTranslationRequest

Translate localizable attributes

PublishProductHierarchyRequest

Publish a product family, product, or bundle

RetrieveCurrentOrganizationRequest

Retrieve organization information from the organization service instead of using the discovery service.

RetrievePrincipalSyncAttributeMappingsRequest

This message doesn’t have any extensibility scenarios in this release.

RetrieveProductPropertiesRequest

DynamicPropertyInstance (property instance) methods and messages

RevertProductRequest

Revert a product family, product, or bundle

UpdateProductPropertiesRequest

DynamicPropertyInstance (property instance) methods and messages

#CRM2015 #OrganizationService

1 view0 comments

Recent Posts

See All
bottom of page