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

Button OnClick even to call a method

$
0
0
How do I add a button to a form,  with an OnClick event that runs a method?

Activity2 permissions

$
0
0

Hello ,

We are currently working with Project management and we have a situation with permissions.

Lets say the Project Manager has an activity assigned to one of team members, but that team member is off work during that day, so the Project Manager has completed the assignment and wants to mark the activity as complete. This throws a permission error , saying he has insufficient permissions to process activity or assignment.

I have searched through many permissions and neither Activity2 or activity2 assignment seems to do the trick.

Which itemtype has the permission to complete Project task of other people?

Error Promomt when Click on custom method to create a project

$
0
0

Hello friends,

I am try to create a project from other item type name "TestItem" by creating a custom method name "Create a Project" on Action menu So when i click then it prompts error   

" error=TypeError: srcNode is null"

Method as shown  below

try{
var inn=this.newInnovator();
var TestItem=this.newItem("TestItem","get");
TestItem.setAttribute("select","id","project_name");
TestItem.setID(this.getID());
var TestItems=TestItem.apply();
if(TestItems.isError())
{
top.aras.AlertError("Error:"+TestItems.getErrorDetail());
}
var Project=top.aras.newItem("Project","add");
top.aras.setItemProperty(Project,"name",this.getProperty("project_name"))
top.aras.uiShowItemEx(Project,"tab view",true);
}
catch(e)
{
top.aras.AlertError("error="+e);

}

So if anybody have a solution on above query so please help.

 

Thanks in advance

Abhishek Srivastava

CookBook Instruction are not working

$
0
0

I am try to give private permission to item , for that I use cookbook of programmer guide .

but when I try code given in cookbook , it is  not working.

Thanks in advance

Customized form

$
0
0

I need to have a html form with upper and lower sections, each section has multiple tabs.

The ARAS form builder seems not supporting this layout, if I have to develop a customized form, how to make it work with ARA.

What I need to do is --> when the workflow goes to the last step, the user clicks the assigned task in his/her basket, then this customized form will be displayed with all data fields populated from server.

I am new to ARAS, any suggestion would be helpful.

Thanks

how to run aras innovator on cloud and mobile

$
0
0

Hi friends,

Can you please guide me that how to run Aras Client on cloud, I have a server and i also able to work as  a client on office network.

I need to run aras on cloud and mobile. So please share your solution.

 

Thanks in advance

Abhishek Srivastava

hey guy I am new in aras Programming

$
0
0

I am try to write code for java scripts  and the try to access in  stylesheet for Generate a reports .

Java Script like

tes1.js

try{
var myFunctionWasCalled = false;
/*var myInnovator = new Innovator();
var  test=myInnovator.newItem("TimeSheet","get");
//var id=myInnovator.getID();
//test.setID(id);
var results = test.apply();
var count = results.getItemCount();
//alert(count);
    var i;
for(i=0;i<count;i++)
{
var user= results.getItemByIndex(i);
    var ID="0BF3A0FD26DC46228F101B3D1E89A691";
    var getid=user.getID;
    if()
    {
  
        alert(user.getProperty("employee_name"));
}
}   */
function doFoo()
{
if (!myFunctionWasCalled) {
alert("doFoo called for the very first time!");
myFunctionWasCalled = true;
}
else {
alert("doFoo called again");
}
}
}
catch(e)
{
alert(e);
}

 

and then try to access above  java script in  stylesheet like that

<html>
<head>
<title>Test Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<script type="text/javascript" src="helpers.js"></script>
</head>
<body>
<p>myFunctionWasCalled is

<script type="text/javascript">document.write(myFunctionWasCalled);</script>

</p>
<script type="text/javascript">doFoo();</script>
<p>Some stuff in between</p>
<script type="text/javascript">doFoo();</script>
<p>myFunctionWasCalled is
<script type="text/javascript">document.write(myFunctionWasCalled);</script>
</p>
</body>
</html>

but code is not working any can help me

Thanks in advancde

Change color of text that user types

$
0
0

Hello,

I am looking for some way to change the color of the text that a user enters inside of a textbox.  I know there is a setting to change the color of the heading of a label or textbox, but I do not know of a way to change the color of text that a user types in. 

 

