Aras PLM Community
Enterprise Open Source PLM Software and Ideas

Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Getting report name from client method

    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...
    Posted to Developers Forum (Forum) by jenC on Mon, Mar 30 2009
    Filed under: Reports, Client Methods
  • Prevent user from creating a relationship until the parent item is complete:

    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...
    Posted to Developers Forum (Forum) by Yelena on Thu, May 21 2009
    Filed under: Client Methods
  • Copy value to the relationship

    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...
    Posted to Developers Forum (Forum) by Yelena on Thu, May 21 2009
    Filed under: Client Methods
  • Validate properties on the relationship before moving item to the next workflow step.

    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...
    Posted to Developers Forum (Forum) by Yelena on Thu, May 21 2009
    Filed under: Client Methods
  • Re: Prevent user from creating a relationship until the parent item is complete:

    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...
    Posted to Developers Forum (Forum) by Yelena on Fri, May 22 2009
    Filed under: Client Methods
  • Re: Passing variables to next activity

    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...
    Posted to Developers Forum (Forum) by venuadepu on Wed, May 27 2009
    Filed under: Client Methods, aras, connectors
  • Re: Passing variables to next activity

    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...
    Posted to Developers Forum (Forum) by venuadepu on Thu, May 28 2009
    Filed under: IOM, Workflow Promotion, IOM Vault, Client Methods, aras, connectors, Aras:
  • Not able to create a workflow instance

    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...
    Posted to Developers Forum (Forum) by venuadepu on Fri, Jun 5 2009
    Filed under: IOM, IOM Vault, Client Methods, aras, connectors, Aras:
  • My Inbasket is not loading

    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...
    Posted to Developers Forum (Forum) by venuadepu on Fri, Jun 19 2009
    Filed under: IOM, Workflow Promotion, IOM Vault, Client Methods, aras, connectors, Aras:
  • Re: Delete Relationship item OnDeleteRow

    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...
    Posted to Developers Forum (Forum) by Yelena on Fri, Jun 19 2009
    Filed under: Client Methods
Page 1 of 3 (30 items) 1 2 3 Next >