Re: [development-axapta] Upgrade Synchronize Problem

2011-01-18 Thread Edvandro Santos
Hi Donny, You need to do the code upgrade and data upgrade. Please, see the documentation: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=D9DAE144-55B4-432D-B11E-F65DDB2D1B9C Best regards, Edvandro Santos: Microsoft Certified Management Solutions Professional -

Re: [development-axapta] Proforma project invoice

2011-01-18 Thread Edvandro Santos
Hi James, here in Brazil we have ProForma implemented. If you wat, I can send you the customisations, if you want. Best regards, Edvandro Santos: Microsoft Certified Management Solutions Professional - www.axfordummies.com contact | edvan...@axfordummies.com - +55 21 8899-2621 | aim -

Re: [development-axapta] call a report from report

2010-10-25 Thread somanna gl
Hi Nuaman, Please check HRMSkillGapEmployeeHTMLGenerate class and add a Html tag. Best Regards Somanna From: M. Nuaman Sharif nuaman_sha...@yahoo.com To: development-axapta@yahoogroups.com Sent: Tue, October 19, 2010 4:38:25 PM Subject: Re: [development-axapta

RE: [development-axapta] Vendor Invoice Journal from Business Connector

2010-10-01 Thread Roberto Ukmar
: [development-axapta] Vendor Invoice Journal from Business Connector My problem was that the Business connector was using DAT and not a specified company. I wrapped all my static methods in AX with changecompany(companyParam) {} Is this the best practice way or is there a way to change company directly

RE: [development-axapta] Vendor Invoice Journal from Business Connector

2010-10-01 Thread srinath s
roberto.uk...@gmail.com wrote: From: Roberto Ukmar roberto.uk...@gmail.com Subject: RE: [development-axapta] Vendor Invoice Journal from Business Connector To: development-axapta@yahoogroups.com Date: Thursday, 30 September, 2010, 8:08 PM   How are you logging into AX from the business

Re: [development-axapta] Vendor Invoice Journal from Business Connector

2010-10-01 Thread Adam Gregory
@yahoogroups.comdevelopment-axapta%40yahoogroups.com Oggetto: Re: [development-axapta] Vendor Invoice Journal from Business Connector My problem was that the Business connector was using DAT and not a specified company. I wrapped all my static methods in AX with changecompany(companyParam) {} Is this the best

Re: [development-axapta] How to use TFS with Axapta.

2010-10-01 Thread Amit Jain
Hi Alok,   There is a whitepaper on partnersource. That document should be good enough for you. In case you face any problem, then please drop me an email.   Regards Amit --- On Fri, 1/10/10, alokmishra_004 alokmishra_...@yahoo.com wrote: From: alokmishra_004 alokmishra_...@yahoo.com Subject:

Re: [development-axapta] Vendor Invoice Journal from Business Connector

2010-09-30 Thread Adam Gregory
My problem was that the Business connector was using DAT and not a specified company. I wrapped all my static methods in AX with changecompany(companyParam) {} Is this the best practice way or is there a way to change company directly from .net? Thank your for your responses, Adam Gregory On

Re: [development-axapta] Locking field in SysQueryForm

2010-09-17 Thread kristanto surjadi
Hi Suki,   You can use status method in QueryBuildRange. Example:   QueryBuildRange qr;   qr = salesTable_ds.query().dataSourceTable(tablenum(salesTable)).addRange(fieldnum(salesTable,InvoiceAccount)); qr.status(rangeStatus::Locked);   With this code even if they open SysQueryForm you criteria

Re: [development-axapta] Locking field in SysQueryForm

2010-09-17 Thread SUKHNINDER SHERGILL
Hi Kristanto, Perfect! Thanks, Suki From: kristanto surjadi kristantosurj...@yahoo.com To: development-axapta@yahoogroups.com Sent: Friday, 17 September, 2010 7:14:25 Subject: Re: [development-axapta] Locking field in SysQueryForm   Hi Suki,   You can use

Re: [development-axapta] Services are getting stopped/ AOS stops

2010-09-10 Thread Sailendran Rajan
axapd.aoi but *.??i.   --- On Tue, 7/9/10, Bala tpri...@yahoo.com wrote: From: Bala tpri...@yahoo.com Subject: Re: [development-axapta] Services are getting stopped/ AOS stops To: development-axapta@yahoogroups.com Date: Tuesday, 7 September, 2010, 2:26 AM   Hi, I am not sure how much

Re: [development-axapta] select query and grid

2010-09-10 Thread Sailendran Rajan
Subject: Re: [development-axapta] select query and grid To: development-axapta@yahoogroups.com Date: Monday, 16 August, 2010, 8:36 AM   yes its very much possible. put the results of query in ur temp table, and add it as a datasource, to ur form, then u can navigate. --- On Tue, 10/8/10

Re: [development-axapta] Re: New objects moving to vap layer automatically

2010-09-07 Thread Tavita Maanaima
Sounds like you may have an issue with your license file? I would report this to your MS Partner to log with MS. On 04/09/2010, at 12:15 AM, satyakejriwal satyakejri...@gmail.com wrote: Thanks for taking your valuable time to respond. But my query is why the new objects are moving to

Re: [development-axapta] Services are getting stopped/ AOS stops

2010-09-07 Thread Bala
Hi, I am not sure how much this will help you. As a first step can you check the event log to see if there are any messages there. Regards, Priyan. --- On Tue, 9/7/10, pranam mukher pranam_shub...@yahoo.co.in wrote: From: pranam mukher pranam_shub...@yahoo.co.in Subject: [development-axapta]

Re: [development-axapta] Re: New objects moving to vap layer automatically

2010-09-07 Thread Bala
But does MS provide support to 3.0 still? --- On Tue, 9/7/10, Tavita Maanaima tav...@yahoo.co.nz wrote: From: Tavita Maanaima tav...@yahoo.co.nz Subject: Re: [development-axapta] Re: New objects moving to vap layer automatically To: development-axapta@yahoogroups.com development-axapta

Re: [development-axapta] Re: New objects moving to vap layer automatically

2010-09-07 Thread Tavita Maanaima
wrote: From: Tavita Maanaima tav...@yahoo.co.nz Subject: Re: [development-axapta] Re: New objects moving to vap layer automatically To: development-axapta@yahoogroups.com development-axapta@yahoogroups.com Date: Tuesday, September 7, 2010, 2:16 AM Sounds like you may have an issue

Re: [development-axapta] select query and grid

2010-08-17 Thread pranam mukher
yes its very much possible. put the results of query in ur temp table, and add it as a datasource, to ur form, then u can navigate. --- On Tue, 10/8/10, ramankt2001 raman_...@hotmail.com wrote: From: ramankt2001 raman_...@hotmail.com Subject: [development-axapta] select query and grid To:

RE: [development-axapta] number of users per AOS

2010-08-16 Thread Pankaj Kant
Hi One AOS with 300 users not a good idea at all it will crash frequently and will have performanceissues as well ideally a AOS can support 50-60 users effectively you need to go for load balalncing option and for supporting 300 users it will good to have 7 AOS let me know if you need more

Re: [development-axapta] I got a problem with employee form

2010-08-06 Thread Diwakar Reddy Atchi
Lets say you have added a new table MS_EmplTable to add your new fields to EmplTable and EmplId is the relation. Checklist - Set the joinSource property of MS_EmplTable dataSource to EmplTable. - Set the dataSource property of the new tabpage to MS_EmplTable. - If you are displaying these new

Re: [development-axapta] How to check group of current user?

2010-08-06 Thread shamika kshirsagar
Thanks for your reply. I got it. I used Std. AX class - UserInfoHelp method. Sam From: r...@msb.com.my r...@msb.com.my To: development-axapta@yahoogroups.com Sent: Mon, 2 August, 2010 8:59:38 PM Subject: Re: [development-axapta] How to check group of current

Re: [development-axapta] What is the easiest way to do the customization deployment in AX

2010-08-06 Thread shamika kshirsagar
Hi Srinath, You can compare two xpo files using WinMerge tool. You can get it online easily. I used this tool to compare two versions of xpo file and then you can merge them into single file and then import that file to AX. Let me know if this helps. Sam.

Re: [development-axapta] directory control on form

2010-08-06 Thread Diwakar Reddy Atchi
What type is FilePath? Use the same type. Guess it's a string, use a StringEdit control and set the ExtendedDataType propety to FilePath. From: ramankt2001 raman_...@hotmail.com To: development-axapta@yahoogroups.com Sent: Wed, 4 August, 2010 12:19:26 PM

Re: [development-axapta] Queries VS Select

2010-08-03 Thread Diwakar Reddy Atchi
Select statement is not dynamic, you cannot add filtering conditions at runtime whereas, using Query you can prompt the user to add/change filtering criteria at runtime. Regards Diwakar From: pranam mukher pranam_shub...@yahoo.co.in To: axa knwoldge

Re: [development-axapta] How to check group of current user?

2010-08-03 Thread ruel
Hello, You need to go to Administration Setup Users then check in group tabs. All groups that the user is included will be listed out. Hello, you just have to check i fan association between your group and user is done in table 'UserGroupList'. Regards, Geoffrey - Mail

Re: [development-axapta] How to check group of current user?

2010-08-02 Thread enkidou
Hello, you just have to check i fan association between your group and user is done in table 'UserGroupList'. Regards, Geoffrey - Mail Original - De: shamika shamik...@yahoo.com À: development-axapta@yahoogroups.com Envoyé: Jeudi 29 Juillet 2010 19:45:38 GMT +01:00 Amsterdam /

Re: [development-axapta] Regarding changes in framework classes

2010-07-26 Thread Sailendran Rajan
If possible this should be avoided. But certain cases like adding new financial dimension (SysDimension enum) may require coding the class to control the visibility of newly added dimension. Yes, MS has certified such type of coding in some localizations. --- On Tue, 13/7/10, srinath s

Re: [development-axapta] retrieve directory / folder path

2010-07-20 Thread Diwakar Reddy Atchi
Check the macro WinAPI where the paths are defined and check for #CSIDL_PERSONAL Tip: Check where and how the method getFolderPath is used in AOT :) From: ramankt2001 raman_...@hotmail.com To: development-axapta@yahoogroups.com Sent: Fri, 16 July, 2010

Re: [development-axapta] Creating/Updating help files in AX 4.0

2010-07-16 Thread somanna gl
Hi, create a node in AOT help a files. then create a help file and store the client bin directory. Please let me know if U have any issue kindest Regards Somanna To: development-axapta@yahoogroups.com Sent: Thu, July 8, 2010 8:45:39 PM Subject: [development-axapta] Creating/Updating help

Re: [development-axapta] How to know the user has access to purchase order using code

2010-07-16 Thread somanna gl
This may help U. if (hasSecurityKeyAccess(securitykeyNum(mySecurityKey), AccessType::View)) { //code requiring authorization goes here... } if (hasMenuItemAccess(menuItemDisplayStr(myMenuItem), MenuItemType::Display))) { //code requiring authorization goes here... } DictTable dictTable = new

Re: [development-axapta] Re: Creating Local XML File

2010-06-29 Thread MaryAnn Hand
AIF has a Channels table with the path that is used for the xml files. In your code you would need to modify that path to dump the file on a local folder (selected by the user I presume) then reset it to the former value if needed. But, I think what you did with the XML Document class was the

Re: [development-axapta] Creating Local XML File

2010-06-28 Thread srinath s
Hi   Check the site http://207.46.16.248/en-us/library/aa856656.aspx for further information. Regards, Srinath. S   --- On Mon, 26/4/10, www_programmer www_program...@yahoo.com wrote: From: www_programmer www_program...@yahoo.com Subject: [development-axapta] Creating Local XML File To:

RE: [development-axapta] AX2009 Product Builder

2010-06-18 Thread Bill SCHWAGERL
Hi Hemant, You set up a Constraint Rule. Example: Rule 1 Simple Model = A Simple Color = Green Simple Color = Grey Rule 2 Simple Model = B Simple Color = Red Simple Color = Blue Simple

Re: [development-axapta] Inbound Create Purchase Order AIF service

2010-06-16 Thread JS
Thanks, Srinath.  We are looking into this now. From: srinath s s_shreen...@yahoo.co.in To: development-axapta@yahoogroups.com Sent: Mon, 14 June, 2010 7:47:03 PM Subject: Re: [development-axapta] Inbound Create Purchase Order AIF service   Hi Jennifer,   Its

Re: [development-axapta] Dificulties in refreshing grid.

2010-06-16 Thread Agus Riyadi
Hi, This blog maybe can help you http://kashperuk.blogspot.com/2010/03/tutorial-reread-refresh-research.html Regards, Agus On Tue, Jun 15, 2010 at 5:29 PM, abhi_the_star abhi_the_s...@yahoo.comwrote: Hi, I am new to Axapta. I have creates a simple program in which, I have enter a text

Re: [development-axapta] Dificulties in refreshing grid.

2010-06-16 Thread Sumit Loya
Hi Abhishek, You will have call the method *tableName*_ds.executeQuery() to re load the new data from database onto the grid. Regards, Sumit On Tue, Jun 15, 2010 at 3:59 PM, abhi_the_star abhi_the_s...@yahoo.comwrote: Hi, I am new to Axapta. I have creates a simple program in which, I

Re: [development-axapta] Dificulties in refreshing grid.

2010-06-16 Thread mni_col
Hi, see a nice article from Kashperuk that can help you get clarity in this .. http://kashperuk.blogspot.com/2010/03/tutorial-reread-refresh-research.html Best regards Michael From: abhi_the_star Sent: Tuesday, June 15, 2010 12:29 PM To: development-axapta@yahoogroups.com Subject:

Re: [development-axapta] Inbound Create Purchase Order AIF service

2010-06-14 Thread JS
Hi Jesper, Thanks for the information. We are currently in a very tight timeline. Do you know if anyone has already done this before?   Thanks, Jennifer   - Hi Jennifer,   there is no standard service to create purchase orders. The

Re: [development-axapta] Inbound Create Purchase Order AIF service

2010-06-14 Thread srinath s
refer the AxdSalesorder. Similarly we can create for Axdpurchorder as well.     Regards, Srinath. S   --- On Mon, 14/6/10, JS jdsal...@yahoo.com wrote: From: JS jdsal...@yahoo.com Subject: Re: [development-axapta] Inbound Create Purchase Order AIF service To: development-axapta@yahoogroups.com

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-04 Thread Malcolm Burtt
Of James Flavell Sent: 02 June 2010 17:00 To: development-axapta@yahoogroups.com Subject: RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas? Thanks Malcolm, Yes using the 3rd party software mentioned earlier rather than

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-02 Thread James Flavell
:56 To: development-axapta@yahoogroups.com Subject: RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas? Hi James The AX AOS will crash as it approaches 2GB of memory use and its likely that performance would degrade as it nears

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-02 Thread abd absi
not sure why 3!   This case is still logged with MS.and do not know if they found a solution or not.     Regards Abdulrahman Absi --- On Mon, 5/31/10, James Flavell djf1...@gmail.com wrote: From: James Flavell djf1...@gmail.com Subject: RE: [development-axapta] Live AOS failure RPC exception 14

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-02 Thread James Flavell
: 31 May 2010 22:25 To: development-axapta@yahoogroups.com Subject: RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas? Hi All, I have run through the same issue in different sites runing Ax 4.0 SP2 and Ax 2009 SP1.I

Re: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-02 Thread Mike
To: development-axapta@yahoogroups.com Subject: RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas? Thanks Mike J I don't believe we have any 3rd party apps that connect via business connector so it must be one of the normal

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-02 Thread James Flavell
for certain batch groups? (i.e. no need to modify the SysStartup class?) Thank you very much James From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of Mike Sent: 01 June 2010 21:13 To: development-axapta@yahoogroups.com Subject: Re: [development-axapta

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-02 Thread Malcolm Burtt
] On Behalf Of Malcolm Burtt Sent: 02 June 2010 16:39 To: development-axapta@yahoogroups.commailto:development-axapta%40yahoogroups.com Subject: RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas? Hi James You can monitor the Private

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-06-02 Thread James Flavell
Sorry Mike a quick google gave me a detailed example to try out for this Thanks again James From: James Flavell [mailto:djf1...@gmail.com] Sent: 02 June 2010 17:31 To: 'development-axapta@yahoogroups.com' Subject: RE: [development-axapta] Live AOS failure RPC exception 14 reported

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-05-31 Thread James Flavell
Subject: Re: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas? I would focus on whatever 3rd party apps you have on that AOS that connect via the business connector. That's going to be the source of an RPC error on the AOS

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-05-31 Thread Malcolm Burtt
Hi James The AX AOS will crash as it approaches 2GB of memory use and its likely that performance would degrade as it nears this upper limit. It could be that you have uncovered a memory leak in AX which might account for this but it could also be that you just have too many users that run

RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-05-31 Thread James Flavell
Message- From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of Malcolm Burtt Sent: 30 May 2010 01:56 To: development-axapta@yahoogroups.com Subject: RE: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second

Re: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-05-28 Thread Mike
There is also the windows2003 RPC bug fix that you could try. The only time I have ever heard it working for ax problems involved errors when users printed to pdf. http://support.microsoft.com/kb/913184 An RPC client cannot connect to an RPC server that is running Windows Server 2003 SP1,

Re: [development-axapta] Live AOS failure RPC exception 14 reported in event log many many times per second - any ideas?

2010-05-28 Thread Mike
I would focus on whatever 3rd party apps you have on that AOS that connect via the business connector. That's going to be the source of an RPC error on the AOS. Yes, the AOS service crashes when it runs out of memory and it runs slow as it approaches the upper limits. You should restart the

Re: [development-axapta] help required installing KB979125 on AX2009

2010-05-20 Thread Julio César
hi, As long as i know, rollups resets syshotfixmanifest class... use applicationversion class insted Kisses On May 20, 2010 4:32 AM, lakshmi kanth reddy laxmikant...@rediffmail.com wrote: Hi, i have got a strange situation while installing AX2009 hotfix rollup KB979125 for one of our

Re: [development-axapta] Copy Item to another company/dataarea

2010-04-29 Thread Leo Vee
Sent: Thu, 22 April, 2010 3:26:26 PM Subject: RE: [development-axapta] Copy Item to another company/dataarea   Hi, There are two methods. 1. Export it using Administration Periodic Export Need to setup the definition group. Then select the corresponding tables you want to export. 2. Create

Re: [development-axapta] Creating Local XML File

2010-04-28 Thread Sumit Loya
Hi, You will have to setup all the AIF settings from Basic -- Setup -- Application Integration Framework. Have you done that? Regards, Sumit On Mon, Apr 26, 2010 at 10:56 AM, www_programmer www_program...@yahoo.comwrote: I am trying to understand the best way to create XML files on the

RE: [development-axapta] Copy Item to another company/dataarea

2010-04-22 Thread Ruel Ormita
Hi, There are two methods. 1. Export it using Administration Periodic Export Need to setup the definition group. Then select the corresponding tables you want to export. 2. Create a job using the changecompany() function. Regards From:

RE: [development-axapta] Unable to move form fields around

2010-04-22 Thread Ruel Ormita
Hi, Maybe this field is with a group. Try dragging a field in the data source and put it in the design. From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of shamika Sent: Tuesday, April 20, 2010 11:28 PM To: development-axapta@yahoogroups.com

Re: [development-axapta] Setting field to mandatory via code

2010-04-19 Thread avi's
: Anitha Santosh mail2eani...@gmail.com Subject: Re: [development-axapta] Setting field to mandatory via code To: development-axapta@yahoogroups.com Date: Thursday, 15 April, 2010, 1:06 PM   hi, try this in active method of the Datasource: dimension1

Re: [development-axapta] Setting field to mandatory via code

2010-04-15 Thread Tom Kim
I believe you want to do something like this: ledgerJournalTrans_DS.object(fieldId2Ext(fieldNum(LedgerJournalTrans,Dimension),1)).mandatory(true); I haven't tested this code, but it should be very close to this. The second parameter allows you the specify the array index for the Dimension

Re: [development-axapta] Setting field to mandatory via code

2010-04-15 Thread Anitha Santosh
hi, try this in active method of the Datasource: dimension1.mandatory(true); hope it works... On Thu, Apr 15, 2010 at 11:04 AM, www_programmer www_program...@yahoo.comwrote: I have a formcontrol combobox that allows you to select from ledgerJournalTrans.Dimension. The three dimensions from

Re: [development-axapta] Reg document attached in AX document management

2010-04-15 Thread mni_col
Hi, think with DocuActionFile::saveTempFile you got the pdf file to send. Best regards Michael From: Trinadh Sura Sent: Thursday, April 15, 2010 9:27 AM To: axapta-knowledge-vill...@yahoogroups.com Subject: [development-axapta] Reg document attached in AX document management Hi All, I

RE: [development-axapta] Problem with Packing item

2010-04-14 Thread Amgad Toma
[mailto:development-axa...@yahoogroups.com] On Behalf Of Rashid Iqbal Sent: Tuesday, April 13, 2010 3:34 PM To: development-axapta@yahoogroups.com Subject: Re: [development-axapta] Problem with Packing item I think you have to define the Dimension groups under the inventory management module two

Re: [development-axapta] Problem with Packing item

2010-04-13 Thread Rashid Iqbal
I think you have to define the Dimension groups under the inventory management module two type of dimension groups item dimension in which you can define the properties of item e.g. size, configuration, manufacture and in the storage dimension you can define the warehouse. the other

RE: [development-axapta] Re: Using Display methods...

2010-04-08 Thread BURAK UYGUR
Hi Khan, Try these; - Be sure of set rigth DataSource property of these objects in report design. - Be sure of your PurchLine has a RecId (You can find it by debug) - I assume that your query like this: VendPackingSlipTrans - PurchLine, in this case if your body

RE: [development-axapta] Re: Using Display methods...

2010-04-08 Thread Ruel Ormita
and the payment. From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of BURAK UYGUR Sent: Thursday, April 08, 2010 2:50 PM To: development-axapta@yahoogroups.com Subject: RE: [development-axapta] Re: Using Display methods... Hi Khan, Try

RE: [development-axapta] Display methods...

2010-04-07 Thread Amir Nazim
Please check by placing the breakpoint on the select statement, that you are getting value in the this ? also check that when you drag the display method to report then on control you have the correct datasource specified ? To: development-axapta@yahoogroups.com CC:

RE: [development-axapta] Fw: [Axapta-Knowledge-Village] Display methods...

2010-04-07 Thread Ruel Ormita
Hello, It will be much easier to use this. In the VendPackingSlipTrans theres is a method purchline. It will not be accurate if your condition is just itemid. Need to know the InventTransId. Display real ItmPrice() { ; Return this.purchline().PurchPrice; } The data will not show

RE: [development-axapta] Bartender integration

2010-04-07 Thread jim
We have it integrated with AX4 using ActiveX We purchased the enterprise version of Bartender which is licensed by the # of printers used on a single day, not users. Each workstation that needs to print labels has Bartender installed. There are label templates setup in AX. The template setup

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

2010-04-07 Thread naveed ali
Mr.Khan, Replace this key word with your datasource name  Like  where purchLine.ItemId == VendPackingSlipTrans.ItemId purchLine.PurchId == VendPackingSlipTrans.purchId; Hopfully this willl help you.     Regards    Naveed Jadoon --- On Tue, 4/6/10, Khan Axapta axaptak...@yahoo.com

RE: [development-axapta] Using Display methods

2010-04-07 Thread Murat BAL
Hi, //first method code display PurchPrice ItmPrice(){return this.purchLine().PurchPrice;} //second method code display VendPaymTermId DelTerms(){ return this.purchline().purchTable().Payment;} Murat Bal To: development-axapta@yahoogroups.com From: axaptak...@yahoo.com Date: Mon,

RE: [development-axapta] Customer aging by dimension

2010-04-07 Thread Khalil Rehman
Goto Aging Report - Select - Add Field Department and select the department for which you want to get aging report. regards. KHALIL UR REHMAN To: development-axapta@yahoogroups.com From: axaeff...@yahoo.com.sg Date: Wed, 7 Apr 2010 08:28:22 + Subject: [development-axapta]

Re: [development-axapta] Re: Product Builder Performance

2010-03-25 Thread Kevin Murray
Here is a listing of our top 10 models, note the top one takes 120 minutes to compile but the form loads in approx 4 seconds, executes in 8 seconds. Here is the sql script to produce the following so we're all on the same page. declare @PBAid varchar(20) declare @Namevarchar(20)

Re: [development-axapta] Security Key

2010-03-18 Thread shamika kshirsagar
PM To: development- axa...@yahoogrou ps.com Subject: Re: [development- axapta] Security Key Hi, There is a security profiler tool which can be used to check the access. You need to get that from Microsoft support. Hemant _ _ __ From: shamika shamik...@yahoo. com

Re: [development-axapta] SOX audit US compliance

2010-03-18 Thread shamika kshirsagar
Hi, I did SOX audit but not with AX. I did with Baan ERP. Basically you need to provide evidence for every user created, every patch of code present in Production system. You should be able to provide the proof for every change made to Production systems. Regards, Sam

Re: [development-axapta] date filter

2010-03-18 Thread Jennifer Saldua
Thanks, Michael.   This is very helpful.   Cheers, Jennifer --- On Wed, 17/3/10, mni_...@hotmail.com mni_...@hotmail.com wrote: From: mni_...@hotmail.com mni_...@hotmail.com Subject: Re: [development-axapta] date filter To: development-axapta@yahoogroups.com Received: Wednesday, 17 March, 2010

RE: [development-axapta] date filter

2010-03-18 Thread Amir Nazim
You can use 1. QueryRange(SystemDateGet()-3,SystemDateGet()); Or 2. (SystemDateGet()-3..SystemDateGet()); M Amir Nazim Software Engineer View Amir Nazim's profile To: development-axapta@yahoogroups.com From: jdsal...@yahoo.com Date: Wed, 17 Mar 2010 02:24:52

Re: [development-axapta] date filter

2010-03-17 Thread mni_col
Hi, perhaps following can help: http://axdaily.blogspot.com/2010/02/sysqueryrangeutil-class.html Best regards Michael From: Jennifer Saldua Sent: Wednesday, March 17, 2010 10:24 AM To: development-axapta@yahoogroups.com Subject: [development-axapta] date filter Hi, Does anyone know

Re: [development-axapta] Security Key

2010-03-15 Thread Hemant Kumthekar
Hi, There is a security profiler tool which can be used to check the access. You need to get that from Microsoft support. Hemant From: shamika shamik...@yahoo.com To: development-axapta@yahoogroups.com Sent: Thu, March 11, 2010 2:29:07 PM Subject:

RE: [development-axapta] Security Key

2010-03-15 Thread Ruel Ormita
-axapta@yahoogroups.com Subject: Re: [development-axapta] Security Key Hi, There is a security profiler tool which can be used to check the access. You need to get that from Microsoft support. Hemant From: shamika shamik...@yahoo.com mailto:shamikask

Re: [development-axapta] Install AOS AX4 on windows 7

2010-03-12 Thread Allan Rasmussen
I've installed it on a Win 7 Enterprise 64 bit and didnt find any problems. Best Regards, Allan Rasmussen www.neoprocess.dk From: Michael Kaligis Sent: Wednesday, March 10, 2010 5:19 PM To: development-axapta@yahoogroups.com Subject: [development-axapta] Install AOS AX4 on windows 7

RE: [development-axapta] Customization Problem

2010-03-04 Thread Ruel Ormita
Hi, Actually Ax have 2 inventdimid in transfer. InventdimId and InventdimIdto. Try to read the code of InventJourtransfer form. You will see how the InventDimId is supplied. Regards From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of Åßü

RE: [development-axapta] Re: Query extended range failure, linking InventTrans and InventDim

2010-03-04 Thread Ruel Ormita
Hi, Try using View. Create a view for your lookup form. Don't need to trouble yourself. Then you just need to filter it out in you form. Regards From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of pkpeterson652 Sent: Tuesday, March 02, 2010

RE: [development-axapta] Can we have Serial Number in Packing Slip?

2010-03-04 Thread Ruel Ormita
...@free.fr Sent: Tuesday, March 02, 2010 9:59 PM To: development-axapta@yahoogroups.com Subject: Re: [development-axapta] Can we have Serial Number in Packing Slip? Hi, concerning your first point, il you don't pass through picking list or register on your sales lines, how could

RE: [development-axapta] Customization Problem

2010-03-04 Thread mohammed aijaz
...@msb.com.my Subject: RE: [development-axapta] Customization Problem To: development-axapta@yahoogroups.com Date: Wednesday, March 3, 2010, 6:03 PM   Hi, Actually Ax have 2 inventdimid in transfer. InventdimId and InventdimIdto. Try to read the code of InventJourtransfer form. You will see

RE: [development-axapta] Product Builder Performance

2010-03-03 Thread Thomas Turney
Sebastian, We use PB in our AX3.0 implementation extensively. Are you seeing performance problems in the loading of the front end form or on the back end (after you click Ok on the front end form)? Tom T. From: development-axapta@yahoogroups.com

Re: [development-axapta] Workflow Batch Jobs

2010-03-02 Thread René Roca
if you want to run the workflow of automatic form follow these steps: 1- Create a new Batch Group 2- Run WorkFlow configuration utility, and add the workflow to this Batch Group 3- Make the check to allow batch execution in AOS Axapta execute automatically the workflows. you can see in event

Re: [development-axapta] Can we have Serial Number in Packing Slip?

2010-03-02 Thread enkidou
It's on account receivable, I'm sure you'll have correct by yourself. Geoffrey - Mail Original - De: enki...@free.fr À: development-axapta@yahoogroups.com Envoyé: Mardi 2 Mars 2010 14:58:51 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: Re: [development-axapta

Re: [development-axapta] Urgent: Total Discount on Sales Order Amount.

2010-03-02 Thread enkidou
Hi, did you try to set 0.00375 on total discount % on Price/Discount tab of your sales order ? Regards, Geoffrey - Mail Original - De: Khalil Rehman khalilrehm...@hotmail.com À: Knowlege Village axapta-knowledge-vill...@yahoogroups.com, Development Group

Re: [development-axapta] Can we have Serial Number in Packing Slip?

2010-03-02 Thread enkidou
Hi, concerning your first point, il you don't pass through picking list or register on your sales lines, how could the application know which serial numbers are picked from stock ? Maybe your point is to automaticaly link the packing slip generation for each picking list you validate. For the

Re: [development-axapta] Workflow Batch Jobs

2010-02-17 Thread Anitha S
Hi Aman, It is not necessary to use Tutorial_workflowProcessor form . Attach a batch group while configuring Workflow. Administration - Setup- WorkflowInfrastructure Configuration Wizard. In addition,check the URL you have configured. Workflow process happens automatically. Mail me for if you

Re: [development-axapta] Re: SalesEditLines

2010-02-15 Thread Tony Zeigler
You can probably replace: dialog = letter.dialog( ); dialog.run() ; dialog.wait( ); if (dialog.closedOk( )) letter.run() ; With: if (letter.prompt( )) {   } --- On Thu, 2/11/10, branjema branj...@yahoo.com wrote: From: branjema branj...@yahoo.com Subject: [development-axapta] Re:

Re: [development-axapta] Master Planning

2010-02-12 Thread kbi kbi
Hi, You can use coverage time fence to control the number of days Master planning takes into account SO and PO and Inventory transactions. Thanks. From: Khalil Rehman khalilrehm...@hotmail.com To: Knowlege Village axapta-knowledge-vill...@yahoogroups.com;

Re: [development-axapta] Sales order lines deleted after invoiced

2010-02-10 Thread Rashid Iqbal
This information is very helpful for all the axapta users. Best Regards, --- On Fri, 2/5/10, Tony Zeigler tony_zeig...@yahoo.com wrote: From: Tony Zeigler tony_zeig...@yahoo.com Subject: Re: [development-axapta] Sales order lines deleted after invoiced To: development-axapta@yahoogroups.com

Re: [development-axapta] AX With different Locations

2010-02-10 Thread Rashid Iqbal
Referring below: can you please describe further that how to create two AOS in sql server Thanks in advance Regards, --- On Fri, 2/5/10, René Roca rene.r...@gmail.com wrote: From: René Roca rene.r...@gmail.com Subject: Re: [development-axapta] AX With different Locations To: development

Re: [development-axapta] AX - Codes

2010-02-10 Thread René Roca
You can visit www.axaptapedia.com http://axcoder.blogspot.com/ http://axcoder.blogspot.com/http://dynamicsaxer.spaces.live.com/blog/ http://alexvoy.blogspot.com/ http://www.dynamicsax.es http://www.trucosax.es Regards www.dynamicsax.es http://dynamicsaxer.spaces.live.com/blog/ 2010/2/3 Khan

Re: [development-axapta] AX With different Locations

2010-02-05 Thread René Roca
Yes, you can install two Aos and one SQL Database for you application. Regards. www.dynamicsax.es 2010/2/4 Amgad Toma amgad.t...@eagle-chemicals.com Dear All, I have 2 geographical Locations, first one the head office(Financial Dept With 20 users), Other One Operation Process (Inventory

Re: [development-axapta] Sales order lines deleted after invoiced

2010-02-04 Thread Tony Zeigler
Thanks for the reply Tushar - I totally forgot about this thread :) This email account is the one that gets all my spam so I don't check it often :) --- On Sat, 1/30/10, Tushar Joshi tushar_s_jo...@yahoo.co.in wrote: From: Tushar Joshi tushar_s_jo...@yahoo.co.in Subject: Re: [development-axapta

RE: [development-axapta] Regarding Sales blanket order

2010-02-02 Thread Trinadh Sura
Hi abhay, Same Company. From: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] On Behalf Of Abhay Sent: Tuesday, February 02, 2010 10:02 AM To: development-axapta@yahoogroups.com Subject: Re: [development-axapta] Regarding Sales blanket order Dear

Re: [development-axapta] Sales order lines deleted after invoiced

2010-02-01 Thread Tushar Joshi
The setup is in Accounts receivable - parameetrs - updates tab, there you can select whether to delete the order lines which are invoiced.   -Tushar --- On Wed, 27/1/10, Tony Zeigler tony_zeig...@yahoo.com wrote: From: Tony Zeigler tony_zeig...@yahoo.com Subject: Re: [development-axapta] Sales

Re: [development-axapta] Sales order lines deleted after invoiced

2010-02-01 Thread Khan Axapta
Thanks.  looking to hear from you. From: Tony Zeigler tony_zeig...@yahoo.com To: development-axapta@yahoogroups.com Sent: Wed, January 27, 2010 5:04:36 PM Subject: Re: [development-axapta] Sales order lines deleted after invoiced   I forget where

Re: [development-axapta] Regarding Sales blanket order

2010-02-01 Thread Abhay
Dear Trinadh, Is the requirement in the Same company or different Companies.Regards Abhay -Original Message- From: Trinadh Sura trinadh_s...@iicindia.com Sent 1/29/2010 5:24:38 PM To: axapta-knowledge-vill...@yahoogroups.com Subject: [development-axapta] Regarding Sales blanket orderHi

  1   2   3   4   5   6   7   8   9   10   >