‎10-07-2017 11:29 AM
Hi Community,
When creating a new diagram, the diagram name is automatically assigned. As per our usage, we need to provide a console for re-name the diagram at creation time. How can I approach to solve this problem? And which macro will fire at diagram creation time?
I went through Diagram metaclass --> "Meta Wizard creator" --> ThinClient Diagram Wizard-->ThinClient Diagram Wizard.Implementation (Macro),But this macro didn't fire at creation time.
Thanks in advance
Raj
‎22-08-2017 04:32 PM
Hello
So far it is not possible to use a custom wizard to create diagrams (plateform limit).
As Sashidhar said, all you can to is to use a post creation macro (usually used to initialize diagram drawing).
‎22-08-2017 04:08 PM
You can use diagram PostCreationMacro and use InputBox to get value from enduser and set it to ShortName of diagram.
Sashidhar