Also would there be any possible way to have a setting that takes away all the color off of elements on a form?  I mean in the sense of making the buttons on a form black color instead of the usual blue?  And the drop down lists the arrow on them make that black instead of blue? 

My first thought was to somehow use CSS or JavaScript but I am not sure how to go about this.

Thank you!

 


How to print Gantt Chart in Aras 11.

$
0
0

How to print Gantt Chart in Aras,

Is there any way to print?

 

If anyone have solution then kindly share ....

Thank You

Abhishek Srivastava

Is any possibility , Lifecycle State comes like dropdown when promote

$
0
0

Hi friends ,

Is there any possibility that lifecycle state comes like dropdown way when promoting .

 

Kindly guide me.

 

Thanks

Abhishek Srivastava

How to set two filter in a dropdown field in aras

$
0
0

Dear All,

If I want to Set two filter in a dropdown field then how it will done by filter list concept.

1st field : Project Name    (FilterList1)

2nd Field : Department     (FilterList2)

3rd Field: Similar Project Name. (Result)

Now 1st field is 1st filter and 2nd field is 2nd filter. Project Name Data Type is "string" and Department Data Type is Classstructure.

 

So Can you please share solutions if any body have.

 

Thanks in Advance

Abhishek Srivastava

Hyperlinks in email notifications not working in 11 Sp5 build 6296

$
0
0

Normal 0 false false false false EN-US X-NONE X-NONE

Good afternoon,

I am having trouble with hyperlinks in email notifications after setting up a new test instance of 11SP5 build 6296.

On the original test instance (11  build 6073), the following string would launch Aras and open the item associated with the GUID:

http://umcapptest01/innovator/default.aspx?StartItem=DOCUMENT:CA2C023531F646DE9B58ECE0C6AFD292

In the new 11sp5 instance build 6296, I replaced the umcapptest01/innovator with new values, but I now see the following errors:

The method “selectStartPage” failed.

Technical Message    aras_object:“undefined” : “aras.setup_query.StartItem.split is not a function”

Stack Trace     Client Side Error

 

and

 

The method “runStartPage” failed.

Technical Message    aras_object:“undefined” : “aras.setup_query.StartItem.split is not a function”

Stack Trace     Client Side Error

 

Comparing the (2) methods (“selectStartPage” and “runStartPage”) from the 2 instances, it appears that a change was made to these 2 files as follows (not sure if/how this affects the hyperlinks):

11 build 6073: top.aras.setup_query.StartItem

11 sp5 build 6296:   aras.setup_query.StartItem

 

 “selectStartPage”:

11 build 6073:

if (!top.aras || !top.aras.setup_query || !top.aras.setup_query.StartItem) return;

if (top.aras.setup_query.StartItem == 'inbasket')
  return 'InBasket Task';

var arr = top.aras.setup_query.StartItem.split(":");
var type = arr[0];
var id = arr[1];
if (type && !id) return type;

 

11 sp5 build 6296:

if (!aras || !aras.setup_query || !aras.setup_query.StartItem) return;

if (aras.setup_query.StartItem == 'inbasket')
  return 'InBasket Task';

var arr = aras.setup_query.StartItem.split(":");
var type = arr[0];
var id = arr[1];
if (type && !id) return type;

 

“runStartPage”

11 build 6073:

if (!top.aras.setup_query.StartItem) return;
var arr = top.aras.setup_query.StartItem.split(":");
var type = arr[0];
var id = arr[1];
if (!type || !id) return;
var itm = top.aras.getItemById(type, id, 0);
if (itm)  top.aras.uiShowItemEx(itm, undefined);

 

11 sp5 build 6296:

if (!aras.setup_query.StartItem) return;
var arr = aras.setup_query.StartItem.split(":");
var type = arr[0];
var id = arr[1];
if (!type || !id) return;
var itm = aras.getItemById(type, id, 0);
if (itm)  aras.uiShowItemEx(itm, undefined);

 

Am I missing something stupid here?

Can anyone help with a fix of provide guidance?

 

Thanks,

No login screen post install - XML Error

$
0
0

Hi all

I've installed ARAS on a standalone PC (all components) to test the functionality of the product.. Unfortunately, I'm not able to get to the login screen post install. When running the ARAS short cut  Firefox opens with the below errors in the window:

