Re: [Axapta-Knowledge-Village] Re: decimal value in strfmt

2010-08-30 Thread Anitha Santosh
Hi.. Chk if this link would help you.. http://dynamics-ax-live.blogspot.com/2009/09/error-request-for-permission-of-type.html On Mon, Aug 30, 2010 at 3:38 PM, thomas 'znal' ramdhan < thomasramd...@gmail.com> wrote: > > > Hi Seyfried, > > I'm using AX 2009. > Where do you use this function ? >

Re: [Axapta-Knowledge-Village] Purchase Req Workflow Configuration

2010-08-23 Thread Anitha Santosh
Hi, Could you give me more info ?? @ which stage you want the assignement to happen in Purch Req ?? On Mon, Aug 23, 2010 at 4:52 PM, Dishant Singhal wrote: > > > Hi > > I understand that the DAX 2009 Purchase requsition workflow when submitted > goes > to the Purchase Department for processing

Re: [Axapta-Knowledge-Village] I got a problem with employee form

2010-08-05 Thread Anitha Santosh
Hi, Is this happening before saving the record / after saving?? On Thu, Aug 5, 2010 at 10:50 AM, SUNEEL BABU wrote: > > > > Hi, > I got a problem with employee form. i.e., > I want to add some fields to empltable. For this "I create a new table with > the required fields along with emplid". An

Re: [Axapta-Knowledge-Village] Ax report to excel

2010-07-19 Thread Anitha Santosh
Suneel, you have an option to save the report as HTML and open with Excel. Or are you asking this functionality with code ?? Regards, AnithaSantosh On Tue, Jul 20, 2010 at 10:56 AM, SUNEEL BABU wrote: > > > Hi, >I had a requirement of ax report export to excel. Is there any provision >

[Axapta-Knowledge-Village] Email alerts with Voting buttons - Ax2009

2010-06-28 Thread Anitha Santosh
Hi, How to generate Email alerts of Voting button type. I could generate normal Email alert from Ax2009. Any idea?? Should I use CRM module to get this done?? Regards, AnithaSantosh

Re: [Axapta-Knowledge-Village] Dimension in query build data source

