Partly Depricate part: Prevent create New item but allow Add item
S
Stefan Edvardsson
创建话题
约7年 以前
Background: There's an item representing an area for specific item types. This item allows creation of requirements and requiremet groups, as well as adding the same within this aarea.
Need: The item representing an area should be able to add analysis requirements but not create new analysis requirement directly within the item representing an area. The reason for not allowing to create new analysis requirement in the item representing an are is that there is a specific analysis architecture area where all analysis requirements shall be created.
最佳答案
S
SystemWeaver
说
约7年 以前
Hi Stefan,
From version R23 (19884) it is possible to restrict add and new for specific part types. You can do this in the architect.
Select "Edit Config" for a part type and add a configuration:
The configurations allowed are:
AllowAddPart
If AllowAddPart is set to false the GUI in the SystemWeaver client will not allow "Add" for this part type.
AllowNewPart
If AllowNewPart is set to false the GUI in the SystemWeaver client will not allow "New" for this part type.
Stefan Edvardsson
Background: There's an item representing an area for specific item types. This item allows creation of requirements and requiremet groups, as well as adding the same within this aarea.
Need: The item representing an area should be able to add analysis requirements but not create new analysis requirement directly within the item representing an area. The reason for not allowing to create new analysis requirement in the item representing an are is that there is a specific analysis architecture area where all analysis requirements shall be created.
Hi Stefan,
From version R23 (19884) it is possible to restrict add and new for specific part types. You can do this in the architect.
Select "Edit Config" for a part type and add a configuration:
The configurations allowed are:
AllowAddPart
If AllowAddPart is set to false the GUI in the SystemWeaver client will not allow "Add" for this part type.
AllowNewPart
If AllowNewPart is set to false the GUI in the SystemWeaver client will not allow "New" for this part type.
<PartTypeConfig>
<AllowAddPart value="false"/>
<AllowNewPart value="false"/>
</PartTypeConfig>
Best regards
Martin
- 最早在前
- 热门
- 最新在前
Sorted by 最早在前SystemWeaver
Hi Stefan,
From version R23 (19884) it is possible to restrict add and new for specific part types. You can do this in the architect.
Select "Edit Config" for a part type and add a configuration:
The configurations allowed are:
AllowAddPart
If AllowAddPart is set to false the GUI in the SystemWeaver client will not allow "Add" for this part type.
AllowNewPart
If AllowNewPart is set to false the GUI in the SystemWeaver client will not allow "New" for this part type.
<PartTypeConfig>
<AllowAddPart value="false"/>
<AllowNewPart value="false"/>
</PartTypeConfig>
Best regards
Martin
Stefan Edvardsson
Thanks!
This was exactly what I was looking for. :-)
-
Comparing two versions of a structure
-
Context and path language
-
Overview of meta model
-
Importing old data
-
Cannot find multiple version items
-
Accumulated bar chart
-
Cannot remove part - is referenced
-
View of non accessable data
-
Path: How to check if an attribute is empty?
-
List and path language
查看所有33话题