When clicking the refine button : a list is presented : with already checked values corresponding to the columns (properties) of the presented ItemType.
The method responsible of the Init of the button is : cui_common_refine_init
Code :
Toolbar…
Hello everyone,
I've been working on a custom button within the search tab for parts in Aras Innovator. The goal is to export a list of specific parts and their properties through a query and display them in an HTML table.
Here's a snippet of the…
Hi Community,
I right now play around with CUI CommandBarCheckboxes and CommandBarDropdowns.
Does anyone of you have worked with these two elements already? I look for a solution how to get their selected values from another (!) CUI element.
CommandBarCheckboxes…
Hi community,
does anyone know a function or Method to force Innovator to re-render the CUI elements?
Whenever I create a test-database, I execute a script that changes a few things (especially when the test database is a copy of the main database…
Hi community,
has anyone of you ever updated a Form field from a CUI button event from the ItemView.ItemCommandBar (=the main toolbar with the Edit/Done/etc. button when a Form is opened)?
I am right now look for some code sample for this use case…
Hello community,
Does anybody know if it's possible to disable the sorting of a few columns in a relationship grid?
My guess is that the change should be done somewhere in the CodeTree, but I'm not sure where.
Thank you in advance.
Hi aras team,
I am adding a cui button to the command bar, but random question...
How can I get the context item for my method? The usual ways don't seem to apply and I am getting an error:
"identifier 'options' has already been declared"
the…
Hello everyone,
Here is a short instruction on how to hide the Open in Office (Microsoft Office Connector) Button when viewing document items. This can be done without uninstalling / disabling MSO in case you want to prevent users from using the Toolbar…
Hi community,
does anyone know anything about calling server side Methods from CUI elements?
Right now we can only use client events for CUI elements. Sure this elements can call a server event and then return the result, but we ALWAYS need the extra…
This seems straightforward, but I'm not having any luck.
We've modified the Document ItemType with an additional Classification category to link out to documents produced in another system. For this, we want to hide the "Open in Office" button.
Have…
This seems simple, but I'm struggling with it.
I've got a button added to a toolbar that I want to open an external URL with. The URL is saved as a property against the item.
Have tied a method to the button and it's a Client-side javascript. Problem…
Hi community,
I am playing around with "3rd accordions" which can be configured with CUI in the newer Aras version (12SP9+).
So far I was able to display regular item data like related "Documents" in my 3rd accordion. Just as described in this blog…
Good Morning,
I was wondering if there was a place in the code tree where I could disable these two buttons by default when opening a method editor. The Code Guide and Method Help is sometimes useful but mostly takes up space on my screen. I can only…
Good day all. Does anyone have a method for hiding/disabling the New Relationship and Delete Relationship buttons based on the state of the item? We have a custom change ItemType, with a Relationship to Files called Redline Files. I would like to be able…
Hello All,
Working in context of a Project, but could be applied elsewhere. I need to have the ability to relate (via new or existing Items) against the Project. The Relationship view provides this ability, but only when the parent item is locked for…
Hi All
I have a Search Dialog opening on an Item Property (e.g Identity)
As shown in the below Image I wish to further filter the results based on an Addition Parameter provided by the User via CUI Drop down box, I am trying to figure out a way to…
Hello everyone,
Here is a short instruction on how to remove the Enterprise Search (ES) bar when logged in into Aras V12. This can be helpful to prevent confusion amongst end-users if you decide not to use the feature.
Before:
After:
This…
Hello everyone,
Here is a short instruction on how to change the client header logo when logged in into Aras V12.
Whereas V11 used a simple .svg file inside the code tree, in V12 we need to dive a little deeper:
Open the TOC and go to Administration…
Hi Community,
I want to launch a custom Form from an CommandBarMenu CUI event. Users can select multiple items in the grid and then click the CUI button. Then a form shall open up in which users can do certain operations with the selected items.
I…
Hi,
On "SaveAs" operation on ECN, getting " The method "cui_default_mwt_onSaveAsCommand" failed." alert message.
Someone please kindly let me know how to proceed.
-MSS
Hi,
I defined an ItemType named "Cost". This is a relationship without related item. There is nothing in the "Can Add" of this ItemType because nobody can create a "Cost". There are only created by code.
In ARAS 12, I have this:
What should I…
Hi community,
Innovator 12 offers us the new wonderful possibility to use custom CUI elements in relationships. Let´s assume we want to add a custom button to the Part_BOM relationship tab.
I know that I have to modify 'Client Style' in the corresponding…
Hello Team,
I need to disable a relationship tab as the User selects a option button on the form.
Detailed Info: I have a option button on a form. Once the user selects this option, a tab from relationship below should be disabled. I am trying to…
Hi community,
does anybody know, if it´s possible to pass additional event parameters in CUI elements?
Example: I have three CUI menu buttons that do a more or less comparable job. The corresponding Methods just differ in a few lines of code. So I…
Hi,
On the ACE 2017 Europe conference, a technique that utilized Federated Data to add a TOC menu item that did a custom search was showcased. In my case, I want to add a new TOC menu item, besides the Part menu item, that searches among Released Parts…