[Axapta-Knowledge-Village] sending attachment using mail from SharePoint

2008-02-27 Thread SARAVANAN .J
Hi ,
   
  I am trying to send email with attachment (report saved as pdf)
  From SharePoint site for Axapta 4.0, but I am getting a blank page.
   
  I am trying this from the machine where SharePoint is installed. 
   
  I went to the event viewer to see the error and I got the below one.
   

  Event Type:Warning
  Event Source:Microsoft.Dynamics.WebParts
  Event Category:None
  Event ID:  10025
  Date: 26/02/2008
  Time:17:36:02
  User: N/A
  Computer:  DDB-FINWEB
  Description:
  The Microsoft Dynamics session get object call runWebletItem failed.
   
  Method 'addAttachment' in COM object of class 'CDO.Message' returned error 
code 0x80070002 (unknown) which means: The system cannot find the file 
specified.
   
  Microsoft.Dynamics.BusinessConnectorNet.XppException
 at Microsoft.Dynamics.BusinessConnectorNet.AxaptaObject.Call(String 
methodName, Object[] paramList)
 at 
Microsoft.Dynamics.WebParts.SessionItem.AxaptaObjectImpl.Microsoft.Dynamics.WebParts.IAxaptaObject.Call(String
 methodname, Object[] paramlist)
   
   
   
  For more information, see Help and Support Center at 
http://go.microsoft.com/fwlink/events.asp.
   
  It says the system could not find the file specified, but in my code I am 
getting the path(of the file where it is saved as pdf),
  The file is getting saved in the specified path but unable to load as 
attachment.
   
  mailer.attachments().add(_sFileName); // _sfilename is my path where the file 
is saved.
   
   mailer.sendMail();
   
  Also without the attachment I am able to send mail.
  Please suggest on how to solve this issue of sending with attachment.
   
   
  Regards,
  Saravanan J

   
-
 Why delete messages? Unlimited storage is just a click away.

[Non-text portions of this message have been removed]



Re: [Axapta-Knowledge-Village] axapta finance exam

2008-02-27 Thread Gino Rossi
Hi,
   
  Try with site like pass4sure, or chinatag. 
   
  bye
  Gino

duygu mutlu [EMAIL PROTECTED] wrote:
  Dear all,
I also need Normal(not advanced) and advanced Finance Certification exam 
questions.How can I get them?
Could you please help me?

Thanks,
Duygu MUTLU

-
Never miss a thing. Make Yahoo your homepage.

[Non-text portions of this message have been removed]



 

   
-
Looking for last minute shopping deals?  Find them fast with Yahoo! Search.

[Non-text portions of this message have been removed]



[Axapta-Knowledge-Village] Exam For Production Module

2008-02-27 Thread visti_2001

Does anyone have sample papers for Production Module Exam in Axapta. 
Or Sample Question Set. Pleaseee Mail Me. If there are any sites 
having free sample questions in Axapta also please mail me the links 
if they are really free questions



Re: [Axapta-Knowledge-Village] sending attachment using mail from SharePoint

2008-02-27 Thread SARAVANAN .J
Hi all,
   
  This issue is solved the problem was the file was saved in server and the 
retriving was done from client.
   
  Thanks,
  Saravanan J

SARAVANAN .J [EMAIL PROTECTED] wrote:
  Hi ,

I am trying to send email with attachment (report saved as pdf)
From SharePoint site for Axapta 4.0, but I am getting a blank page.

I am trying this from the machine where SharePoint is installed. 

I went to the event viewer to see the error and I got the below one.


Event Type: Warning
Event Source: Microsoft.Dynamics.WebParts
Event Category: None
Event ID: 10025
Date: 26/02/2008
Time: 17:36:02
User: N/A
Computer: DDB-FINWEB
Description:
The Microsoft Dynamics session get object call runWebletItem failed.

Method 'addAttachment' in COM object of class 'CDO.Message' returned error code 
0x80070002 (unknown) which means: The system cannot find the file specified.

