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
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
i want to write following sql query in report query using aml
SELECT f.ITEM_CODE,f.DESCRIPTION,f.SYMBI_QTY_BALANCE,m.name,
g.SYMBI_RG_DATE,g.SYMBI_RATE,g.SYMBI_RETESTON,sb.SYMBI_AR_NO,sb.SYMBI_BATCH_NO,gi.SYMBI_MFG_DATE,gi.SYMBI_EXP_DATE
FROM innovator.FM_ITEM f
INNER JOIN innovator.SYMBI_GRN g
ON f.id=g.SYMBI_ITEM
inner join innovator.SYMBI_ITEM_BINCARD b on
f.id=b.SOURCE_ID
inner join innovator.SYMBI_BIN_CARD sb
on b.RELATED_ID=sb.id
inner join innovator.SYMBI_GRN_ITEM gi
on g.id=gi.SOURCE_ID
left join innovator.MANUFACTURER m
on g.SYMBI_MANUFACTURER=m.ID
where f.id='@id' AND g.SYMBI.QTY.BALANCE>0
please give me some suggestion
thanks in advance
Dear All,
I have defined one Stored Procedure in SQLs section named as Sp_CreateUser.
I just want to access the Stored Procedure from ServerSide Method.
Can anybody tell me how to do that, quick response will be highly appreciated.
Request you to provide some small example.
Thanks and Regards,
Shalabh Jain
Hi Everyone,
I have User Input Field ona report which takes user input. How can I enable user to input data when running the report through Aras.
Regards,
Naresh
Hi friends ,
I am facing an error while making multiple vault.
Error as shown below:
I follow step by step below procedure:
If any solution then please share:
Thanks in advance
Abhishek Srivastava
Hi, I have installed Aras innovator 11 SP5, and on test environment and I want to put sample date to it. So I go to the website and download the newest sample DB.
https://www.aras.com/support/sample-data/
but during installation and error message appears that my version is 11 SP5 but the base is 11 and the are not compatible.
Is there any new base available or way to start it with 11 version of the DB?
Hi,
sorry if I wrong the notions. I want use some manufacturer free service to use their predefined parts and to use the for testing pourposes.
If there such and how can I add them in Aras Innovator 11 SP5?
Regards.
When we fill all fields in form and forgot to attach physical file and going to save an item then system not accept. So i want that attachment should be required.
But how can we do that above query , kindly share me the solution.
Thanks in advance
Abhishek Srivastava
Dear Aras users,
I am trying to reach out to users of Aras innovator in India so that we can communicate and collaborate on sharing best practices in various industry verticals, sharing issues and resolution on troubleshooting, create storyboard for client demonstration etc. - basically to promote the flexibility and customizing capabilities of the Aras Innovator solution.
If you have any ideas or if a community / platform for Aras Innovator users in India already exists, then please respond to this message.
Regards,
Sanjay Paunikar
Linked In profile: https://in.linkedin.com/in/sanjaypaunikar
We are facing issues opening existing projects. We get following two error messages one by one wheb opening any project:
Please help, we blocked to proceed further.
Hello Frnds,
I am in a great touble. Please help me if anyone know about this error. I have some 24-25 projects in InnovatorSolution database but they aren't shown in user's login they only shown in the admin's login.
if i try to search the project from user's login the error "no items of type SavedSearch are Found" displayed. but they are shown in admin's account.
The main thing is that this error also comes if i try to search in 2nd database
if anyone know about this error then please help me.
.
Thanks in advance
Rahul
Hi there,
Very new to the world of ARAS and need a few pointers!
I managed to get our IT guys to set me up with ARAS but can't find any tutorials that can get me going from a blank install. There are many sample databases videos and Installation videos but when it comes to getting started from a blank install I'm coming up blank!
I guess a lot will depend on what we want to do with it but basics like identities / users, setting up a form, how to enter an existing cad part/documents etc.
Can anyone point me to a good "getting going and setting up" video.
Cheers
Hi,
In Aras - form while i click the button this html page should open { In the button onclick event i have added the javascript method : window.open("\foldername\chart.html") and its opening}. But i want to pass the values to this html page { Pls see the below code in the parameter ( bold Font ) }
Need a Help:
1. How to pass the values from the aras to this html page
<html>
<head>
<link rel="stylesheet" type="text/css" href="../styles/jsgantt.css"/>
<script language="javascript" src="../javascript/jsgantt.js"></script>
<script language="javascript" src="../javascript/graphics.js"></script>
<title>RK Design Chart</title></head>
<body>
<div style="position:relative" class="gantt" id="GanttChartDIV"></div><script>
var g = new JSGantt.GanttChart('g',document.getElementById('GanttChartDIV'), 'hour');
g.setShowRes(1);
g.setShowDur(1);
g.setShowComp(1);
g.setCaptionType('Resource');
g.setFormatArr("hours","minutes")
var rk = "7/26/2009 8.30";
if( g ) {
// Parameters ( pID, pName, pStart, pEnd, pColor, pLink, pMile, pRes, pComp, pGroup, pParent, pOpen )
g.AddTaskItem(new JSGantt.TaskItem(11,'Designer1' , rk, '7/21/2009 15:30','ff00ff','http://www.mail.com',0,'Joseph',100,0,1,1));
g.AddTaskItem(new JSGantt.TaskItem(12,'Designer2'.'laras','7/22/2009 16:00',7/22/2009 17:00','00ff00','',0,'Kevin',40,0,1,1));
g.AddTaskItem(new JSGantt.TaskItem(13,'Designer3','moon','7/23/2009 16:00',7/23/2009 17:30','00ffff','http://www.yahoo.com',0,'Roderick',60,0,1,1));
g.AddTaskItem(new JSGantt.TaskItem(14,'Designer4','krish','7/24/2009 18:00','7/24/2009 23:00','00ffff','http://www.yahoo.com',0,'Lip',60,0,14,1));
g.Draw();
g.DrawDependencies();
}
else
{
alert("not defined");
}
</script></body>
</html>
Advance thanks,
Krish
Hello Friends,
I am facing error when opening 3dxml file .
Error is: The page cannot be displayed because an internal server error has occurred.
What i did:-
Step 1. Create file type name 3dxml, Ext is 3dxml , MIME Type is application/octet-stream
Step 2. Download visionneuse 3DXML
Step 2. Locate 3dxml.html to ProgramFiles/Aras/Innovator/Client/Scripts/Viewers.
Step 2. Create a Viewer Name is 3dxml , Viewer URL is ./viewers/3dxml.html
Step 3, Attach viewer to file type 3dxml.
Now when i opening any 3dxml file from document item type then it shows blank window.
So, i did below things:
Now i change Viewer URL, I installed 3dxml application and create shortcut of 3DXMLPlayerAdvanced.html that located in program file under the folder dassault system.
Copy that shortcut and locate to Program files/Aras/Innovator/Client/Scripts/Viewers
and change 3dxml viewer url is ./viewers/3DXMLPlayerAdvanced - Shortcut
then error occur- The page cannot be displayed because an internal server error has occurred.
So if anybody have a solution then it will be very grateful for me. I only want to Setup 3dxml Viewer to server and client should be accessible either they have 3dxml viewer or not.
Thanks in Advance
Abhishek Srivastava
Hello,
When I try to add a new file, I have an error message "The operation is not functionnal because the .NET controls are not available.".
Could you explain me how to solve it please ?
Regards,
Hi,
I' m trying to get all the documents that are having the document number as "DOC-*" by using a javascript method.
The code that I' m using is:
var innovator = new Innovator();
var doc = innovator.newItem();
doc.loadAML("<Item type='Document' action='get' select='item_number,description'>" +
"<Item_number condition='like'>DOC-*</item_number>" + "</Item>");
var result = doc.apply();
if (result.isError()) {
top.aras.AlertError("Item not found: " + result.getErrorDetail());
return; }
var count = result.getItemCount();
for (i=0; i<count; ++i) {
var item = result.getItemByIndex(i); }
On my form I have assigned this method to a field on 'OnClick' event. But when I click on the field It is not getting the documents list, even not throwing any error complaining about something. It Just stays calm after clicking on it.
Is there any mistakes in the above code? Or any other I have missed?
Please help me.
Thank You/ Meenu
When we fill all fields in form and forgot to attach physical file and going to save an item then system not accept. So i want that attachment should be required.
But how can we do that above query , kindly share me the solution.
Thanks in advance
Abhishek Srivastava
hiii
i write following js method and want result of this methos into html page in table format
my js method
var myinnovator = this.getInnovator();
var itemname=this.getProperty("symbi_item");
var manfact=this.getProperty("symbi_manufacturer");
var supl=this.getProperty("symbi_supplier");
var grnno=this.getProperty("symbi_grn_number");
var qty=this.getProperty("symbi_qc_total");
var grnid=this.getProperty("id");
var challan=this.getProperty("symbi_challan");
var iFmBom=myinnovator.newItem("Symbi_GRN_Item","get");
iFmBom.setProperty("source_id",grnid);
var result = iFmBom.apply();
var btno=result.getProperty("symbi_batch_no");
var noconts=result.getProperty("symbi_no_of_conts");
var content = "<table>";
content += "" +
"<tr>" +
"<td>" + this.getProperty("symbi_grn_number") + "</td>" +
"<td>" + result.getProperty("symbi_batch_no") + "</td>" +
"<td>" + result.getProperty("symbi_no_of_conts") + "</td>" +
"</tr>";
content += "</table>";
return content;
thanks in advance