2010-05-20 Thread Anitha Santosh
Hi, Check the following code to declare a dimension array. QueryBuildRange range; range = query.dataSourceTable(tablenum(CustTrans)).findRange(fieldid2ext(fieldnum(CustTrans,Dimension),2)); if(!range) { range = query.dataSourceTable(tablenum(CustTRans)).addRange(fieldid2ext(fieldnum (CustTrans

[Axapta-Knowledge-Village] Deadlock while importing XML in Ax2009

2010-05-04 Thread Anitha Santosh
Hi, We are facing this issue when importing a bulk of Vendorinvoice records from third party application via Biztalk. Few records are getting rejected due to the error "Cannot delete a record in Ledger balances - Dimensions (LedgerBalancesTransDelta). Ledger account: Deadlock, where one or more u

Re: [Axapta-Knowledge-Village] Object modification Log

2010-04-20 Thread Anitha Santosh
Hi, Try this: Go to administration -> set up-> Database log click Ctrl + N. you will see a wizard .. If you have created groups in Ax, u can set for groupwise to track the changes. Then click Next. tables will be listed module wise. Click Next. Select the type of change . Click finish. After

Re: [Axapta-Knowledge-Village] Adding a dimension at a later stage, on demand and what effort it requires

2010-04-11 Thread Anitha Santosh
gt; The standard wizard will throw error if you don't have additional license. > > Regards, > > Agus > > > > On Mon, Apr 12, 2010 at 11:26 AM, Anitha Santosh > wrote: > >> >> >> As you said, I have not tried with the wizard. >> >> Th

Re: [Axapta-Knowledge-Village] Adding a dimension at a later stage, on demand and what effort it requires

2010-04-11 Thread Anitha Santosh
there is add new dimension > wizard (Tools > Development Tools > Wizard > Fin dimension Wizard). Run it > in a development layer e.g. VAR,CUS. > This wizard will only run if you have bought additional license. After > complete you need to compile and synchronize. > > Not su

Re: [Axapta-Knowledge-Village] Adding a dimension at a later stage, on demand and what effort it requires

2010-04-11 Thread Anitha Santosh
n a development layer e.g. VAR,CUS. > This wizard will only run if you have bought additional license. After > complete you need to compile and synchronize. > > Not sure if Anitha Santosh managed to do it manually without having to buy > additional license. > > Regards, >

Re: [Axapta-Knowledge-Village] Adding a dimension at a later stage, on demand and what effort it requires

2010-04-11 Thread Anitha Santosh
Kishore, It is not necessary to buy license for creating a new dimension. You need to add a new element in the Base Enum "SysDimensions" and add the new element in the respoective EDTs like Dimension,DimensionPriority,DimensionLedgerJournal etc., You can find which EDTs to be modified as and whe

Re: [Axapta-Knowledge-Village] Creating alert rule for two Diff Forms Having Same Data Source. [1 Attachment]

2010-04-09 Thread Anitha Santosh
ll > > *To:* Axapta-Knowledge- vill...@yahoogro ups.com > *Sent:* Fri, 9 April, 2010 3:06:42 PM > *Subject:* RE: [Axapta-Knowledge- Village] Creating alert rule for two > Diff Forms Having Same Data Source. > > > >Are you sure I thought it was table level! >

Re: [Axapta-Knowledge-Village] Creating alert rule for two Diff Forms Having Same Data Source. [1 Attachment]

2010-04-09 Thread Anitha Santosh
James .. Let me check again and confirm. On Fri, Apr 9, 2010 at 3:06 PM, James Flavell wrote: > > > Are you sure I thought it was table level! > > > > *From:* Axapta-Knowledge-Village@yahoogroups.com [mailto: > axapta-knowledge-vill...@yahoogroups.com] *On B

Re: [Axapta-Knowledge-Village] Creating alert rule for two Diff Forms Having Same Data Source.

2010-04-09 Thread Anitha Santosh
ease > help me urgent. > > regards > kishore > > > -- > *From:* Anitha Santosh > *To:* Axapta-Knowledge-Village@yahoogroups.com > *Sent:* Fri, 9 April, 2010 12:11:44 PM > *Subject:* Re: [Axapta-Knowledge-Village] Creating alert rule for two Diff >

Re: [Axapta-Knowledge-Village] Creating alert rule for two Diff Forms Having Same Data Source.

2010-04-09 Thread Anitha Santosh
rchtable) . > I have created alerts for purchase order form( having datasource > purchtable) earlier working fine. > > regards > kishore > > > > ------ > *From:* Anitha Santosh > *To:* Axapta-Knowledge-Village@yahoogroups.com > *Sent:* Fri,

Re: [Axapta-Knowledge-Village] Creating alert rule for two Diff Forms Having Same Data Source.

2010-04-08 Thread Anitha Santosh
Hi .. Right click on the field in the form where you need to create alert and give the conditions. Run the batch job. (Basic->Periodic->Alerts->Change Based Alerts) When the condition is met, alert will ge generated automatically in Ax window. It is also possible to generate email alert. The pr

Re: [Axapta-Knowledge-Village] Size of XML file while importing - Ax2009

2010-04-08 Thread Anitha Santosh
Amit, the instance is connected to a server.. and the hdd space is 50gb... On Thu, Apr 8, 2010 at 1:58 PM, Amit Jain wrote: > > > From the error it looks like that issue is with your HDD space. Just > check your HDD space. > > Regards > Amit > > --- On *Thu, 8/4

Re: [Axapta-Knowledge-Village] Size of XML file while importing - Ax2009

2010-04-08 Thread Anitha Santosh
; > Regards, > Sumit > > On Wed, Mar 31, 2010 at 12:04 AM, Anitha Santosh > wrote: > >> >> >> Hi, >> >> I am importing a Genral journal XML which has multiple records . The size >> of the file is 8MB. >> >> The XML is generated fro

Re: Fw: [Axapta-Knowledge-Village] Display methods...

2010-04-06 Thread Anitha Santosh
; *BAL. QTY* > > *from* > > ** > > VendPackingSlipTrans Table > > *STATUS* > > *from* > > ** > > VendPackingSlipTrans Table > > *PAYMENT TERM * > > *from* > > ** > > *Method on * > > PurchLine Table > > *GRN No* > &

Re: [Axapta-Knowledge-Village] Display methods...

2010-04-05 Thread Anitha Santosh
Khan, I guess you have attached the method in *Body part* of the report design. what is the table name property in the Body ?? If the table name is not "PurchLine" , the values will not be displayed. Mail me if you have further doubts. Regards, AnithaSantosh On Sun, Apr 4, 2010 at 7:53 PM, Kh

Re: [Axapta-Knowledge-Village] Size of XML file while importing - Ax2009

2010-03-31 Thread Anitha Santosh
thanks amit..let me check again... On Wed, Mar 31, 2010 at 12:55 PM, Amit Jain wrote: > > > Hi i think the constraint is 10 MB. But your file size should be good to > be imported > > REgards > Amit > > --- On *Wed, 31/3/10, Anitha Santosh * wrote: > >

[Axapta-Knowledge-Village] Size of XML file while importing - Ax2009

2010-03-31 Thread Anitha Santosh
Hi, I am importing a Genral journal XML which has multiple records . The size of the file is 8MB. The XML is generated from a third party and it is interfaced to *Ax2009* via Biztalk. My concern is when this 6MB file is sent from the other end, it is not received in our side. There are no error