Microsoft.Dynamics.BusinessConnectorNet.XppException
at Microsoft.Dynamics.BusinessConnectorNet.AxaptaObject.Call(String methodName, 
Object[] paramList)
at 
Microsoft.Dynamics.WebParts.SessionItem.AxaptaObjectImpl.Microsoft.Dynamics.WebParts.IAxaptaObject.Call(String
 methodname, Object[] paramlist)



For more information, see Help and Support Center at 
http://go.microsoft.com/fwlink/events.asp.

It says the system could not find the file specified, but in my code I am 
getting the path(of the file where it is saved as pdf),
The file is getting saved in the specified path but unable to load as 
attachment.

mailer.attachments().add(_sFileName); // _sfilename is my path where the file 
is saved.

mailer.sendMail();

Also without the attachment I am able to send mail.
Please suggest on how to solve this issue of sending with attachment.


Regards,
Saravanan J

-
Why delete messages? Unlimited storage is just a click away.

[Non-text portions of this message have been removed]



 

   
-
 Get the freedom to save as many mails as you wish. Click here to know how.

[Non-text portions of this message have been removed]



[Axapta-Knowledge-Village] BOM

2008-02-27 Thread Ax Consultant
hi,
Can we Unassemble an assembled item.
e.g. suppos we make a BOM/Set using production..after making a finish 
good...want to explode it and use its components in some other production 
orderis it possibl in AX?? if Yes, how??


Regards.


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


[Non-text portions of this message have been removed]



[Axapta-Knowledge-Village] Re: Doubt in RecordSortedList

2008-02-27 Thread Steeve Gilbert
Check output menuItem : salesRankingReport.  This is report that does 
just that.

Steeve...

--- In Axapta-Knowledge-Village@yahoogroups.com, Anjali Kanna 
[EMAIL PROTECTED] wrote:

 Hi to all,
I have a doubt in RecordSortedList. I want to print the top 50 
Customer in customer report.I used one temp table.
   Using record sorted list values are insertd in to temp table in 
ascending order,but requirement is to print the top values only .so i 
need to store the values into the temp table in desc order.I don't 
know how to do that .if anyone know this concept immediately 
reply me .
  
 it's very urgent
  
 Thanks for your help
 
 
   Unlimited freedom, unlimited storage. Get it now, on 
http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/
 
 [Non-text portions of this message have been removed]





[Axapta-Knowledge-Village] Re: Top most Group Header not printing

2008-02-27 Thread Steeve Gilbert
- Does your section group have a dataField?
- Is your query sorted by that field as first sorted field?

If you corrected one of those 2, make sure to reset your query 
parameter when you launch the report so that the intended sort order 
is restored.

Steeve...

--- In Axapta-Knowledge-Village@yahoogroups.com, rmrallistan 
[EMAIL PROTECTED] wrote:

 Hi,
 
 I'm doing report which have two groups. The top most group is not 
 printing. What could be wrong?
 
 This is what I'm expecting to happen...
 Group1
   Sub Group 1
   .
   .
   Sub Group n  
 
 Group2
   Sub Group 1
   .
   .
   Sub Group n  
 
 
 but this is the output...
   Sub Group 1
   .
   .
   Sub Group n  
 
 
 Please help. Thanks.
 
 Yna
 AX Newbie





[Axapta-Knowledge-Village] -0.00 bank balance in Reconciliation

2008-02-27 Thread Tarek Saleh
Hi Gangs,
   
  When we try to make the bank reconcailiation after clearing all the 
transaction we recive 0.00 balance with a negative sign, anybody knowes how to 
resolve that as the reconcialition botton not activated in this case?
   
   
  Thanks a lot
   
  Tarek Saleh


 

   
-
Looking for last minute shopping deals?  Find them fast with Yahoo! Search.

[Non-text portions of this message have been removed]



[Axapta-Knowledge-Village] www.systomatics.com

2008-02-27 Thread Harry Deshpande
Hi

The site has been updated with a new blog

Regards

harry


[Non-text portions of this message have been removed]