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…
After upgrading from version 12 to 31, we started getting an error when saving a certain custom datastructure, developed for us by Minerva back in the day:
Failed to execute 'serializeToString' on 'XMLSerializer': parameter 1 is not of type 'Node…
Hello,
There is a relationship grid row that I would like users to mass edit. I so far configured a method to appear in the CUI along with the functionality of having multiple rows highlighted, and can get the relationship Ids as well.
What I need…
I tried to apply a trick from a previous post:
How to open StartItem directly without the helper window - Development - Aras Community - Aras Community
However, that file is now a typescript file in my tree. I guess that means I need to transpile…
We need to limit the search results of "Document" item for certain identity.
The default value of "Classification" should be prefilled to "General" and should be unchangeable by the user.
I was thinking if I can get the current identity of the user…
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…
I need to hide a button on a Work Process form. Name of the button is cancel_workflow_button I can do this using the UI making another view where this button is hidden but I want to do this by writing a method. If someone can get me started on this that…
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…
My company is going to be deploying Aras Innovator soon, in a few months.
We may have an in-house developer for this and I am very interested in this role.
I know basics of JavaScript, made a few websites using React, HTML, and CSS.
I was wondering…
All,
I am trying to "edit"/"update" the properties on a Non-Related Relationship; "rh_OraMfgMaster_ProdNumNomen".
I must be missing something.
I tried the following AML from AML Studio:
<AML> <Item type="rh_Oracle_Manuf_Master_Item" action=…
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…
Good day all. I'm still using v11 SP10. How do I grant temporary permission for a user through Javascript? I want to add a Comments tab to our custom change ItemType. I have a script attached to an Action to open a dialog box so a user can add a comment…
Hi Aras Community, I have a use case where my classification is technically controlling two things. What type of workflow they are on and what kind of form they see with the ability to switch the different kinds of forms. I'm trying to prevent mistakes…
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,
I have method attached to OnEditFinish of the property sort_order of the Part BOM relationship. The goal is to check if the property is filled and if no, to throw an error. After the display of the error, I want to set back the focus to the property…
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…
Hello everyone,
Try explain, my scenario:
I have the Item Types related:
1° Item type Authorization. 2° Item type AuthorizationTittle. 3° Item type AuthorizationTittleRelation (only to related).
I need add a link or buton in AuthorizationTittle…
I've got a very simple method that creates a new PR from a button on a TGV. This worked perfectly in V12, but is not working in our V15 instance. Any help would be greatly appreciated!
The error message is: The method 'create_PR_from_tgv' failed.…
Hello,
I have a javascript method that is triggered on change of a field value. This method takes 20 - 30 seconds to run and I want to be able to display the Aras spinner but nothing seems to be working. I have attempted multiple solutions from other…
Hello,
I've got a button with very simple CSS (below). Problem is, the button isn't adhering to the code:
{$this field rule} input; input[type="button"]{ height: 50px; width: 50px; } input[type="button"]:disabled{ background: #dddddd; }
On both…
Hi everyone,
This feels like a silly thing to ask, but I haven't seen anything in the documentation or the forum regarding getting the default value of a property.
Some context:
I need to evaluate values, but if a value is not present, I need…
Hi everyone,
I have an on change event that fires when one of my stock fields are changed, which should change the value of a stock message field.
The function I have is able to change the value of the stock message field, but when I save/click…
Good day all.
TL;DR: I am having trouble getting an onLoad method to reliably print an evaluated value to a field.
The form is as follows:
Stock message contains: <span id='stock_msg'></span>
I have a javascript onLoad method that compares…