-
Hi, I have several different reports that I want to run the same javascript method because they basically all do the same thing. There is one difference though depending on which report they run. I cannot find a way in my javascript client method to figure out which report was run in order to handle...
-
I am trying to write a method that will prevent user from creating a relationship before some fields are populated on the parent form. I managed to get an alert, but how can I prevent creation of the new relationship? It still appears as an empty line and user can save it. In other word I would like...
-
I am trying to copy value of the property ( rfq_number ) from the parent item to relationship. On the parent item it is a ‘string’ and on relationship it is an ‘item’. Another property that I am copying ( product_type) is a “list” on both “parent” item...
-
I need to validate that properties are filled in on the item and it’s relationships before user approves it to the next workflow step. I managed to validate fields on the item and verify that relationships have been added, but have difficulties getting properties from the relationship. Here is...
-
Hello Terry. Thanks for response. I made a change below. I am getting an alert, but when click OK the row is still there. The method executed as a grid event OnInsertRow var var if (! rfq_number ) { a . AlertError ( "'You are required ......before creating a new relationship>." ) ; return...
-
Thanks for the help tstickel But I got one more problem with my Aras Innovator. Whenever I tried to create a method, the form was displaying name and description fields but the editor (where we write code) field was disabled( or not loaded) so that I am not able to write code for that method. I am logging...
-
thanks for the reply The settings have been enabled given in the document. But still I am getting the same problem. Security tab i. Trusted Sites Zone URL for Innovator is added. ii. Custom Level button 1. .NET Framework-reliant components a. Run components not signed with Authenticode – Enabled...
-
I have created a new workflow map with two activites and itemType for that . Whenever I try to create and save an instance for that workflow it is showing exception and sometimes the innovator is getting hanged. And not able to open 'myInbasket' aslo. Does anyone know why this is happened and...
-
Hi All, I created a workflow with two activities and activity1 is assigned to 'admin' user. Whenever I am trying to create an instance, it is reflecting in Workflow processes.That is fine. But whenever I am trying to open 'My Inbasket' item, the brower is unable to load the page and it...
-
Andy, Thank you for response. Could you please clarify? Maybe I did not explain correctly what i am looking for. I have two itemtypes item1 and item2 item1 has a relationship to item2. I want the functionality which will delete the correspondent instance of item2 when relationship instance is deleted...