
For error message Process Material not match its being caused by the Process Material Rule had not yet maintain the some information (example Material Number) in the Maintenance > Process Material rule page.
Therefore the user is required to inform support o add the process material rule for them in database as the did not have the permission to maintain process material rule.
User will have to provide the following to support.
-Process Material Name
-Process Material Number
-Minute Normalization
-Minute Spinning
-Container Type (Jar/Catridge)
-Hour Lasting
Refer to image below for example
The information can be found in Maintenance > ProcessMaterialRule table.
For support (query example
begin tran
begin tran
insert into ProcessMaterialRule (Name,Number,ReferenceIdMaterialType,ReferenceIdComplianceType,MinuteNormalization,MinuteSpinning,UserAccountIdLastModified,DateLastModified,StationLastModifiedAt,IsActive)
values('Ori Epoxy Glue',3053243,10968,10969,0.000,0.000,1,GETUTCDATE(),'::1',1)
rollback tran
insert into ProcessMaterialRuleDetail (ProcessMaterialRuleId,ReferenceIdContainerType,ReferenceIdContainerCondition,HourLasting,UserAccountIdLastModified,DateLastModified,StationLastModifiedAt,IsActive)
values (16,10973,10975,168,1,getutcdate(),'::1',1)
rollback tran
Action required:
User & Support