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

Date format in the Properties View

$
0
0

I am using Aras Innovator 10.0 SP3 Build: 5926.

I want to change the date format shown in the Properties View in the two columns of 'Created On:' and 'Modified On:'.

I am using:

IE language preference English (United States)[en-US]

Region and Language format English(United States) having the following date format:

Short date: M/d/yyyy

Example: 27. October 2015 -> 10/27/2015

 

The date format in the Properties View in the two columns of 'Created On:' and 'Modified On:' is like this

10/27/2015

This I want to be displayed like the default Danish time format:

27-10-2015

 

In the Aras documentation (Configuring Internationalization.pdf) I find:

5.1.3 Locale Neutral Data Formats

Date, decimal, and float properties will be displayed in the Aras Innovator UI based on the patterns in the client sessions Regional and Language settings...

 

Based on this information I have changed the Region and Language format into Danish(Denmark) having the following date format:

dd-MM-yyyy

Example: 27. October 2015 -> 27-10-2015

 

Starting the Aras UI the date format in the Properties View is still 10/27/2015 and thereby not changed as expected.

Obvious I am missing something.

Any helpful guideline will be appreciated.


Aras 11 Installation

$
0
0

Hi,

I have done the aras 11 installation, when i open it through IE 11, the title of the IE showing the below.

