Re: [Axapta-Knowledge-Village] Re: Document grouping conditions

2007-12-04 Thread Subrahmanyam,Mamidi
Actually, AX4.0/SP1, the display menu item for this is SalesFormLetterSortingParameters and the form name is SalesFormLetterSortingParameters and actually it has security key custsetup... AOT path = Cust - Setup - Form - Sort Probably I might be

Re: [Axapta-Knowledge-Village] Re: File permissions

2007-11-27 Thread Subrahmanyam,Mamidi
], Subrahmanyam,Mamidi [EMAIL PROTECTED] wrote: umm ok. Can you please tell me the return mode of method where this code was written?. is that client static , static or void method?. I am assuming that file name and file paths are correct.. paulinavk [EMAIL PROTECTED] wrote: Thanks

RE: [Axapta-Knowledge-Village] Re: File permissions

2007-11-27 Thread Subrahmanyam,Mamidi
/details.aspx?FamilyID=5e050494-1613-4b3a-9363-d69d60c56877DisplayLang=en Michael From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Subrahmanyam,Mamidi Sent: 27. november 2007 17:40 To: Axapta-Knowledge-Village@yahoogroups.com Subject: Re: [Axapta-Knowledge-Village] Re

Re: [Axapta-Knowledge-Village] Re: File permissions

2007-11-26 Thread Subrahmanyam,Mamidi
umm ok. Can you please tell me the return mode of method where this code was written?. is that client static , static or void method?. I am assuming that file name and file paths are correct.. paulinavk [EMAIL PROTECTED] wrote: Thanks for your help. I added the

Re: [Axapta-Knowledge-Village] Re: File permissions

2007-11-26 Thread Subrahmanyam,Mamidi
code when I kept in a batch mode, I too had some issues and again I had to change the return type paramters to forcefully bind to local.. Subrahmanyam,Mamidi [EMAIL PROTECTED] wrote: umm ok. Can you please tell me the return mode of method where this code was written

Re: [Axapta-Knowledge-Village] Re: Files and file readers

