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

Week start day in calendar

$
0
0

Hello,

Currently in aras calendar the week starts on Sunday, it is confusing in a working environment where a week starts on monday.

Is it possible to change the first day of the week somewhere?

 


Alternates, substitutes and reports

$
0
0

Hello

I'm considering using substitutes or alternates in a BOM I'm building. Key to the decision is how easy it is to 'see' them in reports and in day-to-day use of the search menus.

1) If I use a substitute, is there any way to see it in a BOM other than checking each individual component in turn? i.e. is there any standard view in which it's visible?

2) I have a version of the standard Multilevel BOM Report that I've hacked down to show just a couple of levels of parts and quantities. How would I add an alternate or substitute part to this report? I understand I'd need to add a new query to the Report tab; if you could help with that, I can probably figure out how to call it in the Stylesheet tab...

Many thanks

Bob

Help with revisions and deleting/purging

$
0
0

Hello - newbie needing help here.

Is there a way to view various revisions at the same time?

E.g. if I have a Part with revisions A and B, can I see them on the main Parts search listing screen one after the other? Just because one is superceded doesn't mean I don't need easy access to its data.

Secondly, can someone explain to me the difference between deleting and purging? I confess I've found the 'Product Engineering online help' file pretty limited and if there's a better reference out there, I'm all ears!

Many thanks

Bob

Background: we're a small startup company, I'm the only one using Aras Innovator. I'm using it to manage the BOM. I use it with extensive admin privileges, and have added various connections to lifecycles to allow me to advance between states (and back) without using ECOs. I do intend to start doing it 'properly' in future, but not yet!

Use property with another Keyed Name Order

$
0
0

Hello Community,

 

I have an itemtype with property id and name.

I set keyed name order for id to show id in all forms.

I referenced this itemtype in other itemtypes.

But, at specific itemtype, i want to show name instead of id in main grid, also in form.

how can i do that ?

I appreciate any ideas from you.

 

Thanks, in advance

open recently closed item using javascript

$
0
0

hii

i am new to aras , i want to close item which is open on screen and again i want to open it using javascript for that i write following code

var item = document.thisItem;

var inn= new Innovator;

var packmtrl = inn.newItem("Symbi_Pack_MterialRecons","get");
packmtrl.setProperty("id",item.getID());
var respack=packmtrl.apply();
var iid=respack.getProperty("id");

 top.aras.uiCloseWindowEx(item.getID());
 top.aras.uiOpenWindowEx('iid','packmtrl','alertErrorWin');

but i am not able to open item which i closed using  top.aras.uiCloseWindowEx(item.getID());

On Click button on form and refresh grid with current data

$
0
0

hello developers,

I have created grid + button on html field and on click event i want to add data from current tab and reload my grid from client side code

function dostandarddetail()

{

 var itemtypeID = top.aras.getItemTypeId("Symbi_PackMaterialRcons_Detail");

 var param = { aras: top.aras, itemtypeID: itemtypeID, multiselect: true };

 var options = { dialogWidth: 700, dialogHeight: 450 };

 //getHeaderForPackRecon();

 var results= top.aras.modalDialogHelper.show('DefaultModal', window, param,  options, 'searchDialog.html');

 

for (var i = 0; i < results.length; i++)

{

var result = results[i];

}

var item = document.thisItem;

var vpack = item.newItem("Symbi_Pack_MterialRecons","add");

var fmi=item.newItem("Symbi_PackMaterialRcons_Detail","get");

fmi.setProperty("id",result);

var resfm=fmi.apply();

 

var vATRPara = item.newItem("Symbi_PackRecons_Detail","add");

vATRPara.setProperty("source_id",item.getID());

vATRPara.setProperty("related_id",result);

vATRPara.setRelatedItem(fmi);

vpack.addRelationship(vATRPara);

var res=vATRPara.apply();

var lstatus=document.thisItem.getLockStatus();

if(lstatus==1||lstatus==2 )

 {

var it= top.aras.saveItemEx(document.thisItem.node,false);

top.aras.uiReShowItemEx(document.itemID,it);

 }

top.aras.work.searchContainer.runSearch();

 alert("test");

 

}

 

