R27164 DefaultSalesOrderPaymentPlan - Check Enterprise Company Location

Code R27164
Entity Crm.Sales.DefaultSalesOrderPaymentPlans Entity
Name CheckEnterpriseCompanyLocation
Attribute EnterpriseCompanyLocation
Layer Back-End
Events Commit
Modify NO
Action Validate that:

If (DefaultSalesOrderPaymentPlan.EnterpriseCompanyLocation!= null)

DefaultSalesOrderPaymentPlan.EnterpriseCompanyLocation.EnterpriseCompany == DefaultSalesOrderPaymentPlan.EnterpriseCompany
Description If the enterprise company and enterprise company location are filled in, then the enterprise company of the selected location must be the same as the selected enterprise company in the current row. This is necessary as a payment plan for a location of a different enterprise company would be incorrect.
Message Use the message from R27142 ProductPrice - Check Enterprise Company Location.
Introduced In Version 2017
Revocable NO

* For more information about the Business Rules Documentation Template and a short explanation of each column, see topic System Business Rules.