2007-11-20 Thread Subrahmanyam,Mamidi
static void ExtUpdate210(Args _args) { ExtCodevalueTable extTableValue; AsciiIO file ; container fields; int p; ItemId itemid; InventTable invTable; ; file = new AsciiIo(C:\\FS\\SRI\\2.txt,R); file.inFieldDelimiter('\t'); // tab seperated file.inRecordDelimiter('\r\n');

Re: [Axapta-Knowledge-Village] Release COM object

2007-10-26 Thread Subrahmanyam,Mamidi
Hi Steeve, I am not a C# developer. But I am not sure if you have used as i used to do in C++ if(MyCom) { myCom.Close(); myCom = NULL; } the bove code should decrement the pointer to the object's handle. good luck, Subbu Steeve Gilbert [EMAIL PROTECTED] wrote:

Re: [Axapta-Knowledge-Village] Axapta training

2007-02-25 Thread Subrahmanyam,Mamidi
to be axapta professional to take training in MS Learning Solutions Competency Partners who are specialised in giving training for Microsoft Dynamics - AX. Regards, Lakshmanan. --- Subrahmanyam, Mamidi [EMAIL PROTECTED] com wrote: Hi Tajudeen, I stringly advise to get the training from MS

Re: [Axapta-Knowledge-Village] Axapta training

2007-02-24 Thread Subrahmanyam,Mamidi
Hi Tajudeen, I stringly advise to get the training from MS or from a local MS partner in India. Dont get fooled by some money milking guys in Inida. I know how it works in Training centers in India. The logic is very simple. if the trainer is so trainined to train you, he wont be sitting

Re: [Axapta-Knowledge-Village] Re: Stop field displaying default value

2007-01-29 Thread Subrahmanyam,Mamidi
Ok. We have a mod over there#2 is the way anyway :-). ignore my earlier email if u r using std axapta Subbu [EMAIL PROTECTED] wrote: Hello hang on, I have looked at the code and its getting defaulted from the salesupdate paramters.. so, dont make any modifications

RE: [Axapta-Knowledge-Village] UtilElements error

2007-01-28 Thread Subrahmanyam,Mamidi
Hi James, I smell that your layer file got corrupted looks like... I would suggest the following 1. Find a backup of the application folder, and restoring the backup (or at least the layer file -- axZZZ.aod where ZZZ is the layer where the problem is). Once the layer file has been

RE: [Axapta-Knowledge-Village] Help me out!

2007-01-26 Thread Subrahmanyam,Mamidi
hi pankaj_dbc, please post your code so that you will be helped -subbu Brandon George [EMAIL PROTECTED] wrote: I have never tried this before, but you might be able to build a query from a query. So for example: Query1 = Order By DataSet Query2 = Built from Query 1,

Re: [Axapta-Knowledge-Village] Re: Production closing error: Quantity ordered may not be reduced, as there are

2007-01-22 Thread Subrahmanyam,Mamidi
Hi, I am not sure if you have already solved this. Can you please check the InventTransID of the problemed Line, to see if that exists in inventTrans table with status 'Onorder' and the same line exits in InventJournalTrans table?. I beleive the journal posting is

[Axapta-Knowledge-Village] Ledger Un Settlement Report

2006-12-13 Thread Subrahmanyam,Mamidi
Hi, I am wondering if there is any standard existing Financial report which can give the list of all un settled ( or waiting to settled ) ledger transactions?. The existing report 'Ledger Transactions' can be 1:n to LedgerSettlement table to get the settled vouchers. but I am looking to

Re: [Axapta-Knowledge-Village] Account Length

2006-12-03 Thread Subrahmanyam,Mamidi
Hi Faiqa, 1. if you want to change the account lenght for all companies, you can change the EDT of accoutNum ( highest parent ) properties in the AOT 2. if you want to change per company, you can admnistration - setup-adjust global variables etc etc...you can set the length over

Re: [Axapta-Knowledge-Village] Account Length

2006-12-03 Thread Subrahmanyam,Mamidi
Hi Faiqa, 1. if you want to change the account lenght for all companies, you can change the EDT of accoutNum ( highest parent ) properties in the AOT 2. if you want to change per company, you can admnistration - setup-adjust global variables etc etc...you can set the length over

Re: [Axapta-Knowledge-Village] Duplicate LineNum

2006-11-29 Thread Subrahmanyam,Mamidi
Hi James, how are you man?. We had this problem back in 2004 where we had the same PO line being generated when you go on clicking 'New' line without filling up any items. say if you click the 'New' to create the line for 3 times, the line number will be 3 only and start from 3...

Re: [Axapta-Knowledge-Village] Re: Trade Logistics Training Material

2006-11-28 Thread Subrahmanyam,Mamidi
Hi, The Training Material and the axapta help ( such as field descritpion and utility , even thoguh std axapta help is not good) should be more than enough to get certified. Recently I am certified in T L ,scoring 93% . The key is simple. Just study the manuals and e -course. I could not

Re: RE : RE : [Axapta-Knowledge-Village] Regarding multithreading concept in Axapta

2006-03-30 Thread Subrahmanyam, Mamidi
a nice day! Steeve... -Message d'origine- De : Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Subrahmanyam, Mamidi Envoyé : 22 mars 2006 09:40 À : Axapta-Knowledge-Village@yahoogroups.com Objet : RE: RE : [Axapta-Knowledge-Village] Regarding

RE: [Axapta-Knowledge-Village] Mandatory unit introduced by MBS?

2006-03-28 Thread Subrahmanyam, Mamidi
'Inventory' unit mandatory!!!??? Anyone else can shed some more insights into this? Thanks Subbu once again James -Original Message- From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Subrahmanyam, Mamidi Sent: 27 March 2006 10:55 To: Axapta-Knowledge

RE: [Axapta-Knowledge-Village] Mandatory unit introduced by MBS?

2006-03-26 Thread Subrahmanyam, Mamidi
Hi James, This is my exp: if there is no Unit for sales ( as well as Purch ) 1. Created an Item code 'ABCD' with all the nescessary data, but no unit for sales. 2. Created a sales order for that item with Qty = 200.25 ( for example, with a real value ) 3. When you save

RE: [Axapta-Knowledge-Village] Mandatory unit introduced by MBS?

2006-03-26 Thread Subrahmanyam, Mamidi
. any other thoughts, Thanks Regards, Subbu Subrahmanyam, Mamidi [EMAIL PROTECTED] wrote: Hi James, This is my exp: if there is no Unit for sales ( as well as Purch ) 1. Created an Item code 'ABCD' with all the nescessary data, but no unit for sales. 2. Created

Re: [Axapta-Knowledge-Village] Regarding multithreading concept in Axapta

2006-03-21 Thread Subrahmanyam, Mamidi
X++ is not favorable compared to C++ in terms of system programming. in C++, we have many options/ std Cthread class with all thread functions inlcuding mutex objects. 1. for normal purpose, we have a sleep(milli secs) function in X++ 2. If you want to spawn multiple threads, we

Re: [Axapta-Knowledge-Village] Cost calculation crisis

2006-02-27 Thread Subrahmanyam, Mamidi
Hi Mkye, 1. which verson of axapta you are running? 2. if you are running Ax3.0 , did you put HF30SP3_058 - Axapta IC Rollup for 3.0 SP3 HF30SP2_034 - Axapta IC Rollup for 3.0 SP2 I think your problem should be solved if you put that hot fix. Happy Days and good

Re: [Axapta-Knowledge-Village] Cost calculation crisis

2006-02-27 Thread Subrahmanyam, Mamidi
. -- Subrahmanyam, Mamidi [EMAIL PROTECTED] wrote: Hi Mkye, 1. which verson of axapta you are running? 2. if you are running Ax3.0 , did you put HF30SP3_058 - Axapta IC Rollup for 3.0 SP3 HF30SP2_034 - Axapta IC Rollup for 3.0 SP2 I think your problem should be solved

Re: [Axapta-Knowledge-Village] Urgent: Sort RecordBuffer in descending order.

2006-02-26 Thread Subrahmanyam, Mamidi
Hi Krishna, I think its not possible to use ReCordSortedList class to sort the records in decending order. My recomendation is that you may have to create a temporary table and do a 'Inser_recordSet' and then use select orderby or group by with option Asc or desc... These

Re: [Axapta-Knowledge-Village] Printing of Check Again

2006-02-26 Thread Subrahmanyam, Mamidi
Hi Vivek, There should be 6 status. 1. Non 2. Sent 3.Received 4.Approved 5.Rejected 6.ReUse please let me know the menu path you are looking at and are you using Ax3 and Sp3? vivek sharma [EMAIL PROTECTED] wrote: I guess there is no such reuse option . Only

Re: [Axapta-Knowledge-Village] Printing of Check Again

2006-02-26 Thread Subrahmanyam, Mamidi
And one more thought is, 1. If you have a erroneous check generated while printing ( or whatsoever may be the reason ), if you want to print the same check number, you need to void it out right??. Once you have voided it out and then may be if you want to use the same check number, I am

Re: [Axapta-Knowledge-Village] Printing of Check Again(Nice answer from MS guy)

2006-02-26 Thread Subrahmanyam, Mamidi
Just found something for your reference.Its a nice answer.. MSFT: To be able to print a check twice would be a serious security problem - and probably illegal in several countries around the world. In the case with wrong paper etc., you simply have to void the check in the payment

RE: [Axapta-Knowledge-Village] Printing of Check Again

2006-02-26 Thread Subrahmanyam, Mamidi
sharma Sent: Sunday, February 26, 2006 11:34 AM To: Axapta-Knowledge-Village@yahoogroups.com Subject: Re: [Axapta-Knowledge-Village] Printing of Check Again Thanks Subrahmanyam i will try ur solution . Thanks to all for replying my small query. Regards Vivek Subrahmanyam, Mamidi [EMAIL

RE: [Axapta-Knowledge-Village] Printing of Check Again

2006-02-26 Thread Subrahmanyam, Mamidi
Sciences Company 303 593-1246 303 593-1248 Fax _ From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Subrahmanyam, Mamidi Sent: Sunday, February 26, 2006 10:28 PM To: Axapta-Knowledge-Village@yahoogroups.com Subject: RE: [Axapta-Knowledge-Village

Re: [Axapta-Knowledge-Village] URGENT: Multilocalizaton setup

2006-02-22 Thread Subrahmanyam, Mamidi
Hello Alessandro, Here is my experiece on Multi locationzations. We have 3 localisations on three different Databases. Northa America, Spain and Germany... We could have installed in one database for all these three localisations. I think MS is still working on this. and

Re: [Axapta-Knowledge-Village] Printing of Check Again

2006-02-22 Thread Subrahmanyam, Mamidi
Is there any issue if you can put 'stop payment on the cheque' and issue a new cheque?.. its would be nicer to see why do you want to reissue the same cheque# corrected?.. this is just my thoughtsmay not be useful. but someone may ask you the same question like why why dont you put

Re: [Axapta-Knowledge-Village] Item Inventory unit

2006-02-22 Thread Subrahmanyam, Mamidi
Hi , We have the similar problem as our Item master got intially set up without Units for all these three modules. so when we create a PO line, the qty gets rounded to zero decimals...hence we faced the problems during the invoicing..but we are having work around for this to live with..

Re: AW: RE : [Axapta-Knowledge-Village] Views in Axapta

2006-02-20 Thread Subrahmanyam, Mamidi
Happy coding.. may be this piece could be useful.. static void forFun() { Treenode treeNode, child; xInfo xInfo = new xInfo(); Object object; int tableId = -1; ; treeNode = xinfo.rootNode().AOTfindChild('Data Dictionary').AOTfindChild('Views');

Re: [Axapta-Knowledge-Village] Re: Type Casting in Axapta Urgent Please

2006-02-15 Thread Subrahmanyam, Mamidi
Hi, pls post top some piece of code where you are getting error. That should work.check for typos.. good luck, subbu vlnarasimhan2004 [EMAIL PROTECTED] wrote: Hi, I tried using this method. But it says This function has not been declared. what do i have to do?? Regards,

Re: [Axapta-Knowledge-Village] Re: Throw inside TTS catch outside TTS

2006-02-13 Thread Subrahmanyam, Mamidi
Hi Alex, The concept should be as follows as its the same for C++ or JAVA. I am pretty sure it should be the case for all object oriented labgugaes. Whenever a throw occurs in a nested try catch blocks , depending upon the return type, the Immediate catch should be hit.Since

Re: [Axapta-Knowledge-Village] Re: Throw inside TTS catch outside TTS

2006-02-13 Thread Subrahmanyam, Mamidi
(Exception::Error) { info(Catch outside TTS); } so something with tts commands.. did you find out any thing Steve on this???. As per theory, it should hit the immediate catch level till it finds the return macth... subbu Subrahmanyam, Mamidi [EMAIL PROTECTED] wrote: Hi

Re: [Axapta-Knowledge-Village] Re: Throw inside TTS catch outside TTS

2006-02-13 Thread Subrahmanyam, Mamidi
we did not go into inner level. Happy programming... subbu Subrahmanyam, Mamidi [EMAIL PROTECTED] wrote: Yo Steve, I commneted the ttsbegin part...Now I could hit 'Catch inside TTS' try { // ttsbegin; try { throw Exception

Re: [Axapta-Knowledge-Village] Multiple branches under single company

2006-02-11 Thread Subrahmanyam, Mamidi
Hi , My present implementation also intially thought of going for 4 axapta companies for 4 plants in US. But, however, we used the same company and used financial dimensions and also we did customize the std axapta for firming/BOM etc etc classes along with

RE: [Axapta-Knowledge-Village] Purchase Order - Posting error

2006-02-05 Thread Subrahmanyam, Mamidi
Hello, Even the error message says that the warehouse is missing, if we add the ware house, it should be fine. I think the reason for you to get this is, you might have selected 'ware as primary stocking; in inventroy dimensions for that Itemthen we need to have specifiy the

Re: [Axapta-Knowledge-Village] New field in custtable and salestable.

2006-01-30 Thread Subrahmanyam, Mamidi
Hi Guy3, Here is waht you have to do: 1. create RPD in saleslines also as you want to save it in SalesLines also. 2. Whenever you select custNum, to polulate that value into Salestable, you need to put the below code in SalesTable - IntiFromCustTable; at the end this.RPD =

Re: [Axapta-Knowledge-Village] Lookup Form[Period JournalLine]

2006-01-29 Thread Subrahmanyam, Mamidi
Hi Memories, Please dont do that way. and swap them back to original.That will cause absurb results. Here is what ou have to do to achive our way.. Classes - LedgerJournalEngine_LedgerPeriodic Then Overide the method - InitValue(). This actually initiates the default values

Re: [Axapta-Knowledge-Village] Lookup Form

2006-01-29 Thread Subrahmanyam, Mamidi
Hi Memories, Yes. Our friend Varden is correct as I was searching in diferent place...AssetTable... Actualy, the lookup method was overriden in this case so as to point the lookup form..This is just adding more columns..for this.. So in future, if you want to do similar coding, you may

Re: [Axapta-Knowledge-Village] Lookup Form

2006-01-29 Thread Subrahmanyam, Mamidi
Hi Varden, Why dont we suggest in doing Classes - LedgerJournalEngine_LedgerPeriodic so that it will not change whereever LedgerJournalTrans is used.. I think I recommend in doing the period class so that it applied for thet periodic journal only... Varden Morris [EMAIL PROTECTED]

Re: [Axapta-Knowledge-Village] Lookup Form

2006-01-28 Thread Subrahmanyam, Mamidi
Hi , There are many ways to try..But I am not sure if I uderstood your question correctly. but you may want to try this... You can go that Table ( AssetTable) - field groups - Auto Lookup( but this will change everywhere there is the lookup or you need to override lookup on the

Re: [Axapta-Knowledge-Village] Year end closing/opening: Serious Error

2006-01-25 Thread Subrahmanyam, Mamidi
Strange!. no one expericed this issue...Am I singled out on this issue? -Subbu Subrahmanyam, Mamidi [EMAIL PROTECTED] wrote: Hi, I am trying to perform Fiscal Year End Opening transactions and got the following error: Error: Total of the transactions in the year is not 0.00

Re: (BUG}[Axapta-Knowledge-Village] Limit on attaching POs to a blanket Order

2006-01-23 Thread Subrahmanyam, Mamidi
Hi Friends, MS accpeted QueryBuildRange fails at 474 nested loopsSo we can not attach more than 474 POs for a blanket order. If anyone wants the support email, I can forward Thanks, subbu Subrahmanyam, Mamidi [EMAIL PROTECTED] wrote: Spent 9 nonstop hours. I found

Re: [Axapta-Knowledge-Village] Limit on attaching POs to a blanket Order

2006-01-21 Thread Subrahmanyam, Mamidi
Spent 9 nonstop hours. I found the root cause..A bug in QueryBuoldRange class..Reported to MS.. -Subbu Subrahmanyam, Mamidi [EMAIL PROTECTED] wrote: Hi, I am running into some issues when I select a Blanket order and then click on Enquiries - Attached Purchase orders. I

[Axapta-Knowledge-Village] Limit on attaching POs to a blanket Order

2006-01-20 Thread Subrahmanyam, Mamidi
Hi, I am running into some issues when I select a Blanket order and then click on Enquiries - Attached Purchase orders. I am getting SQL trace error saying that can not select a record in purchTable. I traced the code. and I am curious what is the maximum limit of attached

Re: [Axapta-Knowledge-Village] User logout already but still appear as online

2006-01-17 Thread Subrahmanyam, Mamidi
Hi Hardi,Did you solve this problem ?. if not, you may want to try this... 1. Stop AOS 2. delete AXDAT.UDB file. 3. restart AOS. When you restart AOS, the new and correct version of AXDAT.UDB will be created.I feel your AXDAT.UDB file is corrupted...I think this you

[Axapta-Knowledge-Village] Table Locking Mechanism

2005-12-07 Thread Subrahmanyam, Mamidi
Hi, I am trying to understand how When Table locking occurs, what are the possible conditions for the Table dead lock to occur in Axapta.For Example:I will have5 Fat clients connected to DB. I will fire Inventory recalculate to operate on 'InventTrans' table, will this cuase any Table

Re: [Axapta-Knowledge-Village] Re: MST Round-off error in Invoice Approval Journal

2005-12-06 Thread Subrahmanyam, Mamidi
Hi Irving,Did you guy make any customization to increase the number of decimals?.However, we have these kind of problems earlier. How we did solve is:You may want to go to Parameters of the particular module: Goto - Settlement and then try to change max penny differences so that

Re: [Axapta-Knowledge-Village] Re: MST Round-off error in Invoice Approval Journal

2005-12-06 Thread Subrahmanyam, Mamidi
Hi Irving,Did you guy make any customization to increase the number of decimals?.However, we have these kind of problems earlier. How we did solve is:You may want to go to Parameters of the particular module: Goto - Settlement and then try to change max penny differences so that

RE: [Axapta-Knowledge-Village] Delete Packing Slip Updated (Delivered) Status Sales orders

2005-11-10 Thread Subrahmanyam, Mamidi
Hi Brandon, Just I am curious, why did you change std axapta process?. is theren't anyway to achive your setup or packingslip process without changing the std classes?. We also change packingslip process,Inventory movement process , Sales Order process, QOC , EDI, ~84 total interfaces ( which

RE: [Axapta-Knowledge-Village] Delete Packing Slip Updated (Delivered) Status Sales orders

2005-11-09 Thread Subrahmanyam, Mamidi
Hi Brandon, I would do the following way. I will select the So to be backed out. on the QTY tab, I will log the same Qty ( delivered ) with negative qty under deliver now column. I will post the packingslip with 'delivernow' parameter selected. so now the shipped qty nullified so it reverts

RE: [Axapta-Knowledge-Village] Delete Packing Slip Updated (Delivered) Status Sales orders

2005-11-09 Thread Subrahmanyam, Mamidi
Brandon, Regarding the second question, I think when it becomes 'opne order' , you can just switch back to 'quation' or 'journal' status. I think there is no harm just from my exp. thansk, subbuBrandon George [EMAIL PROTECTED] wrote: Along these same lines, how would one take a Sales

Re: [Axapta-Knowledge-Village] Harry ! this one for u: Journal Upload

2005-10-31 Thread Subrahmanyam, Mamidi
Hi Priyanka, You need to assign the inventdim programatically if you have to attach inventdim. I remeber Girish posted some sample code in the past.. the code looks like below... Tablename yourTable; InventDim inventDim; ; inventDim.clear(); inventDim.configId = 'configid' // coming from

Re: [Axapta-Knowledge-Village] Harry ! this one for u: Journal Upload

2005-10-31 Thread Subrahmanyam, Mamidi
to be used.--- "Subrahmanyam, Mamidi" [EMAIL PROTECTED] wrote: Hi Priyanka, You need to assign the inventdim programatically if you have to attach inventdim. I remeber Girish posted some sample code in the past.. the code looks like below... Tablename yourTable; InventDim inventDim; ; inven

Re: [Axapta-Knowledge-Village] Harry ! this one for u: Journal Upload

2005-10-31 Thread Subrahmanyam, Mamidi
.--- "Subrahmanyam, Mamidi" [EMAIL PROTECTED] wrote: Hi Priyanka, You need to assign the inventdim programatically if you have to attach inventdim. I remeber Girish posted some sample code in the past.. the code looks like below... Tablename yourTable; InventDim inventDim; ; inven

Re: [Axapta-Knowledge-Village] Export Project Node-Is there any solution

2005-10-07 Thread Subrahmanyam, Mamidi
that wwhen u import this xpo. Project node is not there Thanks Again.. Maverick - Original Message ----- From: Subrahmanyam, Mamidi To: Axapta-Knowledge-Village@yahoogroups.com Sent: Thursday, October 06, 2005 12:30 PM Subject: Re: [Axapta-Knowledge-Village] Export Project Node-Is

Re: [Axapta-Knowledge-Village] Export Project Node-Is there any solution

2005-10-06 Thread Subrahmanyam, Mamidi
t. You can verify the original export file with the xpo created with this code. Ihad not found any solution, please find the right way to export the project. Thanks Maverick - Original Message ----- From: Subrahmanyam, Mamidi To: Axapta-Knowledge-Village@yahoogroups.com Sent: Wednesday,

Re: [Axapta-Knowledge-Village] Export Project Node-Is there any solution

2005-10-06 Thread Subrahmanyam, Mamidi
the output of the code, itdoent have anything in it. You can verify the original export file with the xpo created with this code. Ihad not found any solution, please find the right way to export the project. Thanks Maverick - Original Message ----- From: Subrahmanyam, Mamidi To: Axapta

RE: [Axapta-Knowledge-Village] Export Project Node-Is there any solution

2005-10-05 Thread Subrahmanyam, Mamidi
Hello Axapta Techo functional, pls use this piece code for ur task... static void forFun(Args _args){ ProjectNode projNode; TreeNode treeNode; str strPath; ; treeNode = infolog.projectRootNode(); projNode = treeNode.AOTfindChild('Shared').AOTfindChild('SUN0001_IntelligentFirm');

[Axapta-Knowledge-Village] Microsoft� Business Solutions - Axapta� 3.0 Bill of Materials

2005-10-05 Thread Subrahmanyam, Mamidi
Hi, if anyone has this documentation on this, can you share with me?. The manual for T L has very basic info. Your help is grateful to me. Thanks Regards, Subbu Yahoo! for Good Click here to donate to the Hurricane Katrina relief effort. Sharing the knowledge on Axapta.

Re: [Axapta-Knowledge-Village] SalesFormLetter.insertJournal()

2005-09-27 Thread Subrahmanyam, Mamidi
Hello Brandon, I believe this should solve it..You can browse similar code on AOT\classedd.. ttsbegin; numberSeq = this.allocateNumAndVoucher(); [number, voucher] = this.getNumAndVoucher(); if (this.updateNow()) { this.postUpdate();

RE: [Axapta-Knowledge-Village] SalesFormLetter.insertJournal()

2005-09-27 Thread Subrahmanyam, Mamidi
Hi John, Thank you for the nice email. But, can you tell me why there is an inbalance between ttsbegin and ttscommit levels? I understand its a nested tts . ttsabort which I put will accout for immediate ttscommit. I guess it will not account for other ttsbegin nesteded loops. May be , I

RE: [Axapta-Knowledge-Village] SalesFormLetter.insertJournal()

2005-09-27 Thread Subrahmanyam, Mamidi
Hi John, do you agree if I modify this way or do you see any problems? // ttsbegin; (comented out ) (I don;t know why MS wants to hit this ttscommit for every condition.) numberSeq = this.allocateNumAndVoucher(); [number, voucher] = this.getNumAndVoucher(); if (this.updateNow()) {

Re: [Axapta-Knowledge-Village] Form refresh from a class

2005-09-26 Thread Subrahmanyam, Mamidi
esTable. i tried a few things but i geterror that the Treenode object is not initialised. ihad modification astreenode = TreeNode::findNode('forms').AOTfindChild('\\salesTable\methods\doRefresh');can you tell me where am i going wrong.thankscheers,Girish --- "Subrahmanyam, Mamidi" <[EMA

Re: [Axapta-Knowledge-Village] Security Keys

2005-09-20 Thread Subrahmanyam, Mamidi
Hi I can copy both of your hints into one email: static void SubbuTest(Args _args){ DictSecuritykey c;AccessRightsList accessRightsList; ; while select accessRightsList where accessRightsList.recordType == AccessRecordType::SecurityKey { c = new DictsecurityKey(accessRightsList.id);

RE: [Axapta-Knowledge-Village] Hiding confidential data in axapta

2005-09-20 Thread Subrahmanyam, Mamidi
May be someone can use 'textBuffer' class to map the field to encrypt and de crypt...I never tried though.. I am just giving an hint from Technet.. Thanks, subbu"Dyachenko, Dmitry" [EMAIL PROTECTED] wrote: No. RLS won’t help in this case. Using RLS doesn’t encrypt the data itself, it

[Axapta-Knowledge-Village] Does anyone know: ProjTable

2005-09-16 Thread Subrahmanyam, Mamidi
Hi, Stragely when we come in the monring, we have our ProjTable Table got emptied in Production. We have no access to AOT and the DB admin says everything was fine and could have no reasons for this. Does anyone have any idea of suddely deletion of data in Axapta?. What could be the

Re: [Axapta-Knowledge-Village] Report Template

2005-09-12 Thread Subrahmanyam, Mamidi
He he he he he.( joking...) Ok. Please duplicate the 'InternalList' template. Save it. and then restore it. Now compile. It won;t complain again about the compilation Thanks, subbuVarden Morris [EMAIL PROTECTED] wrote: Hi Jason I had the same problem before and I am not

RE: [Axapta-Knowledge-Village] Report Template

2005-09-12 Thread Subrahmanyam, Mamidi
Hi Jason, I was he he heing because Axapta is very Sexy. It behaves somes nastily :-). have a nice day. Regards, subbuJason Crook [EMAIL PROTECTED] wrote: Thanks Guys Got it !! Regards Jason Crook Financial Systems Consultant Exordia(A Division Of PricewaterhouseCoopers) Tel :

[Axapta-Knowledge-Village] Help: Print Management

2005-09-12 Thread Subrahmanyam, Mamidi
Hi, I am trying to print 1 original and 3 copies for pickinglist report on Sales Order. Its always printing 1 original and 1 copy. Its not printing 3 copies. Any help please?. I set the PrintManagemtModuleType = cust. Any help will be appreciated. thanks 7 Regards,

Re: [Axapta-Knowledge-Village] Help: Print Management

2005-09-12 Thread Subrahmanyam, Mamidi
Kind of weired. Its printing to printer , but not to the screen. But never mind, PrintManagement means printer management.?? Anyway, no problem. Thanks, subbu"Subrahmanyam, Mamidi" [EMAIL PROTECTED] wrote: Hi, I am trying to print 1 original and 3 copies for pickinglist report on S

[Axapta-Knowledge-Village] Help: PickingList Originals

2005-09-12 Thread Subrahmanyam, Mamidi
Hi, My customer wants to see the running number on PickingList reportfor Sales Order . For example, they asked me to print 3 copies . Hence, what I did is, I menationed '3' in the print management. its printing 3 copies to the printer. But he also wants to see 'Picking List copy 1' , 'Picking

Re: [Axapta-Knowledge-Village] Dynamic Lookup on Dialog

2005-09-07 Thread Subrahmanyam, Mamidi
querythat filters records.hope it helps--- "Subrahmanyam, Mamidi" [EMAIL PROTECTED] wrote: Hi Harry, I am using a dialog class in a report. dlvProjectId = _dialog.addField(typeid(ProjId), 'Select Project ID'); Can I filter records on this ProjectID on this dialog ?. The basic pr

[Axapta-Knowledge-Village] Form on a dialog

2005-09-07 Thread Subrahmanyam, Mamidi
Hi , I have a form . The form has a lookup string control. The lookup string control has a overidden lookup() method to do some fetching logic. so basically the form has only one stringcontrol with lookup. How do I paste ( add ) it on the dialog with out disturbing the lookup on the form in

RE: [Axapta-Knowledge-Village] Form on a dialog

2005-09-07 Thread Subrahmanyam, Mamidi
Thank Dmitry. that helped me. regards, subbu"Dyachenko, Dmitry" [EMAIL PROTECTED] wrote: Hi subbu, It’s possible to use a form as a part of dialog box. See tutorial_runbaseform project in axapta. From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

[Axapta-Knowledge-Village] Dynamic Lookup on Dialog

2005-09-06 Thread Subrahmanyam, Mamidi
Has anyone tried to have a dynamic lookup on a dialogue field?. Of course we can do it in a form by overiding the control's lookup method. But just wondering if anyone has tried to have a dynamic lookup. My requirement is projectId. But for example, user just wants to see only 05.A 05.A.201

Re: [Axapta-Knowledge-Village] Dynamic Lookup on Dialog

2005-09-06 Thread Subrahmanyam, Mamidi
ign (being used for looup). regards harry "Subrahmanyam, Mamidi" [EMAIL PROTECTED] wrote: Has anyone tried to have a dynamic lookup on a dialogue field?. Of course we can do it in a form by overiding the control's lookup method. But just wondering if anyone has tried to have a dynamic loo

Re: [Axapta-Knowledge-Village] SpecTrans - 'Edit Closed Transactions' - Help needed

2005-09-05 Thread Subrahmanyam, Mamidi
Freakingly, They marked some of the Open Trasactions which is bursting me. I unmarked them and that did the magic. Thanks, subbu"Subrahmanyam, Mamidi" [EMAIL PROTECTED] wrote: Hi, Today I am asked to look into a ticket. There is a customer : ACBD'. and I am trying to reverse th

[Axapta-Knowledge-Village] Need your exp on Purchasing for Items of type Service

2005-09-02 Thread Subrahmanyam, Mamidi
Hi, I need your different experiences on packing slip / invoicing of expense items ( Service ). For example, I have this funny scenario going on. 1. I created a Unit called 'M' for meters and I gave 3 decimals for that in the Unit Table. 2. Since Its an Service Item, I didn;t include Units

Re: [Axapta-Knowledge-Village] Need your exp on Purchasing for Items of type Service

2005-09-02 Thread Subrahmanyam, Mamidi
[EMAIL PROTECTED] wrote: did you also check the Round-off on the exchangecurrency form / round-off tab?--- "Subrahmanyam, Mamidi" [EMAIL PROTECTED] wrote: Hi, I need your different experiences on packing slip / invoicing of expense items ( Service ). For example, I have this funny scen

RE: [Axapta-Knowledge-Village] ASCIIIO fieltype

2005-08-31 Thread Subrahmanyam, Mamidi
Hi James, I was also using terminal sever. Are you trying to write Binarydata into a file using AsciiIO class?. or are you trying to write it an excel file?. ( or CSV ) Fortunately, I didn;t experience this kind of settings problem. Let us hope someone had similar exp and may share their

RE: [Axapta-Knowledge-Village] Any Idea abou this?

2005-08-31 Thread Subrahmanyam, Mamidi
Hi, I am working in my DEV environment just for the sake of learning. I think we can not use strltrim() in X++ 'select where' statement. So i I tried to introduce spaces to get the correct count on LedgerTable using AccountNum as index. But already there are trasactions posted on these

[Axapta-Knowledge-Village] Any Idea abou this?

2005-08-30 Thread Subrahmanyam, Mamidi
Hi, I am wondering if you guys know of this. Why is the field 'AccountNum' is right aligned and why not 'Left aligned'?. Does what factor judge alignment property?. Because this has significant effect in 'select' statements if I use AccountNum as Index. Any help is highly appreciated,

Re: [Axapta-Knowledge-Village] Expanding Project Id

2005-08-29 Thread Subrahmanyam, Mamidi
Hi, We have changed ProjId to 20 digits. We changed ProjIdBase and AccountNum EDT to 20. However, there is an option in Administration - setup - system - adjust global type , ProjectID. however, this should be coupled with AccountNum EDT change . However this is per company only. ax0804

RE: [Axapta-Knowledge-Village] SQL Duplicate company error

2005-08-29 Thread Subrahmanyam, Mamidi
Hi James, as per your advice to duplicate the problem, I did as the following. 1. Created a new Table SUNExample with 2 fields and populated data. 2. Exporrted the Table / 3. Logged on to 'CUS' layer ( We don;t have access to VAR ) and reimported the SUNExample Table. There I added a third

[Axapta-Knowledge-Village] Bug filed in LedgerTable

2005-08-29 Thread Subrahmanyam, Mamidi
Hi, In continuation with my problem in Ledger consolidation export, I logged a case with Microsoft to see if they any answer why I get different values for 'Select count(Recid) from LedgerTable where LedgerTable.AccountNum != ' statement . They could reporoduce the problemand accepted a bug

RE: [Axapta-Knowledge-Village] Cancel Purchase Order

2005-08-29 Thread Subrahmanyam, Mamidi
Sun Fen is right. We are doing the same as he advised / described for both Sales ORder / Purchase order. The moment you cancel the quantiy, the satus is setting to 'cancelled'. Thank you. kind regards, subbuSun Fen [EMAIL PROTECTED] wrote: If you change to order type = Journal, it will not

Re: [Axapta-Knowledge-Village] ledgerTrans.postload

2005-08-26 Thread Subrahmanyam, Mamidi
Harry (Harshawardhan Deshpande" [EMAIL PROTECTED] wrote: hi be very careful with this method, you can potentially manipulate every record when it is selected from anywhere i.e. from form or from a select statement. regards harry"Subrahmanyam, Mamidi" [EMAIL PROTECTED] wrote: Hi Does

Re: [Axapta-Knowledge-Village] ledgerTrans.postload

2005-08-26 Thread Subrahmanyam, Mamidi
never same as live data and testing is never enough. I just thought that you have enough problems right now and not add one more to the list of problems*s* regards harry"Subrahmanyam, Mamidi" [EMAIL PROTECTED] wrote: Hi harry, We need to roundoff the LedgetTrans's amountMST and Am

[Axapta-Knowledge-Village] Urgent : Problem in Select count(RecId)

2005-08-26 Thread Subrahmanyam, Mamidi
Hi, Today I have a P1 ticket saying that consolidation is not picking up all the transaction for just one company out of 8 export companies. They are all regular trasactions in LedgerTrans. I debugged LedgerConsolidate class and found an interesting issue after debugging in 'sumupTransact';

Re: [Axapta-Knowledge-Village] Urgent : Problem in Select count(RecId)

2005-08-26 Thread Subrahmanyam, Mamidi
transactions in consolidation. "Subrahmanyam, Mamidi" [EMAIL PROTECTED] wrote: Hi, Today I have a P1 ticket saying that consolidation is not picking up all the transaction for just one company out of 8 export companies. They are all regular trasactions in LedgerTrans. I debugged LedgerC

Re: [Axapta-Knowledge-Village] Urgent : Problem in Select count(RecId)

2005-08-26 Thread Subrahmanyam, Mamidi
so that I can bring in all the regular transactions in consolidation. "Subrahmanyam, Mamidi" [EMAIL PROTECTED] wrote: Hi, Today I have a P1 ticket saying that consolidation is not picking up all the transaction for just one company out of 8 export companies. They are all regular trasac

RE: [Axapta-Knowledge-Village] SQL Duplicate company error

2005-08-25 Thread Subrahmanyam, Mamidi
Hi James, This problem I face almost every alternative day. But I do get SQL error on a Table. Interesting it didn.t specify the table name for you. What I do is, I will check/sync , reindex and do complete application compilation. Then it works for me. Best of luck. Thanks, subbu James

RE: [Axapta-Knowledge-Village] SQL Duplicate company error

2005-08-25 Thread Subrahmanyam, Mamidi
Hi James, This kind of errors I get in my home installation axapta. I think you may be right if we have same Tables with different fields in USR/CUS, we may get this errorI don;t not get these kind of errors in our DEV/QA environment because we maintain always in one layer only. Let me see if

[Axapta-Knowledge-Village] Need some Help/thoughts

2005-08-25 Thread Subrahmanyam, Mamidi
Hi Guys, I am in real shit. I am trying to see if any one has any experiences on changing the AmountCur and AmountMst to 4 decimals. Here is my scenario. My Europe customer wanted to see 4 digits on Discounts and Qty on Sales Order module. Initially we changed AMountCur and AmountMST, QTy

  1   2   3   >