[development-axapta] Getting error intermittently when trying to post pckingslip for PO

2005-04-24 Thread akash malohatra
Hi All, has anyone ever came across on this error " Cannot re-reserve a transaction due to locked Dimensions " ? This error comes up ir-regularly when i am trying to do a packingslip. But later when i try to post the packingslip for that PO , this work ok without any error. Any ideas ??

[development-axapta] Upgrade from Ax2.5 to Ax3.0;Language field data missing

2004-11-29 Thread akash malohatra
Hi All, I upgraded Axapta2.5SP3MP to Axapta3.0SP3. Everything went smoothly. But after upgradation , i found the language field ( almost everywhere CustTable, VendTable, SalesOrder, Purchase Order) is missing. The data for this field has not populated in tha Axapta3.0SP3. Is anyone ever experinc

Re: [development-axapta] Import from excel for invoicing

2004-10-10 Thread akash malohatra
Hi Nitesh, Yes , its possible to enter data through Excel in SalesTable and SalesLine Tables. You can use the standars Excel template import or can write a job, so that it will import data from the .csv file with some validations. hope this will help you.. Cheers Akash --- Nitesh <[EMAIL

Re: [development-axapta] Table Order !!!

2004-10-10 Thread akash malohatra
Hi, When u do Invoice to any Sales Order, it calls SalesFormLetter and SalesFormLetter_Invoice Classes. With this it calls many other related(Inventory, Markup,Ledger etc) classes too. The Order of Table's affects are --> SalesTable, SalesLine, SalesParmTable,SalesParmLine, salezparmUpdate ,

Re: [development-axapta] Import Update !!!

2004-10-07 Thread akash malohatra
Hi Priyanka, There is an option exist in the Table set up called "Delete and Import" and "Import" . If u choose Import instead of default values(Delete and Import) it will add the records to the existing records in the Table. Admin -->Periodic --> Data Export/Import --> definition Group -->

Re: [development-axapta] Selectionlist ffor ComboBox

2004-09-28 Thread akash malohatra
Hi Manfred, Please look at this form DocuOptionTable and codes written in this form( this is a Document  management related Form -> Basic ->setup->Document management ->Document Types -> Options). I think this will help you and exactly solve your problem. Regards Akash --- Amit Jain <[EMA

RE: [development-axapta] De-active the Document Handling icon thr ough coding

2004-08-15 Thread akash malohatra
ode in the Docu.isTableEnabled() method. >  >  > Regards, > Lars >  >  > > -Original Message- > From: akash malohatra [mailto:[EMAIL PROTECTED] > Sent: 13. august 2004 06:12 > To: [EMAIL PROTECTED] > Subject: [development-axapta] De-active the Document > H

[development-axapta] De-active the Document Handling icon through coding

2004-08-12 Thread akash malohatra
Hi All, I want to de-active the Document Handling Icon from coding on some specific Condition. but i have less idea how to access the Menubar icon. is any one have idea. Thanks in Advance Regards Akash         ___

Re: [development-axapta] Re: Edit method problem in grid...

2004-08-01 Thread akash malohatra
> element.lock(); > if (_markTrans == NoYes::Yes) > { >     balanceAmount += > _CommissionTrans.AmountMST; > } > else > { > balanceAmount -= > _CommissionTrans.AmountMST; > } > element.unLo

[development-axapta] Edit method problem in grid...

2004-07-29 Thread akash malohatra
Hi All, I have problem in implimenting this Edit method. When i am trying to click the check box. It never checks , still its editable...whats wrong in code edit NoYes markTrans(boolean set, CommissionTrans _commissionTrans, NoYe

[development-axapta] Problem with connecting axapta from server

2004-07-18 Thread akash malohatra
Hi All, I have problem with connecting axapta from server. Whenever i login , it comes with this error : Failed to create or open control session file (axdat.udb) in shared witrh write mode. i tried this error to look into technet, saw some solutions and tried : like delete this file and res

Re: [development-axapta] Form datasource refresh gives runtime error

2004-07-13 Thread akash malohatra
malhotra <[EMAIL PROTECTED]> wrote: > remove this line form1_ds.reread and then everything > wud work perfectly. > > regards, > vins > --- akash malohatra <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > I have 2 forms Form1 and form2. > > >

[development-axapta] Form datasource refresh gives runtime error

2004-07-12 Thread akash malohatra
Hi All, I have 2 forms Form1 and form2. I call Form2 from Form1 . After writing some data in Form2 , i m able to update some of the data in Form1. Then i want to refresh the FORM1. During this i am getting this error in runtime " the data has been deleted by another user" in Form2 --> data

Re: [development-axapta] Error when Creating Document in CRM Quotation

2004-06-28 Thread akash malohatra
Hi jesper, thanks for the reply. I didnt get what u mean by "the statement tries to fetch the first table in the template". As i know, i just put some bookmarks in the Word DOC template for the Quotationtable. can u elaborate little more looking forward to you... Regards Akash --- [EMAIL

[development-axapta] Error when Creating Document in CRM Quotation

2004-06-28 Thread akash malohatra
hi everybody, I just running in an problem on an Ax 3.0 SP1 environment - maybe some of you have similar experiences and could assist: I try to create a quotation in CRM using the standard docuhandling functionality. the document to create is based on an document type with job description "

Re: [development-axapta] Varibale Data into documents using document handling

2004-06-27 Thread akash malohatra
Hi All, Need help from u all guys. I want my Quotations printing using the document handling. I have problem in arranging the fields for the quotation lines. I have set the bookmarks in the quotation template correctly , but when the data populated, it comes in un arranged manner and looks m

[development-axapta] Varibale Data into documents using document handling

2004-06-25 Thread akash malohatra
Hi All, How can we insert variable data (like Quotation lines -- some times 1 line/2 line) to a document using the document handling. We can use book marks for a constant data to be appear on the document. Is there any way to pass the variable data to the document using the standard system d

[development-axapta] Regarding Layer concept...

2004-06-18 Thread akash malohatra
Hi All, I have one doubt.. hope you guys can clarify.. me.. i made some customization to few objects in VAR ( Business Partner licence) layer. But i uploaded all these customization in user layer in my customer place , just forgot to upload in var layer. Later when i tried to upload all the

RE: [development-axapta] label printing

2004-06-14 Thread akash malohatra
ngs("PkgId"); > #   > comBTSubString.value(PkgId.text()); > #    comBTSubString = > comBTFormat.NamedSubStrings("CustPartNbr"); > #   > comBTSubString.value(CustPartNbr.text()); > # > # > # //'Print the label >

RE: [development-axapta] label printing

2004-06-13 Thread akash malohatra
    #   > comBTSubString.value(PkgId.text()); > #    comBTSubString = > comBTFormat.NamedSubStrings("CustPartNbr"); > #   > comBTSubString.value(CustPartNbr.text()); >         # > # > # //&#

[development-axapta] label printing

2004-06-08 Thread akash malohatra
Hi all, Is there anyone used Bartender software for label printing. Can this will be integrated to Axapta through COM.. I will appriciate for any Info/examples.. on this... thanks in Advance Akash        

RE: [development-axapta] Batch processing for Salesorder Invoicing

2004-06-08 Thread akash malohatra
What you will have to do is to create a method in > runJob like > 'changeParametersAkash' and call this in method > 'runJob' between unpack > statement and run statement (as above). Then > recompile the system. This > will make class SalesFormLetter_Invoice i

RE: [development-axapta] Batch processing for Salesorder Invoicing

2004-06-06 Thread akash malohatra
s parmId, > every time the batch is run.  So if u have a > recurring batch then all > the posting over a number of days will be made with > the same parmId. U > will have to take care of this problem too. > >  > > Regards > >  > > harsh > >  >

Fwd: [development-axapta] Batch processing for Salesorder Invoicing

2004-06-06 Thread akash malohatra
Hi all, Any one has any hints or clues on so delaying in Batch processing Thanks in Advance akash --- akash malohatra <[EMAIL PROTECTED]> wrote: > To: [EMAIL PROTECTED] > From: akash malohatra <[EMAIL PROTECTED]> > Date: Fri, 4 Jun 2004 07:15:49 +0100 (BST) &g

[development-axapta] Batch processing for Salesorder Invoicing

2004-06-04 Thread akash malohatra
Hi All, I have one doubt, hope you guys can help me.. I put batch process for SalesInvoice of few openorders. It took me 8 hours to complete. Where as, when i did manual invoicing it just took 30 minutes. Whats wrong in batch processing I am using Axapta3.0 SP1. Thanks in advance Regard

Re: [development-axapta] Re: Error when invoicing multi sales lines through coding

2004-06-01 Thread akash malohatra
Thanks a lot Pederson. that works fine for me. Regards Akash --- bmp_thydatacenter_dk <[EMAIL PROTECTED]> wrote: > Try to insert salesLine.clear() before > salesLine.initValue(). > > I think the problem is that you try to reuse the > inventTransId when > you are creating the second salesLi

[development-axapta] Error when invoicing multi sales lines through coding

2004-05-31 Thread akash malohatra
Hi All, I have a serious problem , when creating sales line items for a sales order and invoicing the sales order through coding. In my case , when i have a one sales line item for the sales order and invoices that order , there is no problem , it works fine. But when i have more than one s

[development-axapta] Report run for all companies

2004-05-26 Thread akash malohatra
ndex on > the corresponding tables. > > > 3.  Global variables : check the attached document. > > Hope this would help you . > > cheers, > Girish > > > >   -Original Message- >   From: akash malohatra > [mailto:[EMAIL PROTECTED] >   Sent: 25

RE: [development-axapta] Regarding Data access in another form

2004-05-26 Thread akash malohatra
check what relations are used > and what are the index on > the corresponding tables. > > > 3.  Global variables : check the attached document. > > Hope this would help you . > > cheers, > Girish > > > >   -Original Message- >   From: akash ma

RE: [development-axapta] Regarding Data access in another form

2004-05-25 Thread akash malohatra
s from the source form and get > the same in the > desitination form . > > if you could give an example of what you need to > select i could get the > better picture of ur query. > > cheers, > Girish >   -Original Message- >   From: akash malohatra > [m

[development-axapta] Regarding Data access in another form

2004-05-25 Thread akash malohatra
Hi All, I am a newbie in Axapta and trying to learn as early as possible and correct path. I have one doubt , hope you guys will help me. How can i access the current record ( selected record ), in another Form called from this current Form . i tried  some way , but it always takes the first

[development-axapta] Auto creation of a Quotation line

2004-05-07 Thread akash malohatra
Hi All, I am a little newbie in Axapta.Please guide me in right direction. I want one line should create in the quotation Form as soon as the Quotation Form Opens ( no need to use the CTRL+N) from the CRM business Relation Form --> create Quotation , having the relation to Busrel Account and Pr

[development-axapta] Auto creation of a Quotation line

2004-05-07 Thread akash malohatra
Hi All, I want to automatic one line should create in the quotation Form as soon as the Quotation Form Opens from the CRM business Relation Form --> create Quotation , having the relation to Busrel Account and Project id. How to do this. Any help will be appriciated. Regards Akash --- "H

[development-axapta] Document Management in Purchase order

2004-05-05 Thread akash malohatra
Hi all, Where the document management (notes) Attached to a purchase order. I mean to say which table. When we print the purchase order report the Notes are printed to the report based on the purchaseorder number. But its not stored in vendPurchOrderTrans/VendPurchOrderJour table. I am little

RE: [development-axapta] Excel Import

2004-05-05 Thread akash malohatra
> like a striong field but not to excel, not until you > put the ' on the > front), I kinda remember something similar with > another customer but I think > in the end couldnt get the excel to except the field > as string so did it via > csv (which is faster I think also). >

RE: [development-axapta] Excel Import

2004-05-04 Thread akash malohatra
t; Even after you paste the data go to the cell and > make sure that the > excel cell is formated i.e. number, text, general > etc. > >  > > Hope this helps. > >  > > Yifat > >  > >  > >  > > &g

Re: [development-axapta] Re: Excel Import

2004-05-04 Thread akash malohatra
date from another excel file in the > template formatting > of columns could be overwritten and import does not > work anymore. > So check formatting information in original Excel > template and after > pasting in data from another excel file. > > Greetings > An

[development-axapta] Excel Import

2004-05-04 Thread akash malohatra
Hi All, Need your help. Axapta 3.0 SP2 I created the Excel template file using the Template wizard for importing Vendor Master. I paste the required data for Vendor master from another Excel file to this template file. When i import , it says the record Alreday Exist. I checked its importing