= "Product Type : " & IIF(Fields!ProductType.Value = "_CRM_NOTSPECIFIED", ReportItems!txtNotSpecified.Value, Fields!ProductType.Value)
Product receipt correction or cancellation requires that the purchase order is in a confirmed state. Please ensure the purchase ...
Product safety data sheet is either not on file or has expired. Request a product safety data sheet for the product '%1' ...
Product safety data sheet status: 0 - No valid document; 1 - Document has not been sent to customer; 2 - Document expired; ...
Product supply per vendor is date effective. Select the date range to find products that the vendor is approved to supply ...
Product Type : " & IIF(Fields!ProductType.Value = "_CRM_NOTSPECIFIED", ReportItems!txtNotSpecified.Value, Fields!ProductType.Value) ...
Product Type : " & IIf(Fields!ProductType.Value="_CRM_NOTSPECIFIED",ReportItems!txtNotSpecified.Value,Fields!ProductType.Value) ...
Production order %1 has corresponding physically updated inventory transactions on date %2 and cannot be ended before that. ...
Production order '%1' consuming item '%2' has status '%3'. The standard cost conversion cannot be executed while not ended ...
Production order '%1' for item '%2' has status '%3'. The standard cost conversion cannot be executed while not ended productions ...