Hello,
we would like to implement fields where the user can enter text manually and then gets available values, similar like with list fields.
But it should be possible to enter values too, that are not part of the list.
How is this possible in…
Hello dear all,
I'm very new to ARAS!
I'm using ARAS V11SP14 and ...
trying to create a dynamic list, which will be filled with articles. The code is from the Programmers Guide 12.0 "7.32 How to Create a Dynamic List" (after small modifications…
I am setting a property of type item using the setPropertyItem from JavaScript code as below: var Item = innovator.newItem("Material", "get"); Item.setAttribute("select","id"); Item.setProperty("id", gridRow.entity.ExistingVariantMaterialId); Item =Item…
Hi
I'm using cefsharp to automate aras.
I want to login programmatically using Javascript code.
I tried somthing like:
document.getElementById('username').value= 'xxxxx' ;
document.getElementById('password').value= 'xxxxx'
but it does not…
I'm trying to clear out the xClass relationship when the class of a part is changed. The code I have below is ran on the filed event of the drop down onChange, however it doesn't remove the xClass relationship.
var rootItem = document.thisItem;…
I would like to know if it's possible to run a javascript method from Innovator Service. I would like to be able to use javascript to make async http calls over the network. I can currently use C# for this but the methods will not be asynchronous as far…
Hi,
I created new item type which have properties like first_delivery_date (date), total_number_of _orders(int), frequency(int), frequency_list(list)(values: Days, weeks, months), delivery_date_of_each_delivery(text). I wrote a client side method in…