IService.BusinessRulesPaletteGet(BusinessRulesPaletteGetRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- request
- BusinessRulesPaletteGetRequest
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