Quantcast
Channel: aras PLM community
Viewing all 1103 articles
Browse latest View live

How to add a button in the relationshipGrid?

$
0
0

Hi guys,

When I open an item and the relationship is loaded, I wnat to show a button in the grid. When I click the button or  click the cell   I want open a form.

Can anyone help me to   realize it?

Thanks very much?


How to get GRID to look like an Office 13-style

$
0
0

I created a new GRID, but it has that old style by default (See image below of a tab that uses a Relationship Reverse Tab that displays in Office 13 style and a Relationship Grid that has that old style)

 

Editing records with NASH

$
0
0

Hello Gurus and Gur-ettes,

    I am trying to get my feet wet with version 10, I have had some success with using the NASH interface to import around 2500 Mfg Parts, and around the same number of related Parts. Unfortunately, I missed the 'name' field on the majority of the Part records. Now I am trying to find some variation of using the <Item type="Part" action="get" xml syntax to add missing information to previously imported records:

<AML>

<Item type="Part" action="edit" where="Part.item_number='existing_record'"/><name>missing_name</name>

</AML>

results in malformed XML errors.

<AML>

<Item type="Part.name" action="add" where="Part.item_number='existing_record'"/><name>missing_name</name>

</AML>

results in "Failed to get the Part.name ItemType" errors

but:

<AML>

<Item type="Part" action="get" where="Part.name='part_name'"/>

</AML>

returns a valid record.

So, I tried:

<AML>

<Field type="Part.name" action="get" where="Part.item_number='existing_record'"/>

</AML>

Which leaves me back at malformed XML (<Relationship and <Related don't work either)

Does anyone know the correct callouts/syntax for this type of operation? I would imagine someone has had to resolve a similar situation in the past, any help is appreciated!

Empty Database list on main Login and Nash

$
0
0

I don't know what I did (I'm still a programming nub) I am teaching myself asp.net, xml, etc. strictly for the purpose of getting Aras running with my company's current component data, and our custom ECN process. I have gotten far enough in learning asp.net that I somewhat understand what an 'event handler' exception is, and that is the error I kept getting when trying to create a new ECN using the custom forms, items, methods, lifecycle, etc. I created for it. So I got the brilliant(stupid) idea to try and 'debug' the Aras website 'project' in MS Visual Web Developer 2010 Express so I could discover which exact "event handler" was throwing the error and then fix whatever was broken in my customized objects. Well, it failed to run the debug process, and I failed to capture that error message in Web Developer, and now whenever I try to get into Aras, or Nash, my database list is empty, I have checked the InnovatorServerConfig.xml, it is still 'correct' (unchanged since before the event), and I can still see the database and my data in the tables if I open it via SQL Server Management Studio, but for whatever reason, the Database list in the main application Login screen, and the Nash tool's login area, is blank, it appears to have a long 'list' of blank lines if that helps with the trouble-shooting. I feel like this is something I could figure out, I just don't know enough to know where else I should be looking!

Any and all help is appreciated (Brian Pye, are you watching the forums today?)

Thanks in advance,

circuitweaver

Workflow step = InActive, How to reactivate?

$
0
0

I had a user report that when he was voting an issue through the workflow for our internal feasibility study process he received an error. He chalked it up to his computer but the item is now listed in the main summary screen as being "InActive" in the workflow step, however in the workflow process screen the current status is listed as "Active" but the workflow step (Cost) is not highlighted in the workflow map.

I've only seen things go inactive when the user has cancelled the workflow due to the cancellation of the feasibility study. This feasibility I am speaking to was not cancelled and should be actively moving through the workflow, but due to the error the user received it is tied up. Can this feasibility be reactivated ? Can the workflow be reactivated? Or does the feasibility need to cancelled and be re-entered? 

Showing reverse relationship

$
0
0

Hi all,

I am sorry if this question has been already answered but before posting I have made unfruitful research in this forum.

I am looking for a way to show a "reverse relationship".

For example:

Let's say I have two item types Person and Car.

I have also a relationship "Person owns car" defined in the Person item type.

In the Person form, I can add/create Car(s) .

