[Axapta-Knowledge-Village] Re: stopped SO

2004-12-02 Thread jeroen_vangheluwe


thanks a lot!!

--- In [EMAIL PROTECTED], Sun Fen 
[EMAIL PROTECTED] wrote:
 Hi Jeroen,
 
 It is likely that you only enabled the stopped field partially of 
all your sales order lines, that's why you still can post the packing 
slip. 
 There is no other setting that affect the behaviour.
 
 Regards,
 AFEN
 
 
   - Original Message - 
   From: Karina Normann Jakobsen (MICROSOFT BUSINESS SOLUTIONS) 
   To: [EMAIL PROTECTED] 
   Sent: Wednesday, December 01, 2004 9:36 PM
   Subject: RE: [Axapta-Knowledge-Village] stopped SO
 
 
   Hi,
 
 
 
   I have tested this in Axapta 3.0. I have the stopped field on the 
sales order line. Once I enable this field the line is not selected 
when I try to post/packing slip update.
 
 
 
   But what exactly do you mean by a stopped sales order. In 
standard Axapta there is no field stopped on a sales order header?
 
 
 
   Med venlig hilsen/Best regards/Mit freundlichen Grüßen 
 
   Karina Normann Jakobsen 
   Program Manager
 
 
 
--
 
   From: jeroen_vangheluwe [mailto:[EMAIL PROTECTED] 
   Sent: 1. december 2004 14:15
   To: [EMAIL PROTECTED]
   Subject: [Axapta-Knowledge-Village] stopped SO
 
 
 
 
   why can I post the packing slip from a stopped sales order
   Is there anything wrong with my settings
 
   kind regards
 
 
 
 
 
   Sharing the knowledge on Axapta. 
 
 
 
 
 
 
 
   Sharing the knowledge on Axapta. 
 
 
 Yahoo! Groups Sponsor 
   ADVERTISEMENT
  


 
 
 
--
   Yahoo! Groups Links
 
 a.. To visit your group on the web, go to:
 http://groups.yahoo.com/group/Axapta-Knowledge-Village/
   
 b.. To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
   
 c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service.





 Yahoo! Groups Sponsor ~-- 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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] A label file question

2004-12-02 Thread ptmhki



Question: To which standards must a label field ID
  axLabelfieldIDLanguageID.ald Comply

A. It must consist of 3 characters
B. It must consist of up to 3 characters
C. The characters must be letters
D. The characters must be numbers
E. It must consist of 3 characters which identify the corresponding
   layer.

what is the right answers? (more than 1)








 Yahoo! Groups Sponsor ~-- 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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/
 





RE: [Axapta-Knowledge-Village] A label file question

2004-12-02 Thread Fabrice Perez










Hi ptmhki,



This is not the first exam question that
you put up here.

Please remember that when you sat for the
Axapta Programming test, you promised not to disclose the questions.

Let us be fair to those who work hard to earn
their certificate.





Fabrice
Perez













From: ptmhki
[mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 02, 2004
3:52 PM
To: [EMAIL PROTECTED]
Subject:
[Axapta-Knowledge-Village] A label file question







Question: To which standards must a label field ID

axLabelfieldIDLanguageID.ald Comply

A. It must consist of 3 characters
B. It must consist of up to 3 characters
C. The characters must be letters
D. The characters must be numbers
E. It must consist of 3 characters which identify
the corresponding
 layer.

what is the right answers? (more than 1)








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] Unknow exam question

2004-12-02 Thread ptmhki



1. Which type of search syntax does the ¡¥Find¡¦ dialog in the AOT 
use?
A.  Straight text
B.  Query range syntax
C.  Regular expression syntax
D.  Internet search engine syntax

2. Can numbers be pulled from the Axapta number sequences when 
importing data through the Axapta import tools?
A.  Yes,through a parameter setting
B.  No.Axapta does not allow it 
C.  No.SQL does not allow it
D.  Yes,but it requires X++ coding

3. What element are saved separately in the layer?(Choose all correct 
answers.)
A.  Forms
B.  Report methods
C.  Class static methods
D.  DeleteActions
E.  Class instance methods
F.  Extended Data Types
G.  Base Enum elements
H.  Query Datasources

4. A client requires that the standard CustTable form receives a 
completely new layout, What should you do?
A.  Modify the CustTable form to meet the client¡¦s 
requirements.
B.  Create a new form that meets the client¡¦s requirements, 
and then create a new menu item that.
C.  Create a new form that meets the client¡¦s requirements, 
and then modify the CustTable menu item to address the new form. 
D.  create a new form which extends the CustTable form and 
overrides the design to meet the client¡¦s requirements. Then modify 
the CustTable menu item to address the new form.

