创建新话题

Configure Item ribon tab to create a copy Item->Edit to new Item Tab

I've read articles about how to configure Item ribon tab.

I'm trying to create a unique tab Admins to initiate and populate a new product (top level item in metamodel) in a separate Item Tab.

To make it easy for admins I would like to make a ribbon group to look the same as <RibbonGroup caption="Edit">  in <ItemTab caption="Item"


image



So far this is what I've configured.

 <ItemTab caption="Product" context="Admins">
       <RibbonGroups>
            <RibbonGroup caption="Edit">
                  <ItemView name="Copy" hideIfDisabled="true"/>
                  <ItemView name="Overview" hideIfDisabled="true"/>
                  <ItemView name="Attributes" hideIfDisabled="true"/>
                  <ItemView name="Parts" hideIfDisabled="true"/>
              </RibbonGroup>
              <RibbonGroup caption="Initiate Product">
                  <ItemView name="Grid" configItem="3PTA:GenStructProd" hideIfDisabled="true"/>
             </RibbonGroup>
       </RibbonGroups> 
 </ItemTab>


And this is what I've achived:

 

image


How do I get the drop down in 'Overview' ? 


image


Also, how do I get hold on theimage
 

Looking forward to see if someone have a solution for this.



Best Regards

Stefan Edvardsson


1 Comment

Hi Stefan, 


It's a great idea, and we do have this as a feature request in our backlog. It is not possible today to add these to a custom tab. 

We will definitely let you know when and if it becomes possible. 


Thanks for submitting your topic! 


SystemWeaver Support


登录 发表评论