Hi,
how can I highlight an ObjOcc in a Model for a report?
We plan to build a process-book that contains the process map on the first page. The selected (and reported) process is somewhere down (3rd-level) the tree and not all users know the main process the reported process belongs to. I can imagine a red rectangle around the main process, or probably the shadow-option?
The model-comparsion report do something similar, but it creates complete new models. I don't want to have some more models in the DB only used for reporting. So is there a solution to do it without storing in the DB?
Regards,
Dominik
Mayur Patel on
Hi,
Not sure if this will work as I havent tried it myself.
You could use createRoundedRectangle to
1. place a rectangle around the object
2. save the model (to ensure the rounded rect appears in a model graphic)
3. extract a model graphic
4. remove the rounded rectangle
5. save the model
The only issue I see with this, is that the model's attributes will be changed every time you run the script.
If you have any issues, let me know and I'll try to actually do this
Regards
Mayur