Advanced search - Parts and Documents

$
0
0

Hello again

Question relating to advanced search of parts using relationships.

I'd like to display Parts that have a Document linked with Files attached.

I had thought I could use advanced search with itemtype = Part/Relationships/Part Document and Property = has_files but that isn't available.

Then I noticed 'Document' and 'Part Document' are separate itemtypes. Parts have a relationship to Part Documents, so where is the link between Documents and Part Documents? Confused.

(I did get it to show Parts with a Document linked with property Released = unticked; is there a way to show Parts with no document attached?)

Thanks!

Bob

 

How to get Refresh Item button Code dynamic from item toolbar

$
0
0

hi,

I am doing functionality to refresh item from code behind client side code , I couldn't getting syntax.

 

any help  


Innovator 11.0 JavaScript API Reference- GridContainer Methods not have AddColumn() method so how to add column to grid ???

$
0
0

hi...

i generate  gird on form . In this grid i am able to add row to grid as Innovator 11.0 JavaScript API Reference-GridContainer Methods  has addRow() method but i am not able to add column to grid as Innovator 11.0 JavaScript API Reference- GridContainer Methods  has no addcolumn() method

but for Innovator 9.1 Client API Reference -GridContainer Methods  has AddColumn() method which not able to use in latest aras version .

so what is another method  for AddColumn()  in Innovator 11.0 JavaScript API Reference- GridContainer Methods

thank in advance

Technological/Manufacturing Process Management?

$
0
0

Hi all,

I would like to know if Aras have a proper module for managing Technological/Manufacturing Process Work Chart?

Rather than just uploading a document of the Process work chart and then have it versioned, we like those data kept in database for other system integration.

Thank you!

 

PLM Solution Needed: Create a Dropdown List that Accesses Identities (Users and Groups)

$
0
0

I would like to setup a dropdown list that pulls from Identities (users & groups of users) so that a user can choose the Identity quickly instead of performing a search or typing in the complete name.  The list should populate as the user types; an example of this is seen in the "PR" Item Type under the TOC Access tab, when editing the Category.

I am planning to add this feature to a workflow where Users will choose Approvers, Acknowledgers, etc. that will be assigned to the workflow's activities.  Note that Auto Assign has already been implemented by a PLM consultant; however, the user must type the full name or search for the Identity at this time whereas a Dropdown List of Identities would greatly increase efficiency.

How to Create Packages

$
0
0

hi,

   i am new to aras, how to crate packages and how to add packageGroup and package element for export/import

please guide me

thank u

how to call AML Library in any AML Client?

Workflow Reminder Emails not recognizing the "Open Assignments" target

$
0
0

Good morning,

 

I am having some difficulty understanding the Workflow reminder emails in our Aras Innovator 11 installation.  We are not on the subscription plan yet so I am manually running the “Send Email Reminders” action daily to test this workflow feature.

 

I currently have a notification associated to a workflow activity with (3) Assignments listed (Individual Identities not groups), the event is set to “On Remind” and the target is set to “Open Assignments”.  The interesting part is that if none of the 3 complete the task, I receive (9) email reminders on the first reminder day, if one person completes the task, I received (6) emails, if two people complete the task, I received (3) emails.

 

All assignments get at least one reminder email regardless if they already completed the task or not (contrary to the target of only “Open Assignments) but the number of emails does suggest that Aras understands that people have completed the task.

 

My thought is that with the “On Remind” event, Aras takes the “On Remind” for each person and sends a notification to all assignments without regard to the target being only “Open Assignments”

 

As a note, I tried not having an “On Remind” specific notification with only the standard “On Activate” notification and I did not receive any email reminders.

 

Can someone enlighten me as to how this function works or if I have something setup incorrectly?  I'm hoping that I have overlooked something simple here :)

 

