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

Components/Subassembly of a Part must be released before itself being released

$
0
0

Hi,

I have situation where the lifecycle of a Part is able promote to released state but its BOM( ie component/subassembly) are till in preliminary state.

Does Aras have a default setting to check: if Part's BOM's state is not released, then the part itself cannot be release?

Or this must be done by customization with coding in some way?

Thank you for any pointers!

 


How to Refresh Forms on ItemType

$
0
0

I have several Forms on an ItemType.  On Firefox,  the command "top.OnSaveCommand()" saves the form and refreshes the Form just fine.  However on Internet Explorer, I cannot figure out how to Refresh the Form on the ItemType when the user does an action in that Form. 

Code I have already tried:

top.aras.clearClientMetadataCache();

 -This does not refresh the form.  The line being displayed still shows old values.

I have also tried:

var newver = top.aras.saveItemEx(document.thisItem.node,false);
top.aras.uiReShowItemEx(document.itemID,newver);

-This causes an error to be thrown.

 Right now I use the following statement as a workaround: parent. onSaveUnlockAndExitCommand(); -This forces the whole ItemType to save, unlock and Close.  And then when the user re-opens it all of the values are up to date.  This is not an ideal solution however.

If anyone has any ideas it would be great appreciated!

 

Report or Email Alert of user who are not create and save form of Item Type

$
0
0

Hi,

I need a report of that user who are not create and save a form of a particular item type on daily basis.

For Example:

I have a "X" Item Type and every user needs to enter and save data because when user create and save form then automatically they registered on Created On Property , suppose any user missed or forgot to fill data then i can take report like  which guy missed on daily basis or monthly basis or email alert if possible.

So if any solution then share me

Kindly help me.

Thanks

Abhishek Srivastava

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

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.

 

Variants définition

$
0
0

Hi all,

I'm new to aras and I wanted to study the variants package solution. I followed the instructions in the "Aras variants management doc".

After créating the tractor BOM, I wanted to display the "variants" of a part variant but nothing appears. The table is empty and there is no edition option the only action available is export to excel or word.

Thanks for the help

Rachèle

The SMTP host was not specified?

$
0
0
Hello everyone How to solve the problem of The SMTP host was not specified? Thanks. Hsing.

alternative method for getProperty().

$
0
0

hii all,

is any alternative method for getproperty() method

plz tell me,

thank u..


Unable to get properties of item type.

$
0
0

Hii everyone,

I have written code in javascript on click event, but i am not able to get property of   SYMBI_QUANTITY.

Error-" unable to get property 'getproperty of undefined or null reference'"

 

innovator=document.thisItem.getInnovator();

var vFormulaId=document.thisItem.getProperty("id");

 

var query=innovator.newItem("");

var aml = "<Item type='SYMBI_ITEM_MATERIAL_RECEIVED' action='get' select='RELATED_ID,SOURCE_ID'>" +

" <SOURCE_ID>" + vFormulaId + "</SOURCE_ID>" +

" <RELATED_ID condition='is not null'></RELATED_ID>" +

"</Item>";

 

query.loadAML(aml);

 

var result=query.apply();

var count = result.getItemCount();

alert(count);

for (var i=0; i<count; i++)

 

{

var vItem=innovator.newItem("SYMBI_BIN CARD","get");

var  vItemCount = result.getItemByIndex(i);

var vRelation=vItemCount.getRelatedItem(vItem);

var sQuantity=vRelation.getProperty("SYMBI_QUANTITY ");

alert(sQuantity);

}

any solution please help..

Date Property Invisible after 48 hours of entry in a form

$
0
0

Create a property date of entry in a item type and pick it up in a form.

When you fill form then after 48 hours date of entry property is automatically invisible.

 

So kindly help me , Is that possible?

Thank You in advance

Regards

Abhishek Srivastava

Adding own help website as menu option

$
0
0

Hi, we have a website with help for our users on how to use Aras, I would like to add a link to it in the "Help" menu, how do I do that?

Web services - WSDL

$
0
0

Hi,

Where can I find documents about the "out of the box" ARAS web services ? And what is the URL of the WDSL document for a standard ARAS server ?

I'm making some tries on using the ARAS web services and I want to adapt to ARAS the windchill/catia RIALTO macro :

http://www.plmlab.fr/index.php?page=rialto

If you have already done such a work with ARAS and any CAD system, your help will be very welcome.

Regards,

--

Pascal Morenton

pascal.morenton@ecp.fr

 

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…

 

List value changes then part number should be change.

$
0
0

Hii community,

I have written code in javascript method,

I want to change Part number when when customer name list box values will change,

bl_customer_name is a Property name whose source is list.

Values in list :Ancillary Chakan,Chakan,LATL Chakan etc

Sequence:BL_ANCILLARY  CHAKAN,BL_Chakan,BL_VARROC ENGG TAKVE etc

