[Axapta-Knowledge-Village] Job Card Journal

2004-10-13 Thread birzanto
Dear all, I've tried to do the steps of Production Order in Axapta. I've found that if the 'automatic BOM consumption' is ticked, then when the status is updated into Start, the Picking List Journal will be posted automatically. That works also the same if the 'automatic Route consumption'

Re: [Axapta-Knowledge-Village] Job Card Journal

2004-10-13 Thread Jim Jo
Hi, If you have done a job scheduling, then you have to post the job cards manually before the production gets an ended status. but i believe you cannot post the production order as ended when there is a job card open. And in the real life situation, the job cards are posted by the machine

RE: [Axapta-Knowledge-Village] Insufficient licence rights erro r starting Axapta for 2nd user onwards

2004-10-13 Thread Steve Wright
Hi Jim We solved this issue using a windows registry setting on the server. Axapta Technet article 9091 talks about Opportunistic Locking in Windows. What I do not understand is how this is only a problem for Axapta 3 axdat.udb file. Ax2.5 works fine. Regards, Steve.

RE: [Axapta-Knowledge-Village] Insufficient licence rights erro r starting Axapta for 2nd user onwards

2004-10-13 Thread Jim Jo
Great !! This isuse very new to me !! Anyways a very useful info .Thank you. Cheers JimSteve Wright [EMAIL PROTECTED] wrote: Hi Jim We solved this issue using a windows registry setting on the server. Axapta Technet article 9091 talks about Opportunistic Locking in Windows. What I do

Re: [Axapta-Knowledge-Village] Move system messages

2004-10-13 Thread Girish B
sunil, how can this help in controlling the position of the system messages which appears ? --- sunil padhy [EMAIL PROTECTED] wrote: - Hi Irving There is an option are there in axapta go to tools - option -- SQL Tabpage. if the check box of SQL Trace

Re: [Axapta-Knowledge-Village] Upgradation documentation

2004-10-13 Thread wb
On Wed, 13 Oct 2004 09:50:15 +0400, Aleksandr S. Aleksandrov [EMAIL PROTECTED] wrote: Hi wb, is this document free? I don't know. If so, could you send it to me on [EMAIL PROTECTED] Thanks, Alexandr. - Original Message - From: wb To: [EMAIL PROTECTED] Sent:

Re: [Axapta-Knowledge-Village] Error message

2004-10-13 Thread Amit Jain
you can check the reason of error yourself. Put the breakpoint on the add method of class info and when the error will be raised, you will be on the breakpoint. Then push Ctrl+Shift+F8 to go backward until you get the error condition. I am technical person so can only give you technical

Re: [Axapta-Knowledge-Village] Error message

2004-10-13 Thread UserM1837
This class is working fine. It error just occurs with one item and not all items in the journal. MabelAmit Jain [EMAIL PROTECTED] wrote: you can check the reason of error yourself. Put the breakpoint on the add method of class info and when the error will be raised, you will be on the

Re: [Axapta-Knowledge-Village] average cost update

2004-10-13 Thread Sharon Cooper
Ive been working with the weighted average cost in Axapta for a little while and it is a bit tricky. First off you must make sure your items are set to average cost, secondly make sure that all your purchase orders are at invoiced . If you are looking for the cost to update at packing slip

RE: [Axapta-Knowledge-Village] Re: Training Courses For Axapta

2004-10-13 Thread veeraraj govindasamy
Hi Harry, Nice Talking to you. My Postal Address is RAJ GOVIND 7 A, Ballina Drive Johnsonville Wellington NewZealand Thanks for your help. I will call you once i get the Package from you. Have a good Day. Cheers RAJ --- Harry Deshpande [EMAIL PROTECTED] wrote: hi raj

[Axapta-Knowledge-Village] How to make a field mandatory at runtime

2004-10-13 Thread ottawa_m2003
Hi, I am trying to make Costcenter dimension field mandatory in PO lines. I have two types of Items say A and B. A requires Costcenter mandatory, but B does not require mandatory. I wrote this code. But its not working. 1. I made the field as mandatory in the form. I override validate

Re: [Axapta-Knowledge-Village] How to make a field mandatory at runtime

2004-10-13 Thread akash malohatra
--- ottawa_m2003 [EMAIL PROTECTED] wrote: Hi, u can write this code in the Datasource -PurchLine- Itemid - modified() method if(PurchLine.itemid = A) { PurchLine_ds.object(fieldid2ext(fieldNum(PurchLine, Dimension), 2)).mandatory(true); } else {

Re: [Axapta-Knowledge-Village] How to make a field mandatory at runtime

2004-10-13 Thread [EMAIL PROTECTED]
Cool ... Thank you Akash.akash malohatra [EMAIL PROTECTED] wrote: --- ottawa_m2003 [EMAIL PROTECTED] wrote: Hi,u can write this code in the Datasource -PurchLine-Itemid - modified() methodif(PurchLine.itemid = "A"){PurchLine_ds.object(fieldid2ext(fieldNum(PurchLine,Dimension),

Re: [Axapta-Knowledge-Village] average cost update

2004-10-13 Thread Donna Emmee Puig
May I also suggest that you check if you setup properly your "Minimum average quantity," which you can either set in Inventory Parameters or for a specific item in Other tab of your Items form. If this is set to 1.00 then it will work as FIFO. Therefore, this should be set to a value less than