Thank you in advance for reviewing this…

how to see imported package item type?

$
0
0

I was imported one package by using API given by Aras Package Import Export Utility in package definition & also saw the name of package  in Admin - Config - PackageDefinitions  i.e list. But I didn't understood where/how to see the ItemType of Imported Package.kindly help me.Waiting for replay.

Thanks. 


js code to add relationship in html field code of form

$
0
0

hiii

I am new to aras i want to show relatonship item data to grid on form so i write following code in that i write jd code to add relationship to parent item (for selected item from search dialog) but i am not able to add relationship it ives error="Insufficient permission to add item " but i gave write permission to item i Can Add and Permission peroperty of item


i code is-

<script type="text/javascript" src="../javascript/include.aspx?classes=ScriptSet2"></script>
<script type="text/javascript" src="../javascript/include.aspx?classes=XmlDocument"></script>
<script type="text/javascript" src="../javascript/include.aspx?classes=/dojo.js"
data-dojo-config="isDebug: false, parseOnLoad: false, baseUrl:'../javascript/dojo'"></script>
<script>
var gridControl = null;

var gridXML = '' +
'<table>' +
getHeaderForPackRecon() +
' <tr>' +
' <td>Test</td>' +
' <td>test2</td>' +
' </tr>' +
'</table>';
alert(gridXML);
window.addEventListener("DOMContentLoaded", function () {
clientControlsFactory.createControl("Aras.Client.Controls.Public.GridContainer", {id: "grid", connectId: "gridTD"}, function(control)

{
gridControl = grid = control;
clientControlsFactory.on(grid, {
"gridClick": onClick,
"gridKeyPress": onKeyPressed,
"gridEditCell": OnEditCell,
"gridMenuClick": onMenuClick,
"gridMenuInit": InitMenu,
"gridDoubleClick": onDoubleClick
});
gridControl.Delimeter="|";
gridControl.InitXML(gridXML);
});
});
function getHeaderForPackRecon()
{
    // Create this String <th align="c">Name</th>
    alert("test1");
    var aml = "<Item type='Symbi_PackRecons_Item' action='get' ><source_id>" + document.itemID + "</source_id></Item>";
    var res = top.aras.soapSend("ApplyItem", aml);
    var nodes = res.getResult();
    var nodesCount = nodes.childNodes.length ;
    alert(nodesCount);
    var tHeadStart = "<thead>";
    var theadEnd = "</thead>";
    var header = "";
    var colStart = "<columns>";
    var colEnd = "</columns>";
    var col = "";
    for (var i = 0; i < nodesCount; i++) {
        var node = nodes.childNodes[i];
        var relItemID = node.getAttribute("id");
        var relItem = top.aras.getItemById("Symbi_PackRecons_Item", relItemID);
        var fmItemID = top.aras.getItemProperty(relItem, "related_id");
        var fmItem = top.aras.getItemById("FM_Item", fmItemID);
        var itemNo = top.aras.getItemProperty(fmItem, "item_id");
        header = header + "<th align='c'>"+ itemNo + "</th>";
        col = col + "<column width='130' order='"+i+ "'/>" ;
    }
    var ret = tHeadStart + header + theadEnd + colStart + col + colEnd ;
    alert(ret);
    return ret;

}
function onClick(row, col)
{
return;
}
function onKeyPressed(kEv)
{
return;
}
function OnEditCell(event, row, col)
{
return;
}
function onMenuClick(menuChoice)
{
return;
}
function InitMenu(row, col)
{
return;
}
function onDoubleClick(rId)
{
return;
}

