Hello everyone!
I am trying to create a custom HTML page which links to other Aras pages such as the Part Search Grid. My issue is including a script in the HTML page that links to an Item Type. I have been guided towards using th e method cui_ivicb_nav_search_click…
Hello,
For Documents item type, in the search grid I need the "Classification" to be prefilled to "General" .
I applied client side method to "classification" and "search_default" properties of Documents but it doesn't work.
"search_default" property…
Hi community,
I want to use a confirm dialog to get user confirmation before executing a certain function. As the function has strong consequences when executed, I write a lot of text in the confirm dialog to let people know about the affected items…
Hi community,
a common task is opening custom dialogs. If we open a custom dialog it´s normally positioned in the middle of the screen.
This is fine for 99% of all use cases. But inside my dialog user can open an additional search dialog to search…
I'm attempting to apply a custom filter value to a search dialog in my application. To achieve this, I'm using the 'onSearchdialog' event on a specific property where the filter should be applied. However, I've encountered an issue where the filter value…
Hi,
Is it possible to show SearchDialog from a Server method? I can use MaximazableDialog in Javascript to show the SearchDialog and get the response in callback. But I want to use such facility in a Server method.
In my particular case, I am trying…
Hello All,
I've been struggling with a property validation use-case and I'm sure it's something that'd be useful to lots of folks.
Have a working server event that blocks the user from proceeding if a certain property is left blank; however there…
Hi community,
Currently, when downloading a file from an innovator installation, like the viewable file property on CAD, a popup window occurs and the file is downloaded in chrome.
Is there a way to get the file to download in the original window…
I have added a popup on button click on the mpp_OperationQuickEdit Form which opens form with a single relationship which I have created.It works like the 'Launch AML Editor' action on MCOs.I have added a save changes button which adds or remove relationships…
Hi Community,
Recent releases of Aras have enabled editable search grids. Is it possible to use this on poly item types? My use case is a little unique so let me explain -
I am looking to create a dashboard of tasks which are relationship items…
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 i'm begining a project, the idea is to have a an action launch a dialog to select a xclass. I would like to launch the same dialog as the one that pops up when adding a part xclass
and x property(see below):
after the user selected a class…
Why is the "Time" fields disabled, when selecting value using the Date dialog in the main search grid?
Is there any settings that can be used to enable this?
Good day all. I could use some advice on creating a cover page for our BOM report. If you have read some of my previous posts, you may know that our database is a bit messed up. I can't change our report. I have created another report and formatted it…
I am able to modify greyed-out classification property which was passed as a search criteria for 'Part' itemtype. I want that property to be locked and user should not be able to modify it by any means.
I created one new dummy Part item, set its classification…
Hi community,
I currently design a custom form with a button that calls a regular file picker. In my scenario, end users shall only be able to upload certain datatypes, like txt and xml. As the affected users group does not have any edit rights for…
Hi,
I've created a custom dialog to complete workflow tasks. I would like to know if is possible to reload My Inbasket grid after this dialog closed.
My Aras Innovator version is 11 SP5
Regards,
Jonatas
Hi Team,
I have custom result binding code on 'OnSearch' event. On return of result if it is true it works fine but on false I want to close search dialog box that appear in relationship on click of pick related dynamically.
I tried following method…
I'm working on a client side method to clone an ItemType using a dialog box. My approach is to make a form with a check box to choose to copy properties and another check box to copy values from a relationship tab, and a button for "Done" and "Cancel…
Hello,
The Grid data in one of my custom dialog takes some time to load. I would like to show the spinner.html that is used in relationship view before the data is loaded. Is there any inbuilt code that supports this.
I am trying to create custom filter during OnSearchDialog. While everything works well I am not able to use pipe as "OR" within the string that is passed to filter. The problem is that every pipe in my filter string is preceeded with escape character…