Hi,
If give the PRT_PARAMETER ENGINEERED_BY STR EQ LIST_ENGINEERS it is working well.
But my team suggested that we can't prepare the list as we have numerus engineers and we can't list them all.
So we are trying to add Manual
Thanks,
Naidu
Can you share your ModelCHECK folder?
The unit is driven by the CONDITION.MCC I basically use the same config for both INCH/MM units
The unit is driven by the CONDITION.MCC I basically use the same config for both INCH/MM units
If you don't want to use the list you can prompt the users to add a name:
It'll check to make sure there's a value or you'll get an error.
PRT_PARAMETER ENGINEERED_BY STR NEQ NULL
Attached is what I have for modelcheck.
yes, I am using the same condition file .
If I use the Syntex DRAWNBY instead of DRAWN_BY, it is working as shown in the below snaps. when I put *_" it is having some issue.
me why the _
As long as the parameter value matches it should work. Does not matter if you use "_" or not.