Hi,
Is there anyway to find out if an item is just Claimed OR whether it is Locked by a user.
Even if an item is claimed, the is_locked becomes True . So it is not possible to differentiate between them.
Regards,
Abhijit
Good day all. We are still using version 11 SP10. One of my change ItemTypes (customer created) is having a problem all of a sudden. When voting to Incorporate, a message appears saying that I am trying to edit the item and it cannot be locked. I have…
Hi All,
Please consider the following Use Case:
On Part Item , On After Update Server Event based on the property Values update the Related Document Property.
For this I am using the action edit to update the Document.
From the Design point of…
Hello,
Consider the scenario
1. User A has locked the Document from Innovator GUI and edited Name property but did not Save, unlock and Close
2. Same user using REST API (through Postman, does not matter though) unlock the Item. Rest call as below…
Hi,
In my application, by javascript, I need to know if my opened ItemType is in "Edit" mode or not to enable or disable some html widgets.
In ARAS 11, I used document.thisItem.isLocked() to know that.
In ARAS 12, with the same code, the behavior…
When I use applyAML, sometimes it will cause DB Lock.
What conditions will cause this cause?
By the way, I have the error message.
When I applyAML =><AML><Item type='Activity' action='EvaluateActivity'><Activity>109890D287C24699A1EA639B921F3E18…
Hi,
As you can see in the following screen capture, an ItemType (in fact, a relationship with NULL related ) can be filtered on "locked" status when displayed from global table:
But, when the same ItemType is displayed from a relationship view…
Hi
We try to use as much as the out of box functionality as possible. We have just released a part request process in Aras and in this process we use the Claim functionality in "My InBasket". It works as supposed, but now users are asking if we can make…
Hi,
I'm trying to figure out how and where to catch the Aras.Server.Core.ItemCannotBeLockedException exception so I can display a custom error message to the users. The executed AML is: <Item type="MyCustomDocument" id="123134234234" action="lock" …