I want to be able to show/add/create Person(s) in the Car item type form.

Thank you for your help.

Jeroen

 

 

 

Tab Diasable/Enable using javascript

$
0
0

Hi,

I am trying to disable/enable an Item's tab based on its classification. I created OnChange event for classification field on item's form and added the following code:

top.Tab = function ()
{
  if (!parent.relationships)
  {
    setTimeout("top.Tab();", 100);
    return;
  }
   var rel_tabs = "Cleaning Activities"; // Relationship Name
    var tabsIds = top.aras.getRelationshipTypeId(rel_tabs);
 
    if (parent.relationships.document.readyState != "complete" || !parent.relationships.currTabID)
  {setTimeout("top.Tab();", 100); }
  else
  {
      var recp_tabs = tabsIds; 
      var recp_type = parent.item.selectSingleNode("classification");
      if (recp_type)
      {
        recp_type = recp_type.text;
          alert(recp_type);
      if(recp_type.indexOf("Cleaning") > -1)
        {
             parent.relationships.document.relTabbar.setTabEnabled(tabsIds, 1);
           
        }
        else
        { 
         parent.relationships.document.relTabbar.setTabEnabled(tabsIds, 0);
         }
 
      }
    }
 
};

setTimeout("top.Tab()", 200);

 

I found this code in a Form Event of ItemType's form.

This is not working, I am not facing any errors but it is not disabling the tab if I select other classification type. I am using Innovator 10.0

Any issues with my code? Please help me.

Printing Gantt Charts

$
0
0

I have put a 150 activity Project together. I want to print the Gantt chart. I can display it and select print etc. That is OK. It just seems that the print output is a bit primitive. Activities are cut in half (horizontally) and headings are not carried on to new pages.

Am I missing something? Is there somewhere that I can set the format options for the print output? Is there something else I should be doing?

Is there another way of printing the Gantt chart?

Thanks,

Brian.


Reassiging users to the completed task

$
0
0

Hi,

In the programmanagement i have  assigned the users in Assignments tab of Activity2 and i updated the activity in the INbasket to complete.So again i want the same activity to be assigned to the user because it is not compltely done.i have removed the user who completed the task with 100% and assigned the new user but it is not coming to the user inbasket.

so how can i reassign the users to the completed task.

regards,

reshma.c

Enable the clone in part under quality planning documents

$
0
0

Hi,

In a part, under Quality planning documents --> clone .By using clone we can add only one Process Planner/DFMEA at-a-time.After that the clone option is in disable mode.

But we have to add multiple Process Planners/DFMEA means what we have to do?How to enable the clone?

 

Thanks!

Minor Revision/Generation as 0.1, 0.2, 0.3...

$
0
0

Hi,

How to make minor revisions as 0.1, 0.2, 0.3... instead of 1, 2, 3.... for an Item? I saw 'Default' Revision under Revisions having A-Z. This is for Major revision.

Where to do the changes for minor revision?

 

Thank you, Vardh

Cannot open URL

$
0
0

Hi, I am new to Aras, and I am getting the following error when I try to open the Aras Url I get the following error :

 

 

Can any one guide me with this? I have followed all the steps for .Net and IE configurations.

Given key was not present in the dictionary

$
0
0

Hi All,

 

Opened a new Purchase Request (an itemtype I created).  Filled out all the details, but when I try to save I get "The given key was not present in the dictionary".  I have no clue what this means, any ideas on where to start looking for problems?

 

Thanks,

Scott

How to visualize a file(i.e.Jpeg,txt etc).

$
0
0

I have BOM structure in which some files are attached with parts.i want to view those files directly by right click on part number.I know the existing approach for viewing documents which is- Double click on Part No.->Select Document tab-> Select Document->Right click->Click View Document ,it will open selected document than select Files tab->select file->Right click->View file and it opens that file.

Thanks,

Manali

 

Unfetch relationships?

$
0
0

Hi there,

so I wrote this method that receives an existing Item (parent) as a parameter, fetches a number of RelationshipTypes to it (names are taken from a string list) and then gets all Relationships on the parent to a variable via getRelationships() in order to further process them. 

