[Axapta-Knowledge-Village] Importing Sales Order Via Excel

2010-01-27 Thread Anitha S
Hi, I am importing Sales order via excel. The tables included are SalesTable,SalesLine,InventTrans and InventDim. Importing is succesful. But when I post the imported SO, I am getting error Physical remainign qty in the inventory unit must be other than zero. There are no set up problems with

Re: [Axapta-Knowledge-Village] Axapta gets hanged !!!

2010-01-21 Thread Anitha S
-Knowledge-Village@yahoogroups.com [mailto: axapta-knowledge-vill...@yahoogroups.com] *On Behalf Of *Anitha S *Sent:* 21 January 2010 16:02 *To:* Axapta-Knowledge-Village@yahoogroups.com *Subject:* [Axapta-Knowledge-Village] Axapta gets hanged !!! Hi, We are facing this critical problem. We

Re: [Axapta-Knowledge-Village] Axapta gets hanged !!!

2010-01-21 Thread Anitha S
included in this) Thanks James *From:* Axapta-Knowledge-Village@yahoogroups.com [mailto: axapta-knowledge-vill...@yahoogroups.com] *On Behalf Of *Anitha S *Sent:* 21 January 2010 17:59 *To:* Axapta-Knowledge-Village@yahoogroups.com *Subject:* Re: [Axapta-Knowledge-Village] Axapta gets

Re: [Axapta-Knowledge-Village] Axapta gets hanged !!!

2010-01-21 Thread Anitha S
nd sales order etc. Does the system slow down? Is there anything in the event logs of the OS at all? *From:* Axapta-Knowledge-Village@yahoogroups.com [mailto: axapta-knowledge-vill...@yahoogroups.com] *On Behalf Of *Anitha S *Sent:* 21 January 2010 19:31 *To:* Axapta-Knowledge

Re: [Axapta-Knowledge-Village] customization same module for multiple companies with different requirements