Resource with key="'login.login_btn_label'" is not found in "http://localhost/InnovatorServer/Client/X-salt=std_11.0.0.6296-X/xml/ui_resources.xml".

Resource with key="'login.cancel_btn_label'" is not found in "http://localhost/InnovatorServer/Client/X-salt=std_11.0.0.6296-X/xml/ui_resources.xml".

Resource with key="'login.default_link_html'" is not found in "http://localhost/InnovatorServer/Client/X-salt=std_11.0.0.6296-X/xml/ui_resources.xml".

Resource with key="'login.bookmark_this_page_txt'" is not found in "http://localhost/InnovatorServer/Client/X-salt=std_11.0.0.6296-X/xml/ui_resources.xml".

Resource with key="'login.version_html'" is not found in "http://localhost/InnovatorServer/Client/X-salt=std_11.0.0.6296-X/xml/ui_resources.xml". 11.0 SP5; Resource with key="'login.build_html'" is not found in "http://localhost/InnovatorServer/Client/X-salt=std_11.0.0.6296-X/xml/ui_resources.xml". 6296 

 

I've reinstalled many times following the installation guide each time but get the same results after the install completes.

The host is running Windows 7 Professional 64 bit.

Has anyone seen anything like this before?

Any help would be appreciated.

Thanks

Rhys

XML Error when logging into ARAS

$
0
0

I have installed ARAS INNOVATOR 11 in my Windows 10 PC. When i try to login into aras i am getting the following Errors.

 

 


My System Details:

OS                                               : Windows 10
IIS                                                : IIS 10
Database                                     :Microsoft SQL Server 2008 R2
Internet Explorer                          :IE11
Mozilla Firefox                              :Mozilla Firefox 38 ESR


Note:I have installed sdns.exe.For IE11,I done all configurations what ever they mentioned in installation document. While installing Aras innovator i didn't get any error it installed successfully.Please Help me to fix this problem.

 

 

InBasket Task not support multilingual

$
0
0

Hi friends,

I am using Aras 11SP5

I try the InBasket Task (configurable Inbasket), I found My InBasket doesn't support the multilingual , what I am missing??

Thanks in advance


Innovator Integration Tool Examples and Lessons Learned

$
0
0

Hello,

My company is about to launch integrations to Aras from SAP and a home-grown Project / Portfolio Management system, which is SQL-based.  Though we have integration tools in house, we are interested to hear experiences by other Aras customers.  What have you used for Aras integration that has worked well?  Have there been tools you’ve tried that have not worked well?

Thank you for your input.

Renaming Document - possibly with method

$
0
0

Hello all - this is my very first post on here but I am sure it wont be my last :)

is it possible to rename a document using a method?

The reason behind this is because I want the user defined document name to be overwritten by an automated name. I cant use a sequence to do the document naming for me as I have different sequences defined based on classification but can only define one sequence for the document property.

As a result a user will create a document and select the classification and name the document as they wish. On close I would like a method to run that uses the classification to rename the document based on a sequence linked to classification

thanks

Customize ToC for a specific user in Innovator 11 SP5.

$
0
0

Hi,

I want to create user which can see the Change Management category in the ToC. So I create it and add it and add 

 

but Change Configuration category does not show in the ToC? Where is the problem?

Trigger email on field change

$
0
0

I would like to trigger an email message when the field value is changed. Does anybody have an example?

Thanks

 

Easiest way to advance through states?

$
0
0

Hello

We're a startup company and I'm the only user of Innovator. 

I've created the database of parts, assemblies, manufacturers, documents etc and that all does what I need it to - basically just to record reference numbers and links between them.

Everything is in state 'preliminary'. 

I'd like to be able to advance through the states to 'released' and 'superseded' or 'obsolete', but I don't want to have to use a complex ECO/ECN/MCO... etc system.

We have a change management process - printed, signed documents - outside of Innovator and that's not going to change any time soon.

So, my question is this - what's the very simplest way of being able to change state? (for parts & documents)

(note when I select 'promote' on a part right now I get an error 'no promotions available' and don't know why)

Cheers

Bob

Viewing all 1103 articles
Browse latest View live


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