0

I would like to create business rules in master data service for amount column and the rules is column qty * column price.

Can I use business rules in MDS ?

Panagiotis Kanavos
  • 120,703
  • 13
  • 188
  • 236
Henry
  • 167
  • 1
  • 10

1 Answers1

0

Yes, you can use Business Rules in MDS for that but you will need to define a User Defined Script for your specific condition and/or action. The following blog post on MsSqlTips shows you how to do this.

RJD
  • 320
  • 3
  • 11