Auto vote workflow task when timeout
Hello, I’ve created a very simple workflow with three statuses: Submit, Approval and Released In the Approval status, there are eight review and approval assignments, and I need any that haven’t been completed within five days to be automatically voted as ‘Approve’. I’ve been looking into this, but the only information I’ve found is very old and refers to a VB method. Is there an easier way, or would I need to create a method in On Escalate? Thanks44Views0likes0CommentsLog how many times an item has been opened
Hello, we are looking into measuring how much items/modules are beeing used by our users. I think if you add a client method to a item, that should be no problem with an OnShowItem event and then increase a number on a table somewhere. But is there are global approach that we don't have to insert such a method in each item we want to track? Any ideas are welcome, thanks in advance.186Views0likes7CommentsCan Assembly has different version of BOM?
Hi, We have following scenario, I have one Part assembly, and has 8 Part BOM as shown below. Can we change the Part BOM to older revision that has state "Released". Note: Here Part assembly is in "Released" state and locked for updating. We can promote assembly to "Manual Change" state but related Part BOM got unlocked and got synced to their latest revision, which we do not want. Is there any way were we can change the few property of the Part assembly without unlocking the Part BOM? (We do not want to sync the revision of PART BOM if it has higher revisions.) Thanks in Advance !!156Views0likes2CommentsHow to get comment value during Item promotion via Lifecycle
Hi Community, I have a short question regarding the 'Get Comment' feature that we can use in LIfeCycles. When we choose "Get Comment = 1" for a LifeCycle Transition, the end user will be asked with a dialog to add some notes why the lifecycle was changed. Is it possible to get this comment value from Pre or Post or may be some other way? Thanks a alot.115Views0likes5CommentsRefreshing xClass Field on Form in Field Event OnChange
So I wrote a client side method so when you change the Classification of a part, it selects a matching xClassification. This part is working, except the UI isn't updating with the selection of the xClass, so its prompting me to enter the required properties for my xClass, but I can't see them. How do I get the xClass field on my form to update so that it displays my new selection? Several examples used aras.uiReShowItemEx() but that pulls from the database, but the xClass selection has not be saved to the Part yet... so its blank. It looks like form.populate() is the right idea because its not pulling from memory but everything I try returns form as null...Solved250Views0likes4CommentsHow to check my schedular is running?
Hi, I have a method that need to run via schedular on every 1 minute. I need to check and hold the schedular until previous trigger (schedular execution) got completed. if the previous schedular execution is in process then we got error for next trigger, i.e. SQL transection error. Please suggest how to overcome this situation. I do not want to increase the schedular frequency. Thanks in Advance Deepak101Views0likes2CommentsMethod Templates in Release 31+ : What do you we need to know about them?
Hi community, since a few releases Aras added a "Template" item selector to the Method ItemType. Release 2023 already contained the new property, but didn´t use it yet. It was also hardly used in I30. But there is much more going on since I31. What do we need to know about Method Templates?Solved107Views1like3CommentsRESTFul API Delete Method Error 405
I tried to delete ItemType by following the Document about RESTful API in Aras. For example, PostMan was called as below (DELETE) localhost/.../exItemType ('abcde') If you call it url A 405.0 - Method Not Allowed error message is returned. Additionally, I tried to remove the RelationshipShip for itemType, but the same error occurred. Relationship remove was also carried out according to Document's method. For example, PostMan was called as below (DELETE) localhost/.../$ref This also returns an error of 405. How can I use RESTful to remove itemType?80Views0likes2Comments'The given key '()' was not present in the dictionary.' Error
Wanted to provide a solution to an old post on here. In our situation, when this item presented, it was a missing item from one of the float codes, specifically for updates. This is a C#, server-side method. Under the 'new Dictionary' item list, we added the missing item by its item type name and the name in which we would like to describe it--there should be others listed as well to model from. Your switch(thisType) list should be consistent with the new Dictionary list below it as well. After saving this method, your item should be able to save and float that information. If it does not, inspect other dictionary code lines in your float methods.160Views1like0Comments"This" String Becomes "srcElement"
Hi all, I have created a form that looks like this: The table is pre-filled via a Form Event method. This is a checklist that the user fills out for document reviews. Clicking on the New Version button triggers a Field Event method that clears the table and fills the table with fresh (but same) checklist items. However, on clicking the button and triggering the method, all instances of the string "this" becomes "srcElement". Does anyone know why this is happening and how to prevent it? Version 11 SP9. Thanks!59Views0likes4Comments