AW: [Axapta-Knowledge-Village] Number Sequence for Network not In itialized

2004-08-11 Thread Theissen, Annette





Hi 
Peter,

set 
the number sequence in HumanResources / Network / Setup / 
Parameters.

Bye, 
Annette
Mit freundlichen Grüßen / Best regards 
Dipl. Phys. Annette TheißenSystem Software Entwicklung__Viscom AG - Carl-Buderus-Str. 9-15 - D-30455 
HannoverPhone: +49/511/94996-0 - Fax: +49/511/94996-900mailto:[EMAIL PROTECTED] - 
http://www.viscom.de 

  -Ursprüngliche Nachricht-Von: eGrabber Var 
  [mailto:[EMAIL PROTECTED]Gesendet: Mittwoch, 11. August 2004 
  07:00An: 
  [EMAIL PROTECTED]Betreff: 
  [Axapta-Knowledge-Village] Number Sequence for Network not 
  Initialized
  HI,
  
  While trying to create an employee record in the HR module of Axapta, 
  
  I am getting the error "Number Sequence for Network not 
Initialized"
  I cant move further without creating this .. What is the number 
  sequence
  where can i find it kindly explain.
  
  Regards
  Peter 
  
  
  Do you Yahoo!?Yahoo! Mail is new and improved - Check 
  it out! Sharing the knowledge on Axapta. 


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-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[Axapta-Knowledge-Village] Howto from a newbie to this group

2004-08-11 Thread Stephane Laulhere
Hi there,

First, hello everybody. I've just found this group, I hope it will 
help me a little in this Axaptian deep ocean...

3 questions to start :
1- Is there anybody french (or french-speaking) in this group ?

2- I want to make a select count(*) from an overview (in any form, 
but let's take the custtable form). Just to get the number of records 
my request gave me. How can I code this ?

3- Furthermore, if I want to get back the parameters of a request 
(fields + criteria) from a search or a filter command, how can I 
do that ? (let's say I have to click on a home-made-report button, 
which list me the content of the overview list in a form. If I click 
on the autoreport button, it works, but it's ugly...)

Many, many thanks in advance for your answers,
SteF from Bordeaux,France. If custom office agrees, i send a bottle 
of wine to the first guy who respond to me ! :)



 Yahoo! Groups Sponsor ~-- 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/kGEolB/TM
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



[Axapta-Knowledge-Village] Healthcare Industrial Solution requirement

2004-08-11 Thread Burak Uygur-KIRA










Hi,



Is
there any industrial solution integrated to MS Axapta or MS CRM for Healthcare
sector and Hospitals?





Best
Regards,



Burak






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-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.












Re: [Axapta-Knowledge-Village] Howto from a newbie to this group

2004-08-11 Thread Raul Llorente Peña/OPENSOLUTIONS




Hi there,

First, hello everybody. I've just found this group, I hope it will 
help me a little in this Axaptian deep ocean...

3 questions to start :
1- Is there anybody french (or french-speaking) in this group ?
As far as I know, there is at least two guys of those (I am not, sorry;
my french is too bad to say so)

2- I want to make a select count(*) from an overview (in any
form, 
but let's take the custtable form). Just to get the number of records 
my request gave me. How can I code this ?
best and easier method is SELECT count(recid) FROM
Table; Now Table.recid is the number of records. Note that rest of fields
are cleared!!

3- Furthermore, if I want to get back the parameters of a request 
(fields + criteria) from a search or a filter command,
how can I 
do that ? (let's say I have to click on a home-made-report button, 
which list me the content of the overview list in a form. If I click 
on the autoreport button, it works, but it's ugly...)
Depends of ir it is from a form or a report; I
assume a form.
A form have several datasources;choose the one
you want. Take the QueryRun of that Datasource, the Query of that QueryRun
(if not QueryRun is found, take directly the Query), and look all datasourcetables
ans ranges of it.
Putting some complete example code would take me
too time, you know...

Many, many thanks in advance for your answers,
SteF from Bordeaux,France. If custom office agrees, i send a bottle 
of wine to the first guy who respond to me ! :)
not bad idea... could be a gin bottle, instead?? hehe!!
Regards from a neighbourg... from Spain!!

Raúl Llorente Peña 

Técnico de Desarrollo e implementación en 
Microsoft Bussiness Solutions-Axapta
OPEN SOLUTIONS


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-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[Axapta-Knowledge-Village] Re: Howto from a newbie to this group

2004-08-11 Thread mas_febe
I can only reply to question #1:
- I speak french

Fabrice Perez
Microsoft Certified Trainer and Applications Professional - Axapta
General Application, Finance, Trade  Logistics, Production, 
Projects, Shop Floor Control

Mobile: +65 9836 4065
Fax:+65 6234 1709
E-mail: [EMAIL PROTECTED]


--- In [EMAIL PROTECTED], Stephane Laulhere 
[EMAIL PROTECTED] wrote:
 Hi there,
 
 First, hello everybody. I've just found this group, I hope it will 
 help me a little in this Axaptian deep ocean...
 
 3 questions to start :
 1- Is there anybody french (or french-speaking) in this group ?
 
 2- I want to make a select count(*) from an overview (in any 
form, 
 but let's take the custtable form). Just to get the number of 
records 
 my request gave me. How can I code this ?
 
 3- Furthermore, if I want to get back the parameters of a request 
 (fields + criteria) from a search or a filter command, how can 
I 
 do that ? (let's say I have to click on a home-made-report button, 
 which list me the content of the overview list in a form. If I 
click 
 on the autoreport button, it works, but it's ugly...)
 
 Many, many thanks in advance for your answers,
 SteF from Bordeaux,France. If custom office agrees, i send a 
bottle 
 of wine to the first guy who respond to me ! :)



 Yahoo! Groups Sponsor ~-- 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/kGEolB/TM
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



[Axapta-Knowledge-Village] Re: How to estimate the product costing

2004-08-11 Thread erudit2001
Estimated cost amount is calculated as sum of machinery and 
materials costs:
Machinery costs: are taken from Cost group attached to operation.
Materials costs: are taken from Item table (dimensions and trade 
agreements are taken into account)

Realized cost amount is calculated as sum of machinery and materials 
costs:
Machinery costs: are taken from posted route and job card journals.
Materials costs: are taken from posted picking list journal.

--- In [EMAIL PROTECTED], eGrabber Var 
[EMAIL PROTECTED] wrote:
 Erudit,
  
 Thanks! by varible cost and fixed cost i mean the following
  
 
 Fixed Cost- eg cost of the machinery, 
 Variable cost - eg: the cost of materials used 
 
  
 
 Regards
 
 Peter
 
 
 ole_richardt [EMAIL PROTECTED] wrote:
 Hi Yifat,
 
 It is not possible without modification to make axapta use average 
 cost in calculations and estimations. Axapta can only use either 
the 
 cost price of the item/dimension or the trade agreement price (for 
 quantity breaks, depending on the bom calc setup. 
 
 The argument for this is that axapta does not know when this 
 calculation will be used - and an average cost may be obsolete 
the 
 next time an receipt occurs.
 
 Hope this helps,
 
 Ole Nielsen
 
 
 
 --- In [EMAIL PROTECTED], Yifat Halili 
 [EMAIL PROTECTED] wrote:
  You can also run a BOM calculation off the item master, or off a 
 sales
  order. (this is more of an estimate)
  
   
  
  I am currently using average costing, and all my calculations are
  picking up my standard costing... only upon ending production 
does 
 the
  average costing calculation occur.
  
  Does anyone know how to make all calculations use the ave cost?
  
   
  
  Thanks
  
  __
  
  Yifat Halili
  
  
  
  From: erudit2001 [mailto:[EMAIL PROTECTED] 
  Sent: 10 August 2004 09:38
  To: [EMAIL PROTECTED]
  Subject: [Axapta-Knowledge-Village] Re: How to estimate the 
product
  costing
  
   
  
  If you mean cost amount for the production order, then you just 
run 
  Update\Estimation or Price calculation to get estimated cost 
 amount. 
  Or you run Update\Costing to get realized cost amount.
  Results you can see in Inquiries\Price calculation.
  What do you mean Fixed and Variable?
  
  
  --- In [EMAIL PROTECTED], eGrabber Var 
  [EMAIL PROTECTED] wrote:
   
   Hi 
   

   
   How do we estimate the product costing (fixed and variable) of 
a 
  product? 
   
   Please give me set of steps to start off. Any documentation 
would 
  be of 
   
   Great help.
   

   
   Regards
   Peter
   
   
   -
   Do you Yahoo!?
   New and Improved Yahoo! Mail - Send 10MB messages!
  
  
  
  Sharing the knowledge on Axapta. 
  
  
  
  
  
  Yahoo! Groups Sponsor
  
  ADVERTISEMENT
  click here
  
 
http://us.ard.yahoo.com/SIG=129b8rnl8/M=298184.5285298.6392945.30011
7
 6/
  
 
D=groups/S=1705001380:HM/EXP=1092209872/A=2164331/R=0/SIG=11eaelai9/*
h
 tt
  p:/www.netflix.com/Default?mqso=60183351 
  
   
  http://us.adserver.yahoo.com/l?
 M=298184.5285298.6392945.3001176/D=group
  s/S=:HM/A=2164331/rand=647972870 
  
   
  
  
  
  Yahoo! Groups Links
  
  *  To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/
  
  *  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED]
 subject=Uns
  ubscribe 
  
  *  Your use of Yahoo! Groups is subject to the Yahoo! Terms 
of
  Service http://docs.yahoo.com/info/terms/ .
 
 
 
 Sharing the knowledge on Axapta. 
 
 
 Yahoo! Groups SponsorADVERTISEMENT
 
 
 -
 Yahoo! Groups Links
 
To visit your group on the web, go to:
 http://groups.yahoo.com/group/Axapta-Knowledge-Village/
   
To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
   
Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service. 
 
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com



 Yahoo! Groups Sponsor ~-- 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/kGEolB/TM
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



[Axapta-Knowledge-Village] Axapta-OLAP use amount table problem

2004-08-11 Thread Güngör



Hi,
I am trying to get an OLAP report with a pivotTable from Axapta. But, if There is any dimension or measure field not  in default currency in the report, the program selects(makes checked) the "use amount table" checkbox in the "Cube instances" form/"overview" tab automatically. Then whenIclick "process" it gives the error:

"The field with id '0' those does not exist in the table "tablename" "
If there is not any field in the table ,that will cause the system convert the foreign currency to default, program does not gives any error and shows the report.
thanks. 

Note: There is not an error when I compile the class createamout ,which is used when "amount table" checked.
I am looking forward to hearing from you.
Gungor polatkan


		Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!


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-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.