5. what is needed in a runbase class to save and load variables in 
the SysLastValue table?
A.  The pack() and unpack() methods must be implemented for to 
the variables that must be saved and loaded
B.  The savelast() method must be implemented to save the 
variables in the sysLastValue table, and the getLast() method must 
select the sysLastValue record and extract the variables
C.  No action is needed because this is done automatically
D.  The variables must be loaded before using the runbase class 
and then saved afterward.

6. What is the main purpose of having IDs on tables and fields?
A.  They are used for reference in the application, so the user 
can change the name without losing information
B.  They are used in the names of the tables and fields in the 
database.
C.  They are only used for the native database.
D.  They are used for sorting the tables in the AOT.

7. What can be used for adding a dialog to a runbase class?(each 
correct answer represents part of the solution .Choose two)
A.  The runbaseDialogable class
B.  A form from the AOT
C.  The form SysRunBase
D.  The dialogRunBase class
E.  Specifying which variables to use in the prompt method

8. What is the most detailed level on which the code profile records 
information?
A.  Method call
B.  Line execution
C.  Operation
D.  Database call

9. You want to include a subtotal of amounts in the auto design 
report.What steps should you perform?(Each correct answer represents 
part of solution.Choose two)
A.  Set the property ¡§Sumall¡¨ to ¡§yes¡¨ on the amount field
B.  Set Grand Total on the autodesign specification
C.  Set ordermode to ¡§Group by¡¨ on the data source 
D.  Set the ¡§allow add¡¨ property on the data sourceto the 
name of the amountfield
E.  code the summarization in the run method  
F.  Set ¡§Joinmode¡¨ to sum on the data source
G.  Add a ¡§sum-function¡¨ to the field list
H.  Choose ¡§Yes¡¨ on the autosum property on the sort field

10. What is the difference between a static method and an instance 
method
A.  A static method can be called without a declared object
B.  A static method can only be called once
C.  A static method does not support user dialogs
D.  Static methods are always used to construct objects

11. what should be done to execute a query used by a datasource?
a.  The executeQuery() method on the data source must be called
b.  The refresh() method on the data source must be called.
c.  The init() method and the executeQuery() on the data source 
must be called.
d.  No action is neded because this is done automatically.









 Yahoo! Groups Sponsor ~-- 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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] Dimesions linked to Work Centres

2004-12-02 Thread Des Patsourellis
Hello everyone

 

In standard Axapta version 3.3 if one creates a production order which is
linked to a certain work centre and in turn to a finance dimension,this
dimension does not come through to finance (linked to the various accounts).
However if the item produced by the production order is linked to a finance
dimension,that dimension does come through.

 

Has anyone been successful in bringing a finance dimension which is linked
to a work centre through to finance without customisation?

 

Kind regards

Des



 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/
 
attachment: winmail.dat

[Axapta-Knowledge-Village] Error: Key Already Exists

2004-12-02 Thread k_otickashka


Whenever I am trying to validate a journal  that is the hours journal 
in the Projects Module, I always get the error message Key 0.00 
already exists. What could of cause this error and how can I fix it?





 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/
 





RE: [Axapta-Knowledge-Village] Error: Key Already Exists

2004-12-02 Thread Dick Howard
Title: Message





