How to add Part Item Types in TOC Access?
We have mutiple part item types created and we would like to add these item types in "Parts" category. I know that we can add Saved Search for each Item type but that doesn't look good for us. we want an item type and create action to be included in the category.24KViews0likes11CommentsAdd newly created ItemType in custom Category(TOC Access)
Hello, I have imported a package with a custom solution which has an ItemType "New ItemType" in a Category1. But in this package I haven`t added the List "Categories" so when I imported it, there was no value "Category1", which is normal. Anyways somehow the category exists(only in the TOC not in the List of categories). My question is how could I add to this category "Category1" a new ItemType "ItemType2" that I want to create? When I didn`t export the list "Categories" and so in it, it doesn`t exist the value "Category1". Should I create again this Category1 in the list "Categories" in order to add this new "ItemType2" to Category1? I would appreciate any help! Thank you! Regards, Dara12KViews0likes7CommentsChrome 80 update shifts the main tree nodes (TOC menu categories) upon click
Chrome just updated to version 80 and the TOC menu category nodes move to left upon clicking. This does not happen to versions lower than 80. Is this bug being fixed right now? Aras Innovator Version 11.0 SP9 Build: 65499.7KViews1like6CommentsType navigation 3rd button - Goto ItemType [Definition]
I'd like there to be a third button here, for Admin(s). While going through Configuring Solutions, for v12, I can't help but think of a very convenient 3rd button right here to eliminate navigating to an Item Type's definition: [Currently] Administration > ItemTypes > Enter search text for IT, find and finally open to edit... could also be: [3rd button] Click (Edit | View | Goto) ItemType I think this would be especially useful for admins as they need to check on TOC settings, or set sort rules, and on and on... Just click the [proposed] button!9KViews0likes6CommentsHow to pin TOC by default in Innovator 12?
Hi community, When users login to Innovator 12 the first time, they only get a huge white welcome page with deactivated TOC. This is confusing, as people may think Innovator is not working. I remember my first steps with Innovator 12. I was literally waiting 3 minutes cause I assumed Innovator is still loading. I even assumed the installation went wrong and checked the browser debugger for potential error messages. I needed an eternity until I finally accidentally clicked on the main navigation button in the top left corner to get the TOC. I want to avoid that my users face the same frustrating experience. Is it possible to pin the TOC by default? I have discovered that the ItemType Core_GlobalLayout contains the property core_toc_pinned. This one is used to store the preference for the pinned TOC. I changed the default value of this property from 0 to 1, but this customization is not enough to pin the TOC by default. The preferences are set when users log out, so we cannot use the default value in the ItemType for this purpose. There are some codetree files that reference to this property. I assume one of them also sets the "real" default value for the property. Does anybody know where I can do this customization? Many thanks! AngelaSolved7.5KViews0likes3CommentsUX - Collapse TOC - v12
I'd really like to collapse this tree dijit widget. I know it is possible: https://dojotoolkit.org/reference-guide/1.10/dijit/Tree-examples.html onclick="mytree.collapseAll();" But, where!? This should be a simple button add and oh-so-convenient! It is hard for me to track down just where this tree is instantiated. Gosh, I really need to get through "Configuring Solutions" so I can finally email from this thing (I think page 101, where you're editing forms for use in the view(s) of ItemTypes is a big light on the path for me). But, I think my attention to UX might help improve Innovator while it makes me segue a LOT. From viewing rendered source it looks like you could use pure JS to do this. You'd find all the "secondary" or "TOC" li elements with: class="aras-nav__parent aras-nav__parent_expanded" ...and remove all the aras-nav_parent__expanded(s), leaving just, "aras-nav__parent".5.4KViews0likes3CommentsTechDocs Content Generator - how to add TOC-Section content automatically?
Hi community, I want to use a TechDoc Content Generator Method so I can automatically fill the TOC-Section title according to the target language (de/en). In addition I also want to add the element 'TOC' automatically. As soon as users add a new TOC-Section, they shall get the following view. Unfortunately I right now struggle with both the multilingual title and the 'TOC' element.. My idea was to use something like this: //MethodTemplateName=CSharp:Aras.TDF.ContentGenerator(Strict); if (/* document language is German */) { // Add German title targetElement.AddChild(this.Factory.NewText("Title", "Inhaltsverzeichnis")); } else if (/* document language is English */) { // Add English title targetElement.AddChild(this.Factory.NewText("Title", "Table Of Contents")); } // Add TOC element targetElement.AddChild(this.Factory.New????("TOC")); // what do I have to use here? Would be cool if someone know how to use the ContentGenerator for this purpose. This way all kind of default elements could be automatically filled with default values. Thanks for any hints! Angela5.1KViews0likes3Comments