table.setTmpData(Common)......?

shilpareddyshilpareddy Member Posts: 28
edited 2006-05-04 in Dynamics AX
Hi All,

Can you pls tell me what does mean by the following statement?

1. table.setTmpData(Common)

and

2. How to execute Form methods on server side? Can I use server qualifier infront of the form method?
With Regards,
Shilpa Reddy

Comments

  • kgauravkgaurav Member Posts: 32
    answer

    1. it is for temporarily seting the data contained int he object of common to that to table.

    2. yeah it could be forced to run on server if it is having server qualifier (please confirm this as this was a question in exam and i marked it as an answer, don't know right or wrong ,,,,,,,,,,,but i got certified so think it was right O:)

    one more way around, switch on the server call trace and see that if the server call is there while running that method or not
  • kgauravkgaurav Member Posts: 32
    answer

    1. it is for temporarily seting the data contained int he object of common to that to table.

    2. yeah it could be forced to run on server if it is having server qualifier (please confirm this as this was a question in exam and i marked it as an answer, don't know right or wrong ,,,,,,,,,,,but i got certified so think it was right O:)

    one more way around, switch on the server call trace and see that if the server call is there while running that method or not
Sign In or Register to comment.