My problem:

Before fetching the RelationshipTypes from the list, I want to strip off any "prefetched" relationships that may stick on the parent Item from before when it's passed to the method, hence just keeping the Item itself with its properties, id and type as a clean startoff. What would be the most effective way to achieve this since there is no unfetchRelationship-method defined for the IOM.Item?

Best regards

Sebastian


Add an extra field to 'Workflow voting Dialog'

$
0
0

 

Hi,

I am trying to add an extra field (Text Field) to 'Workflow voting Dialog' and show the same in 'Workflow Process  History Report'.

Editing 'InBasket-NoteDialog.aspx' which is under ../Client/scripts/InBasket.

I added an extra property(name:min_re Data type : Integer ) to 'Activity Assignment' Item type  and added  row in 'InBasket-NoteDialog.aspx' like the below:

<td align="right">
    <br>
     <b aras_ui_resource_key="inbasketvd.min_re"></b>&nbsp;<br>
     </td>
    <td colspan="3" class="logicalSubSection2">
   <textarea name="Comments2" rows="2" cols="80" wrap="on"></textarea>
   </td>
  </tr>

When I open the Voting dialog it was showing the new field along with an error 'Resource with key inbasketvd.min_re is not found'

Then I added this line <resource key="inbasketvd.min_re" value="Minimum"/> to ui_resource.xml which is under ../Client/xml.  Now there is no error. I can see the field.

Is this the correct way of adding a new resource_key?


Now I want to display the value entered in the new field while completing the workflow activity in 'Workflow Process History Report'.

I did the following changes:

1. Edited 'Workflow History Report' method which is attached to the Report.

     added the newly created property name to the Query in the method:

...........................
<Item type="Activity Assignment" action="get" select="closed_by, closed_on, comments, min_re, path, related_id(name)" >'........................

2. Edited Report Query on the Report and added the new property name.

3. Added a new column in the stylesheet. I added the following line after 'Comments' column.

<td style="font-family:helvetica; font-size:8pt; padding:2px;font-weight:bold; ">Comments</td>
<td style="font-family:helvetica; font-size:8pt; padding:2px;font-weight:bold; ">Minimum</td>

Added this after xsl of 'Comments'

<td style="font-family:helvetica; font-size:8pt; padding:2px;">
          <xsl:value-of select="comments"></xsl:value-of>
         </td>

<td style="font-family:helvetica; font-size:8pt; padding:2px;">
          <xsl:value-of select="min_re"></xsl:value-of>
         </td>

 

But I can't see the values entered in the new field on Activity dialog in the report. Did I miss anything?

Am I need to  do anything else for adding resource_key?

 

Please help me

Found that min_re's value not being stored in database, showing as NULL. How to solve this? How to make the newly added field's value to be stored in database?

 

 

Could not search "Parts" after Manual Release

$
0
0

I am New To ARAS.

I created a New Organization structure and created a user Don in Design team.

Then using Don login, I created a BOM Structure with one assembly and two parts. Then I manually released the Assembly parts and also other 2 parts. 

Once the parts are released with Don login I am not able to see these parts in search results. But when I login as Admin I can see these parts.

With admin login I open the Assembly, but when I see the aprts in BOM tab , I still see them as Preliminary state. Is something wrong in my approach or I have to set any things so Don can see released parts. 

Not able to send emails to Aras.com

$
0
0

Folks,


All emails sent to @aras.com  from our domaiin @ed2.com.br are being rejected, however we are able to receive emails from Aras.

 

Please could you verify what's happening?

 

Thanks,

Edson

Search and add a specific major revision of a part

$
0
0

On a simple form, I register a serial number for a manufactured part (property: string), and then I need to add the part with the corresponding major revision (property: item type, part)

That is, I need the search dialog to show all part revisions, and not just show the latest, so that I can select the correct part revision to be added to the form.
Any suggestions on this?

Thanks

 

Automated Creation of ECN

$
0
0

I read in Aras documents that we can achieve Automatic Creation of ECN after ECR is released. How can we get this working.. Any help will be greatly appreciated. 

Viewing all 1103 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>