[Axapta-Knowledge-Village] Method Code

2009-04-08 Thread Khalil Rehman
Dear All, can any body help me to write a code in LedgerJournal Report. that is i want to place a Text box in Report Footer Text is Received By. and initial Visible status is NO. we have three Journal Type (NAME) BPV, JV, Pettey Cash. now whenever Journal Name BPV or Petty Cash

[Axapta-Knowledge-Village] Import / export User group or User group permission

2009-04-08 Thread see_5623
Hi All, Is there anyway to import / export User group or User group permission apart from export import button from User group permission form (i.e. .asg format). I mean is it possible through excel import or export? Thanks in advance, See5623

Re: [Axapta-Knowledge-Village] Method Code

2009-04-08 Thread pradeep itnal
modify ur condition like this if(ledgerJournalTable.JournalType == LedgerJournalType::BPV) {    txt_receviedby.visible(true); }  Thanks Regards Pradeep S.Itnal mob:+91-9886529409 --- On Wed, 8/4/09, Khalil Rehman khalilrehm...@hotmail.com wrote: From: Khalil Rehman

RE: [Axapta-Knowledge-Village] Method Code

2009-04-08 Thread Khalil Rehman
Dear Pradeepitnal when i write this code The enumeration does not exist. Error showing. regards. KHALIL UR REHMAN To: Axapta-Knowledge-Village@yahoogroups.com From: pradeepit...@yahoo.co.in Date: Wed, 8 Apr 2009 13:02:37 +0530 Subject: Re: [Axapta-Knowledge-Village] Method

[Axapta-Knowledge-Village] AP Misc. Charges adjustment

2009-04-08 Thread anton_tjiptadi
Dear all, anyone ever got problem when doing Misc.charges adjustment. I have a case that adjustment failed (error: no inventory transaction generated) I debug the error, and turns out one of the line has value too small (0.0015, rounded become 0.00). Option only positive or negative line, I

Re: [Axapta-Knowledge-Village] Sql 2008

2009-04-08 Thread MaryAnn Hand
Craig, Did you ever solve this problem. I am encountering this now as well. Did SP1 work for you? Mary Ann Hand On 2/20/09, Craig Fidler cfid...@bs3.co.za wrote: Hi, Anyway to deploy reporting extensions on SQL2008. When I try I get an error message that I need SQL2005SP2.

Re: [Axapta-Knowledge-Village] Sql 2008

2009-04-08 Thread Nitesh
Hi Mary, Follow the below steps : 1. Copy the contents of the *CD *folder from the Microsoft Dynamics AX 2009 DVD to a shared network folder. *Microsoft Dynamics AX 2009 *Installing Service Pack 1 for Microsoft Dynamics AX 2009 2. Go to the location where you extracted the Service Pack 1

RE: [Axapta-Knowledge-Village] Method Code

2009-04-08 Thread pradeep itnal
go to baseenums node find LedgerJournalType enum add BPV, JV, Pettey Cash(your jounal names) in that base enum.   Note:on LedgerJournalType  baseenum rightclick ansd say new element , and change the labels and captions etc... Thanks Regards Pradeep S.Itnal mob:+91-9886529409 --- On Wed,

RE: [Axapta-Knowledge-Village] AX2009 with separate domain controllers?

2009-04-08 Thread Suresha Maruvanthila
Yes you can. You have to establish domain trust between the two domains before setting up the environment. From: Axapta-Knowledge-Village@yahoogroups.com [mailto:axapta-knowledge-vill...@yahoogroups.com] On Behalf Of kardo_ax Sent: Wednesday, April 08, 2009 11:03 AM To:

[Axapta-Knowledge-Village] Re: How to return str[]?

2009-04-08 Thread altgrep
Thanks to everyone for your replies. I got this to work using a list and managed-array as Pradeep suggested. I stuck with the list since it better suited my task. I am still wondering why the simple array would not work. Possibly this has to due with how AX passes parameters from methods.

[Axapta-Knowledge-Village] Re: AX2009 with separate domain controllers?

2009-04-08 Thread kardo_ax
After trust is established users from each domain can use the same AX application where ever on which domain it is setup? one more thing: if we need two applications one for each domain but in case one appliaction is down the users of the down domain can be directed to the other application?