On the 
journal header Functions button use the Renumber Lines 
option.

  
  -Original Message-From: k_otickashka 
  [mailto:[EMAIL PROTECTED] Sent: Thursday, December 02, 2004 
  11:15 AMTo: 
  [EMAIL PROTECTED]Subject: 
  [Axapta-Knowledge-Village] Error: Key Already 
  ExistsWhenever I am trying to validate a 
  journal that is the hours journal in the Projects Module, I always 
  get the error message "Key 0.00 already exists". What could of cause this 
  error and how can I fix it?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.










RE: [Axapta-Knowledge-Village] Unknow exam question

2004-12-02 Thread Danang Ismu Suryonugroho





Hope it's Help .. if you need another exam question 
example .. you can send me a mail personaly ..

From: ptmhki [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 02, 2004 5:56 PMTo: 
[EMAIL PROTECTED]Subject: 
[Axapta-Knowledge-Village] Unknow exam question

1. Which type of search syntax does the 
¡¥Find¡¦ dialog in the AOT use?A. Straight 
textB. Query range 
syntaxC. Regular _expression_ 
syntaxD. Internet search engine 
syntax
Answer 
: D. Regular _expression_ Syntax
2. Can numbers be pulled 
from the Axapta number sequences when importing data through the Axapta 
import tools?A. Yes,through a parameter 
settingB. No.Axapta does not allow it 
C. No.SQL does not allow 
itD. Yes,but it requires X++ coding
Answer 
: D (not sure)3. What element are saved separately in 
the layer?(Choose all correct answers.)A. 
FormsB. Report 
methodsC. Class static 
methodsD. 
DeleteActionsE. Class instance 
methodsF. Extended Data 
TypesG. Base Enum 
elementsH. Query Datasources
4. A client requires that 
the standard CustTable form receives a completely new layout, What should 
you do?A. Modify the CustTable form to meet 
the client¡¦s requirements.B. Create a new 
form that meets the client¡¦s requirements, and then create a new menu item 
that.C. Create a new form that meets the 
client¡¦s requirements, and then modify the CustTable menu item to address 
the new form. D. create a new form which 
extends the CustTable form and overrides the design to meet the client¡¦s 
requirements. Then modify the CustTable menu item to address the new 
form.
Answer 
:B (IMO)

5. what is needed in a 
runbase class to save and load variables in the SysLastValue 
table?A. The pack() and unpack() methods must 
be implemented for to the variables that must be saved and 
loadedB. The savelast() method must be 
implemented to save the variables in the sysLastValue table, and the 
getLast() method must select the sysLastValue record and extract the 
variablesC. No action is needed because this 
is done automaticallyD. The variables must be 
loaded before using the runbase class and then saved afterward.
Answer 
: B6. What is the main purpose of having IDs on tables 
and fields?A. They are used for reference in 
the application, so the user can change the name without losing 
informationB. They are used in the names of 
the tables and fields in the database.C. 
They are only used for the native database.D. 
They are used for sorting the tables in the AOT.
Answer 
: A
7. What can be used for 
adding a dialog to a runbase class?(each correct answer represents part of 
the solution .Choose two)A. The 
runbaseDialogable classB. A form from the 
AOTC. The form 
SysRunBaseD. The dialogRunBase 
classE. Specifying which variables to use in 
the prompt method

Answer 
: A, C

8. What is the most 
detailed level on which the code profile records 
information?A. Method 
callB. Line 
executionC. 
OperationD. Database callAnswer : 
B
9. You want to include a 
subtotal of amounts in the auto design report.What steps should you 
perform?(Each correct answer represents part of solution.Choose 
two)A. Set the property ¡§Sumall¡¨ to ¡§yes¡¨ 
on the amount fieldB. Set Grand Total on the 
autodesign specificationC. Set ordermode to 
¡§Group by¡¨ on the data source D. Set the 
¡§allow add¡¨ property on the data sourceto the name of the 
amountfieldE. code the summarization in the 
run method F. Set ¡§Joinmode¡¨ to sum on 
the data sourceG. Add a ¡§sum-function¡¨ to 
the field listH. Choose ¡§Yes¡¨ on the autosum 
property on the sort field
Answer: A,B10. What is the difference 
between a static method and an instance 
methodA. A static method can be called 
without a declared objectB. A static method 
can only be called onceC. A static method does 
not support user dialogsD. Static methods are 
always used to construct objects
Answer 
: A11. what should be done to execute a query used by a 
datasource?a. The executeQuery() method on the 
data source must be calledb. The refresh() 
method on the data source must be called.c. 
The init() method and the executeQuery() on the data source must be 
called.d. No action is neded because this is 
done automatically.Answer : 
DSharing 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] sql index problem

2004-12-02 Thread ptmhki


what is different between use INDEX and INDEX HINT in sql statment?





 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/
 





RE: [Axapta-Knowledge-Village] Unknow exam question

2004-12-02 Thread Francisco Orozco




Does anyone knows any trade and logistics exam questions I would really appreciate.
Thanks.
- Original Message -From: "Danang Ismu Suryonugroho" <[EMAIL PROTECTED]>To: [EMAIL PROTECTED]Subject: RE: [Axapta-Knowledge-Village] Unknow exam questionDate: Fri, 3 Dec 2004 10:48:00 +0700

Hope it's Help .. if you need another exam question example .. you can send me a mail personaly ..

From: ptmhki [mailto:[EMAIL PROTECTED] Sent: Thursday, December 02, 2004 5:56 PMTo: [EMAIL PROTECTED]Subject: [Axapta-Knowledge-Village] Unknow exam question

1. Which type of search syntax does the ¡¥Find¡¦ dialog in the AOT use?A. Straight textB. Query range syntaxC. Regular _expression_ syntaxD. Internet search engine syntax
Answer : D. Regular _expression_ Syntax
2. Can numbers be pulled from the Axapta number sequences when importing data through the Axapta import tools?A. Yes,through a parameter settingB. No.Axapta does not allow it C. No.SQL does not allow itD. Yes,but it requires X++ coding
Answer : D (not sure)3. What element are saved separately in the layer?(Choose all correct answers.)A. FormsB. Report methodsC. Class static methodsD. DeleteActionsE. Class instance methodsF. Extended Data TypesG. Base Enum elementsH. Query Datasources
4. A client requires that the standard CustTable form receives a completely new layout, What should you do?A. Modify the CustTable form to meet the client¡¦s requirements.B. Create a new form that meets the client¡¦s requirements, and then create a new menu item that.C. Create a new form that meets the client¡¦s requirements, and then modify the CustTable menu item to address the new form. D. create a new form which extends the CustTable form and overrides the design to meet the client¡¦s requirements. Then modify the CustTable menu item to address the new form.
Answer :B (IMO)

5. what is needed in a runbase class to save and load variables in the SysLastValue table?A. The pack() and unpack() methods must be implemented for to the variables that must be saved and loadedB. The savelast() method must be implemented to save the variables in the sysLastValue table, and the getLast() method must select the sysLastValue record and extract the variablesC. No action is needed because this is done automaticallyD. The variables must be loaded before using the runbase class and then saved afterward.
Answer : B6. What is the main purpose of having IDs on tables and fields?A. They are used for reference in the application, so the user can change the name without losing informationB. They are used in the names of the tables and fields in the database.C. They are only used for the native database.D. They are used for sorting the tables in the AOT.
Answer : A
7. What can be used for adding a dialog to a runbase class?(each correct answer represents part of the solution .Choose two)A. The runbaseDialogable classB. A form from the AOTC. The form SysRunBaseD. The dialogRunBase classE. Specifying which variables to use in the prompt method

Answer : A, C

8. What is the most detailed level on which the code profile records information?A. Method callB. Line executionC. OperationD. Database callAnswer : B
9. You want to include a subtotal of amounts in the auto design report.What steps should you perform?(Each correct answer represents part of solution.Choose two)A. Set the property ¡§Sumall¡¨ to ¡§yes¡¨ on the amount fieldB. Set Grand Total on the autodesign specificationC. Set ordermode to ¡§Group by¡¨ on the data source D. Set the ¡§allow add¡¨ property on the data sourceto the name of the amountfieldE. code the summarization in the run method F. Set ¡§Joinmode¡¨ to sum on the data sourceG. Add a ¡§sum-function¡¨ to the field listH. Choose ¡§Yes¡¨ on the autosum property on the sort field
Answer: A,B10. What is the difference between a static method and an instance methodA. A static method can be called without a declared objectB. A static method can only be called onceC. A static method does not support user dialogsD. Static methods are always used to construct objects
Answer : A11. what should be done to execute a query used by a datasource?a. The executeQuery() method on the data source must be calledb. The refresh() method on the data source must be called.c. The init() method and the executeQuery() on the data source must be called.d. No action is neded because this is done automatically.Answer : DSharing the knowledge on Axapta. Sharing the knowledge on Axapta. 
-- 
___Sign-up for Ads Free at Mail.com
http://www.mail.com/?sr=signup




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] sql index problem

2004-12-02 Thread Danang Ismu Suryonugroho







  
  

  index

  Instructs the database to sort the selected 
  records as defined by the index.
  

  Index hint

  Gives the database a hint to 
  use this index to sort the selected records as defined by the 
  index. The 
  database may choose to ignore the hint.

from 
axapta developer guide :)
~I can do everything through HIM who 
gives me strength~ 



