Disable a Relationship tab
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 work this out on the OnChange Field event for the option button but its not working. I am able to do the same on the OnFormPopulate event but it wont work on real time, only when the form is refreshed, it works. I need a solution where i can be able to disable enable the relationship tab as soon as the user selects or deselects the option button. Please advise. Thanks in advance, Mithun3.8KViews2likes1CommentInstruction: Removing the Enterprise Search Toolbar in Aras Innovator V12
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 can be achieved by taking these steps: Open the TOC and go to Administration > Configuration > Client Presentation Perform a search and open the single record that you find named 'JavaScript' On the 'JavaScript' item, click on the 'Global' item / URL On the 'Global' item, open the 'Command Bar Section' relationship and expand the 'Name' column Scroll down until you find an item with the name 'com.aras.innovator.mwh_es_toolbar' and open it In the 'Command Bar Item' relationship, find the button 'com.aras.innovator.mwh_es_search_button' and set the action to 'Remove' instead of 'Add' I hope this helps. All the best from Almelo. Daan2.8KViews2likes2CommentsInstruction: Changing the Header Logo in Aras Innovator V12
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 > Configuration > Client Presentation Perform a search and open the single record that you find named 'JavaScript' On the 'JavaScript' item, click on the 'Global' item / URL On the 'Global' item, open the 'Command Bar Section' relationship and expand the 'Name' column Scroll down until you find an item with the name 'com.aras.innovator.cui_default.mwh_header' and open it On the 'com.aras.innovator.cui_default.mwh_header' item, open the 'Command Bar Section' relationship and expand the 'Name' column Find the item with the name 'com.aras.innovator.cui_default.mwh_header_logo' and open it Click 'Edit' and attach your logo file to the property that has the 'Image' label Note: using .svg files is recommended by Aras because it scales without stretching and your logo will not get blurry or pixelated (.svg is a vector format). I hope this helps. All the best from Almelo. Daan2.8KViews2likes2CommentsHow to export basic CUI configurations
Hello everybody, I have the following question: I would like to export some basic modifications of the CUI (User Interface). For Example I would like to hide some Buttons or add some separators for the different toolbars and menues. After finishing my modifications on the CUI I'm not sure how to export those modifications and which target package I should selectfor export. It would be very nice if someone can give me some hints. Maybe there is also a general overview about the export of suche configurations and which target package should be used. Best Regards Sebastian4.9KViews1like1CommentCalling server side Methods directly from CUI element ?
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 Method and I am tired of it. I tried to use a standardized calling Method, but often one static Method doesn´t fit to all the CUI variants. CUI sometimes uses server events, but mainly to "build" complex non-standard elements automatically and not really for normal user interaction (Data Model). The predecessor of CUI elements were 'Actions'. These elements supported both types of Methods, client and server. So I have some hope that server support for CUI is not complete illusionary. I am not sure if we really can find a solution within this forum thread. Of course if you know a solution or workaround and I haven´t noticed it I would be happy to know! But maybe we can collect people who also want Server Method support for CUI. And if times go on as crazy as they are, Aras will even see one day that there is a demand for this feature! Thanks! Angela730Views1like0Comments