RE: [Axapta-Knowledge-Village] Error when reporting as finished in production.

2005-03-17 Thread Handan ÖZTAYLAN
Hi Hannes,   Please check on Report as finished screen/general tab/journals field group/report as finished  has a journal in it!   Regards, Handan   From: slipstream_sa [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 9:27 AM To: Axapta-Knowledge-Village@yahoogr

[Axapta-Knowledge-Village] Error when reporting as finished in production.

2005-03-17 Thread slipstream_sa
When reporting as finished on a production order I get the following error: Journal name '' does not exist. I have checked all the required journals and their related voucher number sequences and cannot find anything wrong. Has anybody else seen this error? Any help will be appreciated! Man

[Axapta-Knowledge-Village] Sample Question papers Needed

2005-03-17 Thread Shanmugavel Prakashkumar
Hi All,   Im preparing for MBS "Installation and Configuration Exam", For preparations im in need of few study materials and sample question papers, so i request you all to please help me out in this.     Regards Shanmugavel Yahoo! India Matrimony: Find your life partner online. Sharing the

[Axapta-Knowledge-Village] dynamic operator

2005-03-17 Thread daniellim_yh
hi all, i need to do somoething like this and wonder it can be done in axapta: void deltbl(anytype parm_operator, str _value) { delete_from TblA where TblA.FieldA parm_operator _value; //i need to pass in dynamic operator, for e.g "like", "==", // "!=" as parm_operator } can it be done

Re: [Axapta-Knowledge-Village] operation from combination of enum

2005-03-17 Thread daniel lim
hi, i already found the way to loop thru an enum, i think that way is useful for me.   anyway thx for ur suggestion.  :-)   rgds, danielVarden Morris <[EMAIL PROTECTED]> wrote: Hi Daniel   Add this function to the global class so that you will be able to call it anywhere in code in your Axapt

Re: [Axapta-Knowledge-Village] operation from combination of enum

2005-03-17 Thread daniel lim
hi, i already found the way to loop thru an enum, i think that way is useful for me.   anyway thx for ur suggestion.  :-)   rgds, danielJohn D souza <[EMAIL PROTECTED]> wrote: yes you can use this logic;   counter  = 0;     while (counter < 16)    {firstEnumValue    = counter mod 4

[Axapta-Knowledge-Village] Product Builder !

2005-03-17 Thread Francisco Orozco
Does anybody know how to KEEP a BOM from an item that has been created with the Product Builder in the sales orders lines after it has been deleted from the sales order lines.  Currently in axapta you can create an Item with the product builder and you can re-configure, but once you delete the

Re: [Axapta-Knowledge-Village] Axapta Crash for CRM Quotation --> General --> Contactperson name

2005-03-17 Thread Harshawardhan Deshpande
hi   interesting   its the missing quotation form that is crashing axapta (even if the same has been already closed)   the following should work, see if this has got some other implications   1. remove jumpref method on form smmquotationtable datasource smmquotationtable field contactpersonid  

Re: [Axapta-Knowledge-Village] Manufacture

2005-03-17 Thread Harshawardhan Deshpande
hi Craig   Bit confused about what you want to do. Are you saying that you have four finished products coming out of one production order?   regards   harryCraig Fidler <[EMAIL PROTECTED]> wrote: Hi,   I have one raw material input with 3 or 4 possible finished goods output. I do not want t

Re: [Axapta-Knowledge-Village] Purchase Rejections

2005-03-17 Thread Girish Bhatkal
you need to create and post the credit note. --- deepa_ramarao <[EMAIL PROTECTED]> wrote: - Hi, How are purchase rejections handled in Axapta DR Sharing the knowledge on Axapta. Yahoo! Groups Sponsor ADVERTISEMENT

Re: [Axapta-Knowledge-Village] Axapta Crash for CRM Quotation --> General --> Contactperson name

2005-03-17 Thread Jayson Joseph Thattil
Is there any work around for this ? Thanks TJJ --- Sun Fen <[EMAIL PROTECTED]> wrote: > Yes, same. Even on SP3. > > - Original Message - > From: "tj_jayson" <[EMAIL PROTECTED]> > To: > Sent: Thursday, March 17, 2005 12:56 AM > Subject: [Axapta-Knowledge-Village] Axapta Crash for > CRM

[Axapta-Knowledge-Village] CRM Document handling - Quotation Templates

2005-03-17 Thread kvn_batman
We are currently using Microsoft Word templates to generate quotation letters via document handling and I am having trouble formatting the line amount as US dollars ($0.00)in MS Word. Does anyone know how this can be accomplished? Yahoo! Groups Sponsor --

[Axapta-Knowledge-Village] Sales Agents in Projects/Hours

2005-03-17 Thread Francisco Orozco
Does anybody know how to include a sales agent (comissions) in a project., for example, Projects, create a project, create a sales order and you can assign the sales agent in the sales order tab., what if that project has LABOR income, which is being entered by going to projects, journal Hours.

Re: [Axapta-Knowledge-Village] Purchase Rejections

2005-03-17 Thread Hemant Kumthekar
  Hi,   There can be different stages at which the Material purchased can be return/rejected   1. In coming material - Just before posting the packing slip , the receiver can just input only the correct quantity (which is easy)   2. After the Packing slip - you can post a packing slip with neg

Re: [Axapta-Knowledge-Village] operation from combination of enum

2005-03-17 Thread John D souza
yes you can use this logic;   counter  = 0;     while (counter < 16)    {firstEnumValue    = counter mod 4;secondEnumValue    = counter div 4; }   in this you way you start from counter = 0, which means enum value 0 for both first and second enum,   when counter = 1 then

Re: [Axapta-Knowledge-Village] Purchase Rejections

2005-03-17 Thread Amit Jain
Hello Deepa   you can post the packing slip of purchase order of type returned item or negative quantity entry in the purchase lines.   cheers   Amitdeepa_ramarao <[EMAIL PROTECTED]> wrote: Hi, How are purchase rejections handled in AxaptaDRSharing the knowledge on Axapta. Do you Yahoo!?

[Axapta-Knowledge-Village] Purchase Rejections

2005-03-17 Thread deepa_ramarao
Hi, How are purchase rejections handled in Axapta DR Yahoo! Groups Sponsor ~--> Has someone you know been affected by illness or disease? Network for Good is THE place to support health awareness efforts! http://us.click.yahoo.com/Rcy2b

Re: [Axapta-Knowledge-Village] operation from combination of enum

2005-03-17 Thread Varden Morris
Hi Daniel   Add this function to the global class so that you will be able to call it anywhere in code in your Axapta application:   static int UniqueEnumCombo(int Enum1, int Enum2) {     return str2int(int2str(Enum1) + int2str(Enum2)); }   All this function does is to convert two integers to t

YNT: [Axapta-Knowledge-Village] RE: Negative Inventory after posting Picking List ( urgent )

2005-03-17 Thread Gokhan Can
Negative Inventory is not allowed in my Inventory Model Group. Well how come system let me use stocks from inventory batch which is not exist for that configuration ? And also system does check dimensions for stock checking which I can not use 1100 pcs from stocks if 1000 pcs available in sto

YNT: [Axapta-Knowledge-Village] RE: Negative Inventory after posting Picking List ( urgent )

2005-03-17 Thread Gokhan Can
My version is Axapta 3.0 SP3 Kimden: Van Den Langenbergh Gunther [mailto:[EMAIL PROTECTED] Gönderilmiş: Per 17.03.2005 11:41 Kime: Axapta-Knowledge-Village@yahoogroups.com Konu: RE: [Axapta-Knowledge-Village] RE: Negative Inventory after posting Picking List (

Re: [Axapta-Knowledge-Village] Axapta Crash for CRM Quotation --> General --> Contactperson name

2005-03-17 Thread Sun Fen
Yes, same. Even on SP3. - Original Message - From: "tj_jayson" <[EMAIL PROTECTED]> To: Sent: Thursday, March 17, 2005 12:56 AM Subject: [Axapta-Knowledge-Village] Axapta Crash for CRM Quotation --> General --> Contactperson name > > > Hi All, > > Does any body come across Axapta Crash

RE: [Axapta-Knowledge-Village] Axapta Enterprise Portal UI Development Guide

2005-03-17 Thread Byteway
Hi,   I recently reviewed EP development part I and part II, but that doesn’t say anything on when it will be published. For that: always keep an eye on the partner guide to see if anything will be published soon. Otherwise try and find the “Dr. Web documents”  (still available on the w

RE: [Axapta-Knowledge-Village] RE: Negative Inventory after posting Picking List ( urgent )

2005-03-17 Thread Van Den Langenbergh Gunther
hi,   i think i made a little mistake. Configuration is not a storage dimension and you can not check/uncheck "physical dimension", it is in fact always on so it always should avoid go negative (ofcourse if in inventory model group phys. neg. inventory is on then everything is ofcourse poss

RE: [Axapta-Knowledge-Village] RE: Negative Inventory after posting Picking List ( urgent )

2005-03-17 Thread Gülden Saylan
Hi, It is not a bug. For the batch numbers system is not considering the dimensions like configurations for the stock checking. Does the Negative inventory parameter checked on your Inventory Model Group? Regards, Gülden. _ From: Gokhan Can [mailto:[EMAIL PROTECTED] Sent: Thurs

YNT: [Axapta-Knowledge-Village] RE: Negative Inventory after posting Picking List ( urgent )

2005-03-17 Thread Gokhan Can
Physical inventory is checked as not to use. You have misunderstood I think that I have con_1 batch _1 1000 pcs and have no con_2 at all. The problem is if I check con_2 batch_1 300 pieces , I suppose program to give a message that you have not stock for con_2 batch_1 in ware _1 but ıt does not

RE: [Axapta-Knowledge-Village] Manufacture

2005-03-17 Thread Craig Fidler
Hi,   In a more eloquent way what I am trying to achieve is a one to many BOM.     Sharing the knowledge on Axapta. Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowle

[Axapta-Knowledge-Village] Manufacture

2005-03-17 Thread Craig Fidler
Hi,   I have one raw material input with 3 or 4 possible finished goods output. I do not want the user to change the bill of material manually is there any other way of accomplishing this?     Thanks   Sharing the knowledge on Axapta. Yahoo! Groups Sponsor ADVERTIS

Re[2]: [Axapta-Knowledge-Village] operation from combination of enum

2005-03-17 Thread Max Belugin
Hello daniel lim, четверг, 17 марта 2005 г., you wrote: dl> then i will need to do it for 16 times also right?any better dl> way?because later i may hav 3 combinations or more! if you have 16 different actions for 16 combinations - you have to write 16 combinations. or you can use run

Re: [Axapta-Knowledge-Village] operation from combination of enum

2005-03-17 Thread daniel lim
hi Max, then i will need to do it for 16 times also right?any better way?because later i may hav 3 combinations or more!   thx,   danielMax Belugin <[EMAIL PROTECTED]> wrote: Hello daniellim_yh,÷åòâåðã, 17 ìàðòà 2005 ã., you wrote:d> i have 2 enum type, 4 elements each, i wonder wat is the best

[Axapta-Knowledge-Village] RE: Negative Inventory after posting Picking List ( urgent )

2005-03-17 Thread Van Den Langenbergh Gunther
Hi,   You have a dimension group for your item where "physical inventory" is NOT on. Therefor he doesn't check on a specific configuration for enough stock (only a check for all configurations together). In your case : he has enough if he doesn't consider con2 because you have 1000 (Con1 +