From: ptmhki [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 03, 2004 11:41 AMTo: 
[EMAIL PROTECTED]Subject: 
[Axapta-Knowledge-Village] sql index problem
what is different between use INDEX and INDEX HINT in sql 
statment?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.










RE: [Axapta-Knowledge-Village] Unknow exam question

2004-12-02 Thread Peng Qing Hua











Hi,
Danang

I am looking for question examples. Could you send
me more questions? 

Thanks for you big help!!





Best
Regard!

Andy.
Peng Qing hua











From:
Danang Ismu Suryonugroho [mailto:[EMAIL PROTECTED] 
Sent: 2004123
11:48
To:
[EMAIL PROTECTED]
Subject: RE:
[Axapta-Knowledge-Village] Unknow exam question





Hope it's Help .. if you
need another exam question example .. you can send me a mail personaly ..





From:
ptmhki [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 02, 2004
5:56 PM
To:
[EMAIL PROTECTED]
Subject: [Axapta-Knowledge-Village]
Unknow exam question







1. Which type of search syntax does the Find dialog in the AOT 
use?
A. Straight text
B. Query range syntax
C. Regular _expression_ syntax
D. Internet search engine syntax






Answer : D. Regular
_expression_ Syntax






2. Can numbers be pulled from the Axapta number sequences when 
importing data through the Axapta import tools?
A. Yes,through a parameter setting
B. No.Axapta does not allow it 
C. No.SQL does not allow it
D. Yes,but it requires X++ coding








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.