Code:

var NewNum="";

if ((document.forms[0].bl_customer_name.value =="Ancillary Chakan") 

     NewNum = top.aras.getNextSequence("","BL_ANCILLARY  CHAKAN"));

     handleItemChange("item_number", NewNum);

  }

 

else if ((document.forms[0].bl_customer_name.value =="Chakan")

NewNum = top.aras.getNextSequence("","BL_Chakan"); 

      handleItemChange("item_number", NewNum);

  }

 

else if ((document.forms[0].bl_customer_name.value =="LATL Chakan") 

     NewNum = top.aras.getNextSequence("","BL_LATL CHAKAN"); 

 handleItemChange("item_number", NewNum);

  }

else if ((document.forms[0].bl_customer_name.value =="Ancillary Chinchwad")

     NewNum = top.aras.getNextSequence("","BL_ANCILLARY  CHINCHWAD"); 

 handleItemChange("item_number", NewNum);

  }

else ((document.forms[0].bl_customer_name.value =="Verroc Engg. Takve") 

     NewNum = top.aras.getNextSequence("","BL_VARROC ENGG TAKVE"); 

 handleItemChange("item_number", NewNum);

  }

 

thank you

 

List value changes then part number should be change.

$
0
0

Hii community,

I have written code in javascript method,

I want to change Part number when when customer name list box values will change,

bl_customer_name is a Property name whose source is list.

Values in list :Ancillary Chakan,Chakan,LATL Chakan etc

Sequence:BL_ANCILLARY  CHAKAN,BL_Chakan,BL_VARROC ENGG TAKVE etc

Code:

var NewNum="";

if ((document.forms[0].bl_customer_name.value =="Ancillary Chakan") 

     NewNum = top.aras.getNextSequence("","BL_ANCILLARY  CHAKAN"));

alert(NewNum);

     handleItemChange("item_number", NewNum);

  }

 

else if ((document.forms[0].bl_customer_name.value =="Chakan")

NewNum = top.aras.getNextSequence("","BL_Chakan"); 

      handleItemChange("item_number", NewNum);

  }

 

else if ((document.forms[0].bl_customer_name.value =="LATL Chakan") 

     NewNum = top.aras.getNextSequence("","BL_LATL CHAKAN"); 

 handleItemChange("item_number", NewNum);

  }

else if ((document.forms[0].bl_customer_name.value =="Ancillary Chinchwad")

     NewNum = top.aras.getNextSequence("","BL_ANCILLARY  CHINCHWAD"); 

 handleItemChange("item_number", NewNum);

  }

else ((document.forms[0].bl_customer_name.value =="Verroc Engg. Takve") 

     NewNum = top.aras.getNextSequence("","BL_VARROC ENGG TAKVE"); 

 handleItemChange("item_number", NewNum);

  }

 

thank you

 


IS it possible to write Server Event on PolyItem Type

$
0
0

Hello EveryOne 

I have created a polyitem type and now I want to define some condition on that so is it possible to write any server event on polyitem to filter list before load

Tech publication installtion

$
0
0

I have successfully installed "Technical Documentation" from 11SP05 on InnovatorSolutions database.

But

I have not been able to install  "Technical Documentation" on Innovato database. Is  "Technical Documentation" dependent on InnovatorSolutions database ?

 

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

Aras 11.0 to Aras 11 SP5 upgrade

$
0
0

Hi,

We wish to apply the SP5 upgrade, but the release notes are unclear on the correct path.  We are on 11.0.

There appears to be a recursive reference in the documentation.

The document http://www.aras.com/support/documentation/11.0%20SP5/Installation%20and%20Configuration/Aras%20Innovator%2011.0%20-%20Installation%20Guide.pdf
says  in 2.2.3

Upgrading from Previous Versions
The Aras Innovator Installer cannot be used to upgrade your Aras Innovator code tree or database from a previous version of Aras Innovator.
The version of the database and the version of the code tree must match.
If you wish to upgrade from a previous version of Aras Innovator,
refer to the Aras Innovator Release Notes to see what path to take or contact Aras at info@aras.com to discuss your upgrade options.

says in 2.3

Upgrading to Aras Innovator 11.0 SP5 from ArasInnovator 11
Customers with an active subscription running any service pack of Aras
Innovator 11 should refer to the Aras Innovator 11- Upgrading to Service Pack 5 from Aras Innovator 11.0 document.

The last line seems to point to the previous document!

So, what is the correct upgrad method?

Bug 007281 - Vault server cannot resolve host name - resolution?

$
0
0

Anybody know how to resolve this?

In Aras 11:

Ref Bug 007281 -

Vault server cannot resolve host name

The vault URL computed by Aras Innovator can fail to calculate when based on DNS settings. If you encounter a

problem resolving the vault URL, please contact Aras support.

 

 

Viewing all 1103 articles
Browse latest View live


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