function doheader()
{
  var itemtypeID = top.aras.getItemTypeId("FM_Item");
  var param = { aras: top.aras, itemtypeID: itemtypeID, multiselect: true };
  var options = { dialogWidth: 700, dialogHeight: 450 };
 
  var results= top.aras.modalDialogHelper.show('DefaultModal', window, param,  options, 'searchDialog.html');
 
for (var i = 0; i < results.length; i++)
{
    var result = results[i];
}

var item = document.thisItem;
alert(item);
var vpack = item.newItem("Symbi_Pack_MterialRecons","add");
var fmi=item.newItem("FM_Item","get");
fmi.setProperty("id",result);
var resfm=fmi.apply();
var vATRPara = item.newItem("Symbi_PackRecons_Item","add");
vATRPara.setProperty("source_id",item.getID());
vATRPara.setProperty("related_id",result);
vATRPara.setRelatedItem(fmi);
vpack.addRelationship(vATRPara);
var res=vATRPara.apply();
alert(res);

}

function dostandarddetail()
{
  var itemtypeID = top.aras.getItemTypeId("Symbi_PackMaterialRcons_Detail");
  var param = { aras: top.aras, itemtypeID: itemtypeID, multiselect: true };
  var options = { dialogWidth: 700, dialogHeight: 450 };
  //getHeaderForPackRecon();
  var results= top.aras.modalDialogHelper.show('DefaultModal', window, param,  options, 'searchDialog.html');
 
for (var i = 0; i < results.length; i++)
{
    var result = results[i];
}
var item = document.thisItem;
alert(item);
var vpack = item.newItem("Symbi_Pack_MterialRecons","add");
var fmi=item.newItem("Symbi_PackMaterialRcons_Detail","get");
fmi.setProperty("id",result);
var resfm=fmi.apply();
var vATRPara = item.newItem("Symbi_PackRecons_Detail","add");
vATRPara.setProperty("source_id",item.getID());
vATRPara.setProperty("related_id",result);
vATRPara.setRelatedItem(fmi);
vpack.addRelationship(vATRPara);
var res=vATRPara.apply();
alert(res);

}

</script>
<div id="ButtonSection" class="logicalSubSection" align="center" style="padding-bottom: 15px;">
           <input type="button" class="btn" id="Button1" name="headerbutton" value="Add Header Item" onclick="doheader()" />
           <input type="button" class="btn" id="Button2" name="detailbutton" value="Add Standard Details" onclick="dostandarddetail()" />
            <input type="button" class="btn" id="completeButton" name="Complete" value="Add Details" onclick="" />
</div>
<table>
<tr>
<td style="width:800px; height: 800px;" valign="top" id="gridTD">
</td>
</tr>
</table>

 

this code is written in html field code of form

please help me as early as possible

 

Unable to access Aras Innovator Administrator Component

$
0
0
I have installed Aras Innovator instance in my local machine. Till last date I was able to access every component of AI as I used to login with my Admin credentials.
Yesterday I was trying to import ItemType definition of another AI through Import Utility and it got failled due to error "duplicate Item Type already exist". Then I tried to delete some of duplicate ItemType from my AI instance. After deletion, I tried to login again and got know I have no more Admin rights in Innovator that I am not able to access Administrator component though I logged with Admin credentials. URL is  also showing "ArasRestrictedMode=1". 
Kindly let me know how to fix this problem as I want Administrator rights again.

Downloading multiple files

$
0
0

Aras 11 allows users to drag and drop to upload multiple files, is there a way to download multiple files as well?

Is there any documentation on file handling in Aras 11 I can refer to? I can't seem to find any information in "Just ask innovator" site

lower toolbar missing

$
0
0

Hi friends,

I am using Aras 11SP5

client win7+IE11 +.Net 4.5 and I have set the regedit "EnableIEHosting"=dword:0000001

The lower toolbar buttons is missing , please see attach file(firefox is ok), where can I fix the problem, Thanks

How to specify default search criteria in search dialog?

$
0
0

Hi Community, 

When I configure a field as Item Type, innovator provides me a text-button pair on the page to popup a search dialog to support filtered selection. Is there any method to specify the default search criteria on the opened search dialog? It should be noted that, this field has no relationship with the main item on the opener page.   

Viewing all 1103 articles
Browse latest View live


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