I have an item on the server where I can set a property. When the property changes, I want to have some logic (related items to be created).
I currently have the code for this in the "OnBeforeChange" event method, but this doesn't work for new items…
Good day all. I am trying to use a variant on my previously posted Workflow Process Get Change ItemType . I want to reuse some of the code multiple times without having to write it out every time. The code references identId, but I can't figure out how…
I have an Itemtype A and a relationship to Itemtype B
On the Main grid of ItemType B I have an action which works perfectly fine
On Itemtype A in the relationship Grid where there is ItemType B if i place my action there It does not work. I was wondering…
I have this action which runs fine on an itemtype1, I want to use the same action to be triggered when i am on another itemtype2 but itemtype1 is in a relationship.
Currently im getting an error when i click that action from the relationship,
I wrote down the following to get data from a relationship and insert it in an item type but unfortunately im having the following error
I dont see an issue with my logic if someone can take a look i would really appreciate it.
Not a single item …
If I hit "Reindex all" either from the User Menu or from the more button on an Indexed configuration item, I get the following error:
"String was not recognized as a valid DateTime"
It looks like some string should be converted to a date, but is formatted…
Hi all,
Could you please explain how we can execute in multiple threads?
And how to rollback all transactions in these threads when if an error occurs.
Kindly help.
Thanks.
Gantulga
Hi Team,
We have a scenario where we want to commit the transaction half way through the code and continue the execution from there.
For example :
1. We are working on Background tasks implementation 2. Where we want to change the status [property…
Hi All,
I have an ItemType that is setup with two forms attached, one being the main default form used for viewing, editing, adding etc..
I would like to however be able to through a client side method open the "Secondary Form" loaded with a context…
Aras 11 SP10
Good day all. I am trying to create a report that will pull all of the attached items from a document. I have a method that will get the information, but I can't get it to output correctly for the report (can't figure out the correct Stylesheet…
Is it possible to capture the edit/done event of an item that is not versioned?
For example, for itemType Manufacturer, which is set to not versioned, I want to capture the event when the Manufacturer name changes, preferably when Done is clicked. I…
I am attempting to run a Javascript/ client side method that calls other client method, and for some reason I am having a difficult time getting anything to work as I would expect. My confusion lies in many areas. The syntax check runs 'ok', no errors…
Hello all,
I'm very new to ARAS, so please help)
The goal is to create a dynamic list, which will be filled by the onLoad form event with articles.
The code is from the Programmers Guide 12.0 "7.32 How to Create a Dynamic List" (after small modifications…
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 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…
I wanted to make this as broad a title as possible. I'm shocked I can't find anything on this. I don't want to use the ID. Seems everything is bound to ID.
I just want to simply know, without use of ID, how a method can consume arguments? How to pass…
With Aras V11, SP15:
For the Part Item type, we have a pattern setup that we want all parts to follow this pattern: PRT-##### and we want it restricted to this length (9). This works.
However, when someone does a 'Save AS' or in an Express ECO chooses…
Good day all. I was looking at the Mouse Over Help project. I copied the script into a method, but when I run it there is an event handler error "Unable to set property 'title' of undefined or null reference. I'm not sure how to correct this. Any help…
I have some problem with the OnBeforeVersion trigger,
If I try to create a new generation through AML with e.g.
<AML> <Item type="Part" id="XXXXX" action=" version " select="id,keyed_name,description,created_on,modified_on,state,generation,config_id…
I was finding it very annoying that the Method Form has a tabIndex of 0 on Name, but then a tab index of 256 on Comment.
What this does is make it so you can fill in the name and when you tab, well, nothing is apparently selected by the naked eye, but…
Weird behaviour. Almost every JS function will not duplicate using: Method row > Right-click > Save As.
One, very super simple JS method will, but I can't find another one that will do this. I'm getting:
Hi Can somebody please help me understand how to get a Relationship Item from a Form Method. I have tried getReleated Item but it doesnt seem to work for me.
I want to run a method on Click.So when a User clicks that button it should open up another…
Hello,
AML works in Nash.
When an user is created i want to put his identity into another identity.
This method is plugged on after add event of identity item type.
Could you tell me id i missed someting ? Should i put an apply somewhere ? …