2010-01-03 Thread Anitha S
Hi , Try including your including after this condition. if(curext() == 'company name') { // include the customization. } This condition will restrict your customization only to the company you have mentioned in your code. Hope it helps !!! Regards, Anitha. On Mon, Jan 4, 2010 at 11:49

Re: [Axapta-Knowledge-Village] How to link a new report to AX menus ,[Duplicate from pre-made report on AOT]

2010-01-03 Thread Anitha S
Hi, I am not clear with your requirement. My understanding is you are required to link the new report to the Ax menus. If this is correct, please go through the below points: Create a Display Menu Item and map the report to the same. Open AOT- Menus Select the module where you want to include

Re: [Axapta-Knowledge-Village] Importing the customtype file using defination group into axapta

2009-12-30 Thread Anitha S
Hi Kishore, Try to include the logic of creating number sequence in Import Criteria tab of definition group. Hope it helps !!! Regards, Anitha On Mon, Dec 28, 2009 at 5:44 PM, kishore kishore_jy...@yahoo.co.in wrote: Hai all, I have a issue like while importing the custom type file into

Re: [Axapta-Knowledge-Village] Workflow client error

2009-12-15 Thread Anitha S
Hi, Compile and restore the classes and forms that are listed in the error list. Hope it helps!!! Mail me if you still face any issues. Regards, Anitha Sonata-Software,Blore. On Wed, Dec 16, 2009 at 2:59 AM, Edvandro Santos edvandro.san...@gmail.comwrote: Hi All, When I submmit a

Re: [Axapta-Knowledge-Village] How to open new outlook meeting request from ax on button click

2009-12-15 Thread Anitha S
Hi, Try this code : static void OutlookAppointment(Args _args) { COM sysOutlookCollection; COM collection; COMVariant comStartDate = new COMVariant(); COMVariant comEndDate = new COMVariant(); COM c; #SysOutLookCOMDEF #define.mapi(MAPI) #define.outlook(Outlook.Application)

Re: [Axapta-Knowledge-Village] Need Help

2009-12-14 Thread Anitha S
email alerts. Is there any more settings to do? With Regards Anamika --- On *Mon, 14/12/09, Anitha S mail2eanitha@ gmail.com* wrote: From: Anitha S mail2eanitha@ gmail.com Subject: Re: [Axapta-Knowledge- Village] Need Help To: Axapta-Knowledge- vill...@yahoogro ups.com Date: Monday, 14

Re: [Axapta-Knowledge-Village] Need Help

2009-12-14 Thread Anitha S
, user name password. --- On *Mon, 14/12/09, Anitha S mail2eani...@gmail.com* wrote: From: Anitha S mail2eani...@gmail.com Subject: Re: [Axapta-Knowledge-Village] Need Help To: Axapta-Knowledge-Village@yahoogroups.com Date: Monday, 14 December, 2009, 4:05 PM Have u configured Email

Re: [Axapta-Knowledge-Village] Need Help

2009-12-13 Thread Anitha S
Anamika --- On *Mon, 14/12/09, Anitha S mail2eani...@gmail.com* wrote: From: Anitha S mail2eani...@gmail.com Subject: Re: [Axapta-Knowledge-Village] Need Help To: Axapta-Knowledge-Village@yahoogroups.com Date: Monday, 14 December, 2009, 11:01 AM Hi.. To set alerts from forms, right

Re: [Axapta-Knowledge-Village] Impor Items To AX 4.1 Applecation

2009-12-06 Thread Anitha S
Hi, Have you included the following tables in Excel along with InventTable 1. InventTableModule 2. InventItemLocation If not, You willfidn records in the back end but not in front end. Hope it helps. Regards, Anitha. On Sun, Dec 6, 2009 at 7:44 PM, Amgad Toma amgadt...@hotmail.com wrote:

Re: [Axapta-Knowledge-Village] Workflow setup error [1 Attachment]

2009-12-03 Thread Anitha S
Hi Edvandro , Check the attachement to configure URL. Hope it helps !!! Revert back if you still face issues. Regards, Anitha On Fri, Dec 4, 2009 at 12:59 AM, Edvandro Santos edvandro.san...@gmail.comwrote: Hi all, I have two servers with Windows 2008 R2 installed: 1 - AOS/Application

[Axapta-Knowledge-Village] Importing Vendor and Vendor Addresses via Excel

2009-11-24 Thread Anitha S
Hi, I am trying to import Vendor and their respective addresses.. I have included DirpartyTable,Address,DirpartyAddressRelationship,DirPartyAddressRelationshipMapping and VendTable in Excel Template. But how could we fill in the details for DirpartyAddressRelationship

Re: [Axapta-Knowledge-Village] how to represent not equal to symbol in query build

2009-11-20 Thread Anitha S
Hi, Check if it works.. try with SysQuery in Value. for eg., Qbr.value(SysQuery::valueNotEmptyString()); -- this checks value is not equal to null. Hope it helps. Regards, Anitha On Fri, Nov 20, 2009 at 2:59 PM, giridharraj giridhar...@yahoo.com wrote: Hi, Can anyone tell me how to put

Re: [Axapta-Knowledge-Village] put enum value into qbds dynamically

2009-11-10 Thread Anitha S
Hi, Chk if this suits ur requirement. QueryBuildDataSource qbds; QueryBuildRange qbr; str fieldEnum ; qbds = this.query().datasourcetable(TABLENAME); qbr = qbds.addrange(fieldnum(TABLENAME,FIELDNAME) ;// Assume this field is ENUM fieldEnum =

[Axapta-Knowledge-Village] Re: WorlFlow Error

2009-11-02 Thread Anitha S
Suneel.. Try this.. Instead of assigning to a user group, check what happens when it is assigned to *a user.* Then you can sort out where you have missed the settings*.* ** Regards, Anitha On Mon, Nov 2, 2009 at 3:39 PM, SUNEEL BABU suneel...@hotmail.com wrote: HI., Thanks for ur

Re: [Axapta-Knowledge-Village] Workflow Errors

2009-11-01 Thread Anitha S
Hi.. Check if the user to whom u ve assigned the approval/Reject request is valid. Could you tell me @ wat stage u r getting this error.. i mean while submitting for approval or while the approving the WF?? Regards, Anitha On Fri, Oct 30, 2009 at 8:09 PM, SUNEEL BABU suneel...@hotmail.com

Re: [Axapta-Knowledge-Village] Regarding Purchase Requisition work flow

2009-10-29 Thread Anitha S
Hi.. Does the user to whom u r submitting the request has installed the Workflow and configured the same?? Regards, Anitha On Thu, Oct 29, 2009 at 11:40 PM, SUNEEL BABU suneel...@hotmail.com wrote: Hi., I configured workflow for purchase requisition with 3 user groups

Re: [Axapta-Knowledge-Village] Form initialization Error in AX 09

2009-10-27 Thread Anitha S
Hi.. Try restoring those forms and then compile.. Regards, Anitha On Tue, Oct 27, 2009 at 4:32 PM, neeraj gupta neeraj_gupta2...@yahoo.co.inwrote: Hi ; i m using Ax 09.when i try to open the some forms at client Computer i get the following error formbuild tabpage control object does

Re: [Axapta-Knowledge-Village] Form initialization Error in AX 09

2009-10-27 Thread Anitha S
this thing as u told. even i have compiled whole AOT . but still this error is coming. --- On Tue, 27/10/09, Anitha S mail2eani...@gmail.commail2eanitha%40gmail.com wrote: From: Anitha S mail2eani...@gmail.com mail2eanitha%40gmail.com Subject: Re: [Axapta-Knowledge-Village] Form

Re: [Axapta-Knowledge-Village] need materials for AX 2009 AIF Integration with external applications

2009-10-27 Thread Anitha S
Hi, Pls refer to the below link. http://sangi1983.spaces.live.com/blog/cns!264A0056CBCBB1D3!345.entry It is *Santosh`s Blog* in which he has mentioned about AIF setup. The entry is quite informative for beginners.. More entries about AIF are listed in his blog. Hope it helps Regards,

Re: [Axapta-Knowledge-Village] RE: WorkFlow error [1 Attachment]

2009-10-27 Thread Anitha S
Hi, Check the URL path. You will get this error when the URL is not correct. To be precise, refer the given settings : *a) **Administration - Setup - Workflow Infrastructure Configuration Wizard* Give a valid *Workflow Runtime URL*. If your Workflow server is using SSL ,then the URL is

Re: [Axapta-Knowledge-Village] Form initialization Error in AX 09

2009-10-27 Thread Anitha S
, 27/10/09, Anitha S mail2eani...@gmail.commail2eanitha%40gmail.com wrote: From: Anitha S mail2eani...@gmail.com mail2eanitha%40gmail.com Subject: Re: [Axapta-Knowledge-Village] Form initialization Error in AX 09 To: Axapta-Knowledge-Village@yahoogroups.comAxapta-Knowledge-Village

[Axapta-Knowledge-Village] Setting font Property using X++

2009-10-27 Thread Anitha S
Hi, How to set font property for a set of words in a sentence using X++ code. Say.. For instance , take this sentence This is Axapta Programming and we are using Ax2009. I need to set bold and underline property for the words Axapta and Ax2009. Like this This is *Axapta* Programming and we are

Re: [Axapta-Knowledge-Village] Fw: User wise Restriction for Company Accounts

2009-10-26 Thread Anitha S
Create Domain and assign it to the user group... Attach the user group to the specific user. hope this helps !!! More information about the above procedure is available in Developers help.. Regards, Anitha On Wed, Oct 21, 2009 at 12:45 PM, kancheti babu kashok_1...@yahoo.co.inwrote: hi

Re: [Axapta-Knowledge-Village] Configuring Default Cubes in 2009 VPC?

2009-10-21 Thread Anitha S
Hi.. Refer to developers help for this... Ample information has been given from the scratch for creating processing cubes. Hope this helps!!! Regards, Anitha On Fri, Oct 16, 2009 at 7:51 PM, Janet Blake janetebl...@yahoo.com wrote: Hi all, I'm trying to self-train in BI/Cubes/Role

Re: [Axapta-Knowledge-Village] please tell the step to create new users

2009-10-21 Thread Anitha S
Hi, Could you reframe ur qtn?? Are u asking about adding users to Ax?? If so,it is in Adminstration-Users Form..you can also create User groups and assign to the users Regards, Anitha On Sun, Oct 18, 2009 at 6:17 PM, perwez perwez faiyazd...@yahoo.co.inwrote: hi all Please tell me the

Re: [Axapta-Knowledge-Village] Invoice Address asLookup

2009-10-16 Thread Anitha S
it works based on invoice addres mapped on alternate address feature. You may have a look on this santosh --- On *Thu, 15/10/09, Anitha S mail2eani...@gmail.com* wrote: From: Anitha S mail2eani...@gmail.com Subject: [Axapta-Knowledge-Village] Invoice Address asLookup To: Axapta

[Axapta-Knowledge-Village] Invoice Address asLookup

2009-10-15 Thread Anitha S
Hi, I have created a new field in SalesOrder Form. The field should list only the invoice addresses of the customer referred in the SO. Any idea how toaccomplish this.. Regards, Anitha.

Re: [Axapta-Knowledge-Village] How to import Employee data into Ax 2009 [1 Attachment]

2009-10-05 Thread Anitha S
Hi Suneel, Try importing the attached excel file.. Regards, Anitha On Sat, Sep 26, 2009 at 6:52 PM, SUNEEL BABU suneel...@hotmail.com wrote: HI., I am trying to importing Empl data from excel template. It imported successfully, but no data in form . I see the data in Empl table.

[Axapta-Knowledge-Village] Downloading Ax2009 Development Courseware

2009-10-05 Thread Anitha S
Hi, Any idea where courseware materials for development I and II are available in partner source?? Regards, Anitha

[Axapta-Knowledge-Village] Workflow Error

2009-09-24 Thread Anitha S
Hi, We are facing a strange issue in Workflow. When we open *workflow history form(Basic-Inquiries)*, dynamics Ax is getting restarted. I compiled , restored the form .. but still no use. Also I cleared all the data from the tables which are referred by that form. When this is done, everything

Re: [Axapta-Knowledge-Village] Workflow Error

2009-09-24 Thread Anitha S
the Workflow History table. Regards, Sumit On Thu, Sep 24, 2009 at 12:58 PM, Anitha S mail2eani...@gmail.comwrote: Hi, We are facing a strange issue in Workflow. When we open *workflow history form(Basic-Inquiries)*, dynamics Ax is getting restarted. I compiled , restored the form

Re: [Axapta-Knowledge-Village] Very urgent

2009-09-22 Thread Anitha S
hi .. Try this.. static void QueryExpressions(Args _args) { Query Query; QueryRun QueryRun; QueryBuildDataSource QBDS; InventTable InventTable; ; Query = new Query(); query.adddatasource(tablenum(InventTable)); query.adddatasource(tablenum(Inventtable)).addrange(fieldnum(Inventtable,

Re: [Axapta-Knowledge-Village] Hi

2009-09-22 Thread Anitha S
Hi, I could not get your requirement. Are u updating the ItemCode for an already exisiting item ?? Regards, Anitha On Tue, Sep 22, 2009 at 11:25 AM, ramesh_p2384 ramesh_p2...@yahoo.co.inwrote: Hi All i have a problem in Form level. I.e i have developed a one form - name is

Re: [Axapta-Knowledge-Village] Hi

2009-09-22 Thread Anitha S
ramesh_p2...@yahoo.co.inwrote: Hi i am not modifying any existing item number,i want replace the item number with my newly created item code in the inventtable form. Regards Ramesh -- *From:* Anitha S mail2eani...@gmail.com *To:* Axapta-Knowledge-Village

Re: [Axapta-Knowledge-Village] How to change Dimension Name

2009-09-21 Thread Anitha S
Hi... Do you want to change label name or the Dimension name?? Regards, Anitha On Mon, Sep 21, 2009 at 11:36 PM, SUNEEL BABU suneel...@hotmail.com wrote: hi., I want to change the dimension name in Ax. By default it is department, Cost center and Purpose. I want to change it to

Re: [Axapta-Knowledge-Village] Sales Invoice posting Error in Ax 4.0......Very Urgent

2009-09-21 Thread Anitha S
Hi, Check the set up in GL-SetUp-Journals-Journal names General Tab - Voucher - New Voucher If this is set to In connection with balance, then the journal which you are posting should be *balanced*. Hope this helps!!! Regards, Anitha On Sun, Sep 20, 2009 at 9:51 AM, NITIN DESALE

Re: [Axapta-Knowledge-Village] Sales Invoice posting Error in Ax 4.0......Very Urgent

2009-09-21 Thread Anitha S
try modifying the settings and check... Regards, Anitha On Tue, Sep 22, 2009 at 9:44 AM, NITIN DESALE nitindes...@yahoo.co.inwrote: Hi, I checked its there as you said. Regards Nitin Desale --- On *Tue, 22/9/09, Anitha S mail2eani...@gmail.com* wrote: From: Anitha S mail2eani

Re: [Axapta-Knowledge-Village] How can I pass parameter from a form to a class?

2009-09-10 Thread Anitha S
I could not get the clear picture of ur query. I understood the first part of it. Try this. From your question , i understud PURCHID is in the datasource. So you can directly use it as *datasourcename.PurchID or FormControName.text()* and pass it as parameter to the class method. Else

Re: [Axapta-Knowledge-Village] Feasibility of creating , posting printing large volume of SOs from Legacy systems to AX2009

2009-09-10 Thread Anitha S
Hi.. It is possible in Ax2009.. We are using AIF in AX and Biztalk as Middleware to integrate with third party application. I assume you are *exporting and importing* huge amount of data . Choosing the Framework for data transfer depends on your requirement. Since AIF is simple to

Re: [Axapta-Knowledge-Village] Re: How can I pass parameter from a form to a class?

2009-09-10 Thread Anitha S
suggestion however it is not pulling the right data related to the selected record. Regards G --- In Axapta-Knowledge-Village@yahoogroups.comAxapta-Knowledge-Village%40yahoogroups.com, Anitha S mail2eani...@... wrote: I could not get the clear picture of ur query. I understood the first part

Re: [Axapta-Knowledge-Village] Re: How can I pass parameter from a form to a class?

2009-09-10 Thread Anitha S
to the selected record. Regards G --- In Axapta-Knowledge-Village@yahoogroups.comAxapta-Knowledge-Village%40yahoogroups.com, Anitha S mail2eani...@... wrote: I could not get the clear picture of ur query. I understood the first part of it. Try this. From your question , i understud

Re: [Axapta-Knowledge-Village] Workflow Error --Exception has been thrown by the target of an invocation.

2009-09-09 Thread Anitha S
*Pankaj*, Try compiling those classes and tutoral form. I got this error earlier and on compliling these objects, i found some errors.Once done, you can proceed. Hope this helps... Regards, Anitha On Wed, Sep 9, 2009 at 6:23 PM, Pankaj Kant pankaj_k...@infosys.com wrote: Hi Every One

[Axapta-Knowledge-Village] Grand Total for a single field in a report

2009-09-08 Thread Anitha S
Hi. When *Grandtotal* property is set to yes in report, it prints the grand total for all the numeric fields . Can this be set as a *field specific*? Say, among the 5 numeric fields in a report, is it possible to display the grand total only for 2nd and 4th field. Any idea?? Regards, Anitha

Re: [Axapta-Knowledge-Village] Email Notifications

2009-09-02 Thread Anitha S
Craig, Are you asking about setting Email Alerts??? On Wed, Sep 2, 2009 at 2:30 PM, Craig Fidler cfid...@bs3.co.za wrote: Hi All, I need some clarity on the way workflow notifications work. I have a setup workflow and it is working exactly the way I want it to work. However you

[Axapta-Knowledge-Village] Fetching Values from Query Criteria [1 Attachment]

2009-09-02 Thread Anitha S
Hi , Any idea how to fetch value from a *query criteria*?? Please check the attachement.. I need to store the value in a variable given in the range filter and do further processing based on this value. I tried using range.value() .. But no use Any idea how this can be done?? Regards,

Re: [Axapta-Knowledge-Village] Adding users from other domain

2009-08-27 Thread Anitha S
import the users from domian through axapta finctionality when they are not present in User form ,it always go to one pre defined domain. Please update me if there is a solution *Regards,* *Prashant Verma* *ILFS Technologies Limited.* --- On *Thu, 27/8/09, Anitha S mail2eanitha

Re: [Axapta-Knowledge-Village] Displaying Records On Form From Query

2009-08-26 Thread Anitha S
girac, Can u send in ur code.. then we can check wats wrong with it... Regards, Anitha On Tue, Aug 25, 2009 at 8:25 PM, giarc 127 girac...@yahoo.com wrote: Hello all, When I use the suggested code I get an error saying my variable Purchstatus is not declared, I declared this, but getting an

Re: [Axapta-Knowledge-Village] SendEmail

2009-08-26 Thread Anitha S
Hi. Try executing batch.. Adminstration-Periodic -Email Processing. Regards, Anitha On Wed, Aug 26, 2009 at 8:26 PM, Donny Wu doni...@gmail.com wrote: HI Guys, I try to send email on Ax 2009 from method SysEmailTable::sendMail and seems the data only reside in table SysOutgoingEmailTable

Re: [Axapta-Knowledge-Village] what is wrong with my display method

2009-08-20 Thread Anitha S
Check if LegaacyBPNbr is in InventTable. On Wed, Aug 19, 2009 at 9:43 PM, riz_dynamics jajiraj...@aol.com wrote: display LegacyBPNbr LegacyBPNbr() { return inventTable::find(BOM.ItemId).LegacyBPNbr; } I am getting the error that table does not contain this field, and I can see the item

Re: [Axapta-Knowledge-Village] upload item with excel sheet

2009-08-18 Thread Anitha S
Hi, Check in Excel sheet for *ItemId* column. The column should be in *Text format*. I guess it should be in General format in your case. Right Click the cell , Select Format Cells and assign *Text* to the cell. Or try this simple case, copy all the Item Ids and paste it in a

Re: [Axapta-Knowledge-Village] Re: upload item with excel sheet [1 Attachment]

2009-08-18 Thread Anitha S
I guess you will find the data in *back end*.but not in reflected in front end. Try including the other two tables as specified by Nitin. I tried without those 2 tables in my excel and imported. It worked for me. Try this.My defintion group set up is as follows: In *Definition group*, when you do

Re: [Axapta-Knowledge-Village] Want to fetch distinct record from table

2009-08-17 Thread Anitha S
hi.. Try group by in ur query. Regards, Anitha On Mon, Aug 3, 2009 at 4:35 PM, Hemant Sonawane hemant.sonawan...@yahoo.com wrote: Hi, I want fetch distinct record from table. If any one have please let me know. Ex.. I have one table “*ProdTable*” in this table number of

Re: [Axapta-Knowledge-Village] Error message when posting Purchase Order - Purchase Order

2009-08-06 Thread Anitha S
Hi.. Try this. Go to tools-Options-Usage Data - click Reset.. Close the application and try posting PO now.. Check if it works.. Regards, Anitha On Fri, Aug 7, 2009 at 8:52 AM, Ferry Widjaja s0rr0w...@yahoo.com wrote: Hi guys, I have a weird error message when trying to post

Re: [Axapta-Knowledge-Village] Re: Help with adding lookup filters on forms

2009-08-06 Thread Anitha S
' is incompatible with the required type. This in happening on line 3. I have worked within Ax for 3 years but new to the development side, thank you for bearing with me. --- In Axapta-Knowledge-Village@yahoogroups.comAxapta-Knowledge-Village%40yahoogroups.com, Anitha S mail2eani...@... wrote

Re: [Axapta-Knowledge-Village] Worklow

2009-08-06 Thread Anitha S
Hi, It is not necessary you should use the tutorial form. When you do WorkFlow setup configuration wizard , set up batch process for the same. Batch will take care of job processing. I tried without tutorial form and it worked for me. Regards, Anitha On Thu, Aug 6, 2009 at 6:55 PM, Craig Fidler

Re: [Axapta-Knowledge-Village] Rename Financial Dimensions

2009-08-04 Thread Anitha S
Renaming ?? label change or change the dimension name?? On Tue, Aug 4, 2009 at 3:58 PM, navin_rdy navin_...@yahoo.com wrote: Hi, What is the complete procedure to rename the Financial Dimensions. Thanks in Advance,

Re: [Axapta-Knowledge-Village] Re: Help with adding lookup filters on forms

2009-08-04 Thread Anitha S
%40yahoogroups.com, Anitha S mail2eani...@... wrote: Hi, Try this code: public void lookup() { SysTableLookup sysTableLookup = SysTableLookup::newParameters(TableNum,this); Query query = new Query() ; QueryBuildDataSource qbds; Table1 objTable1; ; sysTableLookup.addLookupfield

Re: [Axapta-Knowledge-Village] Re: Rename Financial Dimensions [1 Attachment]

2009-08-04 Thread Anitha S
. -- *From:* Anitha S mail2eani...@gmail.com *To:* Axapta-Knowledge-Village@yahoogroups.com *Sent:* Wednesday, 5 August, 2009 9:09:50 AM *Subject:* Re: [Axapta-Knowledge-Village] Re: Rename Financial Dimensions Hi.. Change the label in the the enum

[Axapta-Knowledge-Village] Unused Spaces in Axapta Reports

2009-08-03 Thread Anitha S
Hi.. There are unused spaces after last column in few of the axapta reports.(E.g., GL-Reports-Transactions-Dimension Statement) Any idea how to remove the spaces. Thanks. Regards, Anitha

Re: [Axapta-Knowledge-Village] Help with adding lookup filters on forms

2009-08-03 Thread Anitha S
Hi, Try this code: public void lookup() { SysTableLookup sysTableLookup = SysTableLookup::newParameters(TableNum,this); Query query = new Query() ; QueryBuildDataSource qbds; Table1 objTable1; ;

Re: [Axapta-Knowledge-Village] send mail via axapta

2009-08-02 Thread Anitha S
Hi.. Please check *Santosh Ramamurthy`s* blog . Hit this link... http://sangi1983.spaces.live.com/blog/cns!264A0056CBCBB1D3!203.entry He has given a simple example about quick email. Check if this works with Ax3.0. Also, try the following job . I tried with MAPI class in Ax 2009. I m not sure if

Re: [Axapta-Knowledge-Village] Urgent OLAP Cube

2009-08-02 Thread Anitha S
Hi, Please check the OLAP query and the *joins* in the Datasources as these joins might restrict some data to bring in to the cube. Regards, Anitha. On Sat, Jul 25, 2009 at 4:47 PM, nilesh sonawane nilesh_...@yahoo.comwrote: Hi, I am processing general ledger cube. When i try to

[Axapta-Knowledge-Village] OffsetCompany in LedgerJournalTrans

2009-07-22 Thread Anitha S
Hi, Any idea about this logic - listing Ledger/Customer/Vendor accounts in LedgerJournalTrans table on selecting OffsetCompany . Say if you are selecting OffsetCompany as “A” and OffsetAccountType as “Ledger” , the field OffsetAccount will list the ledger accounts from company A. This

Re: [Axapta-Knowledge-Village] OLAP Cube Design Problems - URGENT

2009-07-21 Thread Anitha S
hi.. Try creating a view with these tables and bring in all the necessary fields. Attach the view to the query data source. Now try to process the cube. Hope this helps. On Tue, Jul 21, 2009 at 2:09 PM, Gokhan CAN gokh...@agcyazilim.com wrote: I am trying to build an OLAP cube … I

Re: [Axapta-Knowledge-Village] Integration between Dynamics AX 2009 and Exchange server.

2009-07-19 Thread Anitha S
hi.. Go to Basic - Setup - MicrosoftOutlook - MSOffice Outlook Setup Wizard. You can integrate Ax with outlook with this wizard. Hope this helps. Regards, Anitha On Fri, Jul 17, 2009 at 7:20 PM, ddin_soft ddin_s...@yahoo.com wrote: Hai all, could you pl. help me to resolve the following

Re: [Axapta-Knowledge-Village] Workflow and Outlook

2009-06-18 Thread Anitha S
. --- On *Thu, 18/6/09, Anitha S mail2eani...@gmail.com* wrote: From: Anitha S mail2eani...@gmail.com Subject: [Axapta-Knowledge-Village] Workflow and Outlook To: Axapta-Knowledge-Village@yahoogroups.com Date: Thursday, 18 June, 2009, 10:49 AM Hi , I have a requirement in workflow. I send

Re: [Axapta-Knowledge-Village] OutLook

2009-06-17 Thread Anitha S
Pooja, Refer to this link http://www.dynamicscare.com/blog/index.php/setting-up-outlook-sychronization-in-dynamics-ax-2009/ Hope this would help u. Regards, Anitha. On Wed, Jun 17, 2009 at 3:16 PM, Sumit Loya loya.su...@gmail.com wrote: Hi, First of all you need to configure your outlook

Re: [Axapta-Knowledge-Village] Re: number Sequence group for sales order

2009-06-17 Thread Anitha S
...@yahoo.co.in wrote: Hi, Thanks for your reply ...But its not getting enabled. --- In Axapta-Knowledge-Village@yahoogroups.comAxapta-Knowledge-Village%40yahoogroups.com, Anitha S mail2eani...@... wrote: Hi. Go to Tables -NumberSequenceReference and enable the field *GroupEnabled

[Axapta-Knowledge-Village] Workflow and Outlook

2009-06-17 Thread Anitha S
Hi , I have a requirement in workflow. I send a purchase requisition request to my approver and assume Ax is not installed in his system. So the request is sent via email. And based on his accept/Decline email reply ,my purchase requistion in ax shoud get approved/rejected. Is this possible ??

Re: [Axapta-Knowledge-Village] number Sequence group for sales order

2009-06-15 Thread Anitha S
Hi. Go to Tables -NumberSequenceReference and enable the field *GroupEnabled* for SalesOrder number seq. On Mon, Jun 15, 2009 at 4:25 PM, nahidansar nahidan...@yahoo.co.in wrote: Hi, In the Accounts receivable Parameters windowI see the Groups button enable for packing slip and few

Re: [Axapta-Knowledge-Village] Disable

2009-06-04 Thread Anitha S
Hi , Pls try this. You can override the method *selectionChange* in RadioButton. public int selectionChange() { int ret; ret = super(); if(RadioButton1.valueStr() == enum2str(NoYes::Yes)) { CheckBox.enabled(false); } else { CheckBox.enabled(true);

Re: [Axapta-Knowledge-Village] Error posting the PO SO after using the duplicate company account in AX 2009

2009-05-28 Thread Anitha S
Hi.. Try this.. Go to Tools-Options - Usage Data - Reset. Regards, Anitha. On Tue, Apr 7, 2009 at 10:11 AM, andrianchan msbaxa...@gmail.com wrote: Hi All, Anyone facing the same problem after using the duplicate company account in AX 2009 then the system will not allow the posting for PO

Re: [Axapta-Knowledge-Village] Re: duplicate a company

2009-05-28 Thread Anitha S
It is available in AOT-Classes-SysDataBaseTransDelete Regards, Anitha. On Thu, May 28, 2009 at 4:17 PM, Axapta Consultant moky_1...@yahoo.comwrote: plz may u send to me script of SysdatabaseTransDelete thanks in advice --- On *Thu, 5/28/09, r_ssh ramamurthy.sant...@gmail.com* wrote:

Re: [Axapta-Knowledge-Village] reread versus _ds.reread

2009-05-28 Thread Anitha S
Hi.. refresh() will not reread the record from the database. It basically just refreshes the screen with whatever is stored in the form cache. refreshEx() will refresh the view of the records. reread() will only re-read the CURRENT record from the DB so you should not use it to refresh the

Re: [Axapta-Knowledge-Village] Importing employee table (AX 2009) [1 Attachment]

2009-05-27 Thread Anitha S
Hi , I assume you are doing *Excel import*. To import the data in Empl Table *(without address information)* ,it is enough if you use *EmplTable *and *DirpartyTable*.Kindly check the attachment. To import with Address, include DirpartyAddressRelationship and address Tables. Hope this would

Re: [Axapta-Knowledge-Village] is it possible to:

2009-05-20 Thread Anitha S
Hi , You can create alerts in the respective forms and enter your criteria.(Right click on the field - Create Alert Rule) You will be notified when the condition is met. Hope your qtn nos: 1,2 and 4 have been answered. Mail me for further clarifications. Regards, Anitha. On Tue, May 19, 2009