Hi,we have different sized PDMs organized in a project. The largest model file (BIN) is 39 MB and contains ~700 tables with over 20000 columns. It takes SAP PowerDesigner (PD) ~6 min to save the modeBut the time it takes for PD to save the model does...
Hi PD-Users,
I want to implement an extended attribute, which is read-only, so that no user can edit it. By default it is empty (value=""). With a trigger, the value is set and if it is set, the value must never change again.
I tried the compute/...
First of all many thanks for all the input.We split the PDM a long time ago and every PDM has Shortcuts (only Name/Code) to other models. We have a small default diagram with shortcuts to package diagrams.Here are my answers to your questions:Do you ...
Thanks for the reply.
I already experimented with the "Validate" Event handler and my logic works.
But I did not manage to set the Extended Attribute as read-only.