( http://localhost/?ArasRestrictedMode=1 - Aras Innovator Login - Internet Explorer )

Question :  why its show ArasRestrictedMode=1

Thanks

RK

Adding actions for Poly Items

$
0
0

Hi all,

I wanted to provide functionalities like where used, Structure browser, etc. for poly source items.

But, Adding action to poly items is disabled by default.

Is there any way so that I can achieve the functionality for poly items, which "Action" provide for regular item types?

 

 

retrieve password using javascript

$
0
0

Hi

Is there any way to retrieve password from aras database using javascript ? It should be decrypted.

How to display only specific items to user on main grid?

$
0
0

Hi,

We have a requirement where the parts displayed to user on main grid should be specific to manufacturer site. We have created separate Identities for the users who work at separate sites. So, users of a site1 Identity should have access to only to the parts that are being manufactured at site1.

Parts that user see on his main grid must be from his site. A property with list of sites is added to part itemtype.I can't use class path as we are already using it for 'Type'.

Is there any way to achieve this? Please help me.

Thank you, Vardh.

 

how to fix the error on CorporateTimeZone not set?

$
0
0

Hi there,

 

I am new to Innovator. I installed Innovator 11 successfully. When I try to make a search in Projects, I get the following error. 

How to fix it?

Gang

VBA throwing a run-time error 429 "ActiveX component can’t create object."

$
0
0

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

Hi Guys,

I have successfully registered  IOM.dll, and I added the library to references in my VBA project.

However, I am getting Error 429 "ActiveX component can’t create object."

On  Set innov = f.CreateInnovator(Nothing)

Does someoneencountered the same problem or knows how to solve this issue?

I have googled “ Error 429” it seems that there is a variety of reasons that may provoke this error, but none of those reasons is valid in my case.

Any help is very appreciated.

Thanks,

 

Force a comment on workflow vote

$
0
0

Hey,

is there any way to find out the comment that is inserted on workflow vote? Diddn't manage to find out anything. Any help is appreciated.

Regards


Configure AML search to compare 2 properties

$
0
0

How can I write the code for AML Search from the 4 search options if I want to use it to compare 2 date properties, instead of manually entering a criteria? 

For example,

<due_date condition="lt">2015-11-12T00:00:00</due_date>

 

I would like to substitute 2015-11-12T00:00:00 with the property close_date

Document Management Security Query

$
0
0

Hello Friends,

Is that possible when any attachment (like pdf word etc....)attached in a document and one person has the read write authority so he can open save print but if login by another person and they have just read authority  then they can only view means no print , no save just only view the document.

 

If anybody has answer for above query then kindly request to reply,

Thanks in advance

Regards

Abhishek Srivastava

Query Related to Document Management attachment Security

$
0
0

Hi Friends,

We are attaching a document like in pdf or word or excel whatever but my question is : Is that possible that we can restrict particular user that they can only view the document but can't able to save.

 

Kindly reply

Regards

Abhishek Srivastava

Aras Innovator 11 - Windows server 2012 R2 supported ?

$
0
0

Hello,

does anybody know whether Windows Server 2012 R2 is supported for Aras Innovator. In the installation manual it says Windows Server 2012 (or Windows Server 2008 R2), so I assume Windows server 2012 R2 is not officially supported?

Even if it is not officially supported, does it run on this environment (at the moment we like to set up a test system, before we start the implementation in 2016).

And since Windows 10 is out now, any comments about official support for Windows 10 / Edge Browser ?

Thanks for help

Martin 

Calling Javascript within XSLT

$
0
0

I am trying to reformat a XML date value to dd-MMM-yy (18-Nov-15) in a report. I am having trouble figuring out how to run the javascript within the XSLT to have the report I am creating show 27-Aug-15 instead of its original output 2015-08-27T00:00:00

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="urn:user-scripts" xmlns:aras="http://www.aras-corp.com">
  <xsl:output method="html" omit-xml-declaration="yes" standalone="yes" indent="yes"/>
  <xsl:template match="/">
    <html>
      <head>
       <title>
     Action Item Report: <xsl:value-of select="jav_action_id"/>
    </title>
      </head>
      <style type="text/css" userData="Global">
    .cellSolid {border-top:1px #000000 solid;border-right:1px #000000 solid;border-bottom:1px #000000 solid;border-left:1px #000000 solid;}
    .cellSolidTopRight {border-top:1px #000000 solid;border-right:1px #000000 solid;}
    .cellSolidTopLeft {border-top:1px #000000 solid;border-left:1px #000000 solid;}
    .cellSolidRightBottom {border-right:1px #000000 solid;border-bottom:1px #000000 solid;}
    .cellSolidBottomLeft {border-bottom:1px #000000 solid;border-left:1px #000000 solid;}
    .cellSolidTop {border-top:1px #000000 solid;}
    .cellSolidRight {border-right:1px #000000 solid;}
    .cellSolidBottom {border-bottom:1px #000000 solid;}
    .cellSolidLeft {border-left:1px #000000 solid;}
    .cellDashed {border-top:1px #666666 dashed;border-right:1px #666666 dashed;border-bottom:1px #666666 dashed;border-left:1px #666666 dashed;}
    .cellDashedTopRight {border-top:1px #666666 dashed;border-right:1px #666666 dashed;}
    .cellDashedTopLeft {border-top:1px #666666 dashed;border-left:1px #666666 dashed;}
    .cellDashedBottomRight {border-bottom:1px #666666 dashed;border-right:1px #666666 dashed;}
    .cellDashedBottomLeft {border-bottom:1px #666666 dashed;border-left:1px #666666 dashed;}
    .cellDashedTop {border-top:1px #666666 dashed;}
    .cellDashedRight {border-right:1px #666666 dashed;}
    .cellDashedBottom {border-bottom:1px #666666 dashed;}
    .cellDashedLeft {border-left:1px #666666 dashed;}
    .cellHeader {background-color:#CCCCCC;border-top:1px #000000 solid;border-right:1px #000000 solid;border-bottom:1px #000000 solid;padding:2px;text-align:center;text-transform:capitalize;text-align:center;font-family:helvetica;font-weight:bold;font-size:8pt;}
   </style>
   <script type="text/javascript">
    function mydateformat(datein){
    var m_names = new Array("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec");
    var d = new Date(datein);
    var curr_date = d.getDate();
    var curr_month = d.getMonth();
    var curr_year = d.getFullYear().toString().substr(2,2);
    return curr_date + "-" + m_names[curr_month] + "-" + curr_year;
    }
   </script>
      <script>
    onload = function() {window.resizeTo(1050,650);}
   </script>
      <body topmargin="50" leftmargin="50">
        <table border="0" cellspacing="0" cellpadding="0" width="1000">
          <tr>
            <td width="120"/>
            <td width="200"/>
            <td width="50"/>
            <td width="50"/>
            <td width="100"/>
            <td width="100"/>
            <td width="100"/>
            <td width="120"/>
        <td width="120"/>
        <td width="75"/>
          </tr>
          <tr valign="top">
            <td align="right" uniqueID="ms__id77" colspan="9">
              <img src="../images/seaspan_logo.png" width="150px"/>
            </td>
          </tr>
          <tr valign="bottom">
            <td colspan="6" style="font-family:helvetica;font-size:15pt;color:#DA1943;padding:2px;" align="left" uniqueID="ms__id79">Action Items Need vs. Forecast Date</td>
            <td colspan="2" style="font-family:helvetica;font-size:10pt;padding:2px;" align="right" uniqueID="ms__id80">
       Generated on: <script>
        var m_names = new Array("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec");
        var d = new Date();
        var curr_date = d.getDate();
        var curr_month = d.getMonth();
        var curr_year = d.getFullYear().toString().substr(2,2);
        document.write(curr_date + "-" + m_names[curr_month]
       + "-" + curr_year);</script>
      </td>
          </tr>
             <tr valign="top">
               <td class="cellHeader" uniqueID="ms__id81" align="left" colspan="" rowspan="" height="" width="" style="border-left:1px #666666 solid;">Action Item No</td>
               <td class="cellHeader" uniqueID="ms__id82">Title</td>
               <td class="cellHeader" uniqueID="ms__id84">Priority</td>
               <td class="cellHeader" uniqueID="ms__id84">Project</td>
               <td class="cellHeader" uniqueID="ms__id84">Comm. Sensitive</td>
               <td class="cellHeader" uniqueID="ms__id83">Approver</td>
               <td class="cellHeader" uniqueID="ms__id85">Owner</td>
               <td class="cellHeader" uniqueID="ms__id86">Need Date</td>
       <td class="cellHeader" uniqueID="ms__id87">Forecast Date</td>
       <td class="cellHeader" uniqueID="ms__id88">Status</td>
             </tr>
             <xsl:for-each select="//Item">
               <xsl:sort select="jav_action_id" order="ascending" case-order="upper-first" data-type="text"/>
       <xsl:sort select="jav_com_sen" order="ascending" case-order="upper-first" data-type="text"/>
               <tr valign="center">
                 <td style="font-family:helvetica;font-size:8pt;font-weight:bold;border-left:1px #666666 solid;padding:2px;" class="cellSolidRightBottom" align="left" uniqueID="ms__id90" colspan="" rowspan="" height="" width="">
                   <xsl:value-of select="jav_action_id"/>
                   <xsl:if test="jav_action_id='' or not(jav_action_id)">
                     <xsl:text>&#160;</xsl:text>
                   </xsl:if>
                 </td>
                 <td style="font-family:helvetica;font-size:8pt;padding:2px;" class="cellSolidRightBottom" align="left" uniqueID="ms__id91">
                   <xsl:value-of select="jav_title"/>
                   <xsl:if test="jav_title='' or not(jav_title)">
                     <xsl:text>&#160;</xsl:text>
                   </xsl:if>
                 </td>
                 <td style="font-family:helvetica;font-size:8pt;padding:2px;" class="cellSolidRightBottom" align="left" uniqueID="ms__id93">
                   <xsl:value-of select="jav_priority"/>
                   <xsl:if test="jav_priority='' or not(jav_priority)">
                     <xsl:text>&#160;</xsl:text>
                   </xsl:if>
                 </td>
                 <td style="font-family:helvetica;font-size:8pt;padding:2px;" class="cellSolidRightBottom" align="left" uniqueID="ms__id94">
                   <xsl:value-of select="jav_project"/>
                   <xsl:if test="jav_project='' or not(jav_project)">
                     <xsl:text>&#160;</xsl:text>
                   </xsl:if>
                 </td>
                 <td style="font-family:helvetica;font-size:8pt;padding:2px;" class="cellSolidRightBottom" align="left" uniqueID="ms__id95">
                   <xsl:value-of select="jav_com_sen"/>
                   <xsl:if test="jav_com_sen='' or not(jav_com_sen)">
                     <xsl:text>&#160;</xsl:text>
                   </xsl:if>
                 </td>
                 <td style="font-family:helvetica;font-size:8pt;padding:2px;" class="cellSolidRightBottom" align="left" uniqueID="ms__id96">
                   <xsl:value-of select="managed_by_id/@keyed_name"/>
                   <xsl:if test="managed_by_id/@keyed_name='' or not(managed_by_id/@keyed_name)">
                     <xsl:text>&#160;</xsl:text>
                   </xsl:if>
                 </td>
                 <td style="font-family:helvetica;font-size:8pt;padding:2px;" class="cellSolidRightBottom" align="left" uniqueID="ms__id97">
                   <xsl:value-of select="owned_by_id/@keyed_name"/>
                   <xsl:if test="owned_by_id/@keyed_name='' or not(owned_by_id/@keyed_name)">
                     <xsl:text>&#160;</xsl:text>
                   </xsl:if>
                 </td>
                 <td style="font-family:helvetica;font-size:8pt;padding:2px;" class="cellSolidRightBottom" align="left" uniqueID="ms__id97">
                   <xsl:value-of select="jav_due_date"/>
                   <xsl:if test="jav_due_date='' or not(jav_due_date)">
                     <xsl:text>&#160;</xsl:text>
                   </xsl:if>
                 </td>
           <td style="font-family:helvetica;font-size:8pt;padding:2px;" class="cellSolidRightBottom" align="left" uniqueID="ms__id97">
                   <xsl:value-of select="jav_clos_due_date"/>
                   <xsl:if test="jav_clos_due_date='' or not(jav_clos_due_date)">
                     <xsl:text>&#160;</xsl:text>
                   </xsl:if>
                 </td>
        
         <td style="font-family:helvetica;font-size:8pt;padding:2px;" class="cellSolidRightBottom" align="left" uniqueID="ms__id100">
                   <xsl:value-of select="state"/>
                   <xsl:if test="state='' or not(state)">
                     <xsl:text>&#160;</xsl:text>
                   </xsl:if>
                 </td>
               </tr>
             </xsl:for-each>
        </table>
      </body>
    </html>
  </xsl:template>
</xsl:stylesheet>

 

Change the Table of Contents View

$
0
0

Hi,

There is a TOC access and TOC View which can be set. As i have already created itemtypes, i need to change TOC based on User. How i can i configure it in ARAS Innovator 11.

 

Generating a report by using relationship as search criteria

$
0
0

I am trying to generate a report to show ONLY ECRs that have PR items linked to it. I first tried to test using a specific search for ECRs with PR-100006 attached, which should only return one instance, but it seems to have generated every ECRs in the system and spelled out every PR relationship when they exist instead of showing the one ECR that has a relationship with PR-100006.

 

<AML>

    <Item type="ECR" action="get" select="item_number">

        <Relationships>

            <Item type="ECR PR" action="get" select="item_number">

                <item_number condition="eq">pr-100006</item_number>

            </Item>

        </Relationships>

    </Item>

</AML> 

 

Can someone please show me how I would rewrite the AML so:

1. I can search on a relationships criteria 

2. I can generate a report to show ONLY ECRs that have PR relationships?


Facing 'Invalid Search Criteria' with the new installtion

$
0
0

Hi,

I have installed Aras Innovator 11 on a new server, details of the server are:

OS: Windows Server 2008 R2 Standard Service Pack 1

Type : 64-bit

SQL Server : 2012

Installation went smoothly, but when I login into InnovatorSolutions and try to open an ItemType by giving a value into search grid, I faced 'Invalid Search Criteria'.  Irrespective of the whatever the value that I put in search column I am facing this error.

The same error is being thrown all over the application across all items. 

 

Without having a working Search functionality we could not move forward. Please help us in solving this issue.

 

Thanks you.

 

Method to Restrict Over ride path access to CM

$
0
0

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

Hello,

I’m still fairly new to Aras Innovator 11 and have attended both the “Configuring Solutions” and “Developing Solutions” classes (not a programmer by trade), but I have run into what I thought would be a simple problem to resolve that has stumped me for a few days now.

I have a situation where coming off of a “Training” task (see below, hope picture shows up), I have an over-ride path (CM Training Update).  The problem is that I do not want anyone in the training group to be able to select this path, I want to limit the training group to using the “Refuse” option which will send a notification to me (CM) with the question allowing me to investigate and respond using “Delegate” back to the trainee(s) without disrupting the voting of everyone else.  If investigation does require an update, I want only “CM” to be able to initiate the “CM Training Update” path which will remove the training task from the balance of the training group which has not voted.

So my question is, can I create a server method that will look at the “created_by_id” or “modified_by_id” for the “CM Training Update” path (l am assuming “Pre Methods”) and if it doesn’t match the “CM” user id then return and error?

I have tried the following method attached to “Pre Methods” for the “CM Training Update” path but it appears to move right past it:

 

Innovator inn = this.getInnovator();

string u = this.getProperty("created_by_id","");

if (u != "62AD9C55AA4B4FDAB0212BB03B46D469") {
   
    return inn.newError("Insufficient Privileges to Vote CM Training Update, Please Vote Refuse");
}

return this;


I will also likely use the solution to make sure the curious minded trainees are not able to see what would happen if the selected the “Delegate” option.

Thank you in advance, and sorry if this question ends up being ridiculously simple…

 

Mailing Problem.

$
0
0

Dear Friends,

Kindly help me regarding email management.

I was make a lifecycle and that lifecycle put in a item type, i create a mail and put on state of lifecycle.

So , when i save the item then mail come this is correct but when i promote the item then mail not come while i put mail on next state of lifecycle as well.

In place of other user when i promote by innovator admin then mail comes for the same situation i cant understand.

 

Kindly guide me.

Thank You

Abhishek Srivastava

Mailing Problem

$
0
0

Dear Developers,

One issue occur regarding mail notification,

i put a mail in a life cycle and life cycle put on item type. So when i login with admin innovator then mail work properly when i save , and when i promote, mail comes  but issue is when i login with users and promote then process successfully done but mail not comes . why i can't understand.

 

So its a kind request to guide me, its urgent.

Thank You

Abhishek Srivastava

how to LifeCycle State will change when WF Activity Change

$
0
0

Hi This is Rakesh,

     I have attach Life Cycle and Workflow to Part Item type.

I made some Entry of data in Part.I have voated Workflow task in MyBasket.Once activity change state cannot be change of part.

any Solution to change state of part ,

Please Share.

Viewing all 1103 articles
Browse latest View live


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