Result summary doesn't keep passed/failed components after save/reopen smc
-
Hi Solibrians,
I run check and see passed/failed components as below

But after saving and reopening smc, it shows like the smc has never been checked.

I’m using custom rules so any ideas about problem with my custom rules?
Thanks -
Does this still happen? Are all the 10529 problems coming from custom rules?
-
@manuel-furia It still happens, all problems coming from custom rules.
Like I said in the mail, I custom the API result with random custom key

If I remove the custom key, the problem doesn’t appear anymore -
@HieuVH the result key needs to be unique AND reproducible for Solibri to know that the result is not new but it’s an old one. If you use randomUUID(), the results are always considered new because Solibri cannot match them to the existing ones. That’s what the result key is used for. You can use a combination of component names/ids, location, issue type and similar infos to generate the custom key.
-
@manuel-furia Thank you, I will fix my code
Copyright © 2025 Solibri Inc. | Powered by NodeBB