My configurator has a document rule to update the part description. It also uses LINQ queries to update the drawing number in the PartRev table.
Sometimes the rule either does not run or fails without error, I’m not sure which. Actually as a test I added a statement that throws an exception inside the document rule; sometimes I see that exception being caught and displayed in a dialog box and sometimes I don’t. I therefore lean towards believing that the rule is simply not being executed. In any case neither the description nor the drawing number gets updated.
Has anyone else seen this or have any ideas how I can get the document rules to execute consistently?
Thanks