Some questions, please help !!!!

IonutzIonutz Member Posts: 10
edited 2006-03-27 in Dynamics AX
1)In what conditions can I use multiple language session in Axapta?

2)What is the difference between RunBase and RunBaseBatch class?

3)When a RecId is created ?

4)Axapta supports replication?

5)What it is not inherited when you extend a data type?

6)What is the best way to validate your code ? On DataSource(on a form for example) or on Tables?

7)When you put relation on a table and when on a EDT?

8)What field type you cannot index? Boolean, Enum, Memo or Real?

9) What should I take in consideration when I import table objects? RecId, LabelId, ObjectIds or Layers?

10)What files should I delete when I want to remove the USR layer?

Thank you.

Best regards,
Ionutz :)
Ionutz

Comments

  • shilpareddyshilpareddy Member Posts: 28
    1)In what conditions can I use multiple language session in Axapta?

    I dont know

    2)What is the difference between RunBase and RunBaseBatch class?

    I dont know

    3)When a RecId is created ?

    while inserting records into a table.

    4)Axapta supports replication?

    yes

    5)What it is not inherited when you extend a data type?

    Final key word

    6)What is the best way to validate your code ? On DataSource(on a form for example) or on Tables?

    On Tables

    7)When you put relation on a table and when on a EDT?

    If the relation is from multiple tables.

    8)What field type you cannot index? Boolean, Enum, Memo or Real?

    memo

    9) What should I take in consideration when I import table objects? RecId, LabelId, ObjectIds or Layers?

    Layers

    10)What files should I delete when I want to remove the USR layer?

    Axusr.aod
    With Regards,
    Shilpa Reddy
  • shilpareddyshilpareddy Member Posts: 28
    Ionutz wrote:
    1)In what conditions can I use multiple language session in Axapta?

    2)What is the difference between RunBase and RunBaseBatch class?

    3)When a RecId is created ?

    4)Axapta supports replication?

    5)What it is not inherited when you extend a data type?

    6)What is the best way to validate your code ? On DataSource(on a form for example) or on Tables?

    7)When you put relation on a table and when on a EDT?



    8)What field type you cannot index? Boolean, Enum, Memo or Real?

    9) What should I take in consideration when I import table objects? RecId, LabelId, ObjectIds or Layers?

    10)What files should I delete when I want to remove the USR layer?

    Thank you.

    Best regards,
    Ionutz :)



    1)In what conditions can I use multiple language session in Axapta?

    I dont know

    2)What is the difference between RunBase and RunBaseBatch class?

    I dont know

    3)When a RecId is created ?

    while inserting records into a table.

    4)Axapta supports replication?

    yes

    5)What it is not inherited when you extend a data type?

    Final key word

    6)What is the best way to validate your code ? On DataSource(on a form for example) or on Tables?

    On Tables

    7)When you put relation on a table and when on a EDT?

    If the relation is from multiple tables.

    8)What field type you cannot index? Boolean, Enum, Memo or Real?

    memo

    9) What should I take in consideration when I import table objects? RecId, LabelId, ObjectIds or Layers?

    Layers

    10)What files should I delete when I want to remove the USR layer?

    Axusr.aod
    With Regards,
    Shilpa Reddy
  • IonutzIonutz Member Posts: 10
    Thank you shilpareddy :)
    Ionutz
  • vulamvulam Member Posts: 24
    shilpareddy,

    regarding to question 9,
    you always importing application objects into the current layer so i think layer is not the issue but the Object ID is. cause when importing objects you have a choice to import object ID.

    please correct me if i'm wrong.
  • shilpareddyshilpareddy Member Posts: 28
    vulam wrote:
    shilpareddy,

    regarding to question 9,
    you always importing application objects into the current layer so i think layer is not the issue but the Object ID is. cause when importing objects you have a choice to import object ID.

    please correct me if i'm wrong.

    Hi Vulam,
    Yes. You are right.
    Its object id only.
    and can you please check my all other answers?
    With Regards,
    Shilpa Reddy
Sign In or Register to comment.