IService.BusinessRulesPaletteGet(BusinessRulesPaletteGetRequest) Method

Definition

Retrieve available business rule components (the component palette).

public:
 Microsoft::MasterDataServices::Services::MessageContracts::BusinessRulesPaletteGetResponse ^ BusinessRulesPaletteGet(Microsoft::MasterDataServices::Services::MessageContracts::BusinessRulesPaletteGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.BusinessRulesPaletteGetResponse BusinessRulesPaletteGet (Microsoft.MasterDataServices.Services.MessageContracts.BusinessRulesPaletteGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member BusinessRulesPaletteGet : Microsoft.MasterDataServices.Services.MessageContracts.BusinessRulesPaletteGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.BusinessRulesPaletteGetResponse
Public Function BusinessRulesPaletteGet (request As BusinessRulesPaletteGetRequest) As BusinessRulesPaletteGetResponse

Parameters

Returns

Attributes

Remarks

The BusinessRulesPaletteGet(BusinessRulesPaletteGetRequest) operation retrieves a palette of available rule components within the system. Obtaining the desired, valid component ID is essential in building a new rule or adding a new rule component. The rule components list includes available actions and available conditions. The available actions are grouped into the following action groups:

  • Default value
  • Change value
  • Validation

Applies to