RE: Calling Form with specific record by X++ code
Thanks Martin and Girish for your reply.
There are two customized form.
1.Permance for all users.
2.Performance assigned for particular user.
Notification -> Go to Orgin button.
My task is that when i click on the Go to Orgin, it should open a form ( customized form i.e: performance assigned to the particular user.)
But now when i click on the Go to orgin it shows all records (performance assigned for all user).
So i have written code in the EventContextDrillDown class, drill down method,
Now i can open the form which i need.
But i need only one record for which the preformance is evaluated.
I gone through the code in iiTPerformanceEvaluationAssignToListPage (code has been written to show the performs related to the particular user )
So i am getting all the records fr the particular user .
Now my question is how to pass value from EventContextDrillDown class and iiTPerformanceEvaluationAssignToListPage (interaction class) .
1.I tried using args but there is no main method in interaction class.
2. i created some method in interaction class and try to call the method in EventContextDrillDown .But not able to do . Throwing error."cant create method of listPageInteraction class in non interaction class".
Could you help me how to pass value from EventContextDrillDown class ->drill down method to iiTPerformanceEvaluationAssignToListPage (list page interaction class) method.
Thanks.