Valid MB6-894 Dumps shared by ExamDiscuss.com for Helping Passing MB6-894 Exam! ExamDiscuss.com now offer the newest MB6-894 exam dumps, the ExamDiscuss.com MB6-894 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com MB6-894 dumps with Test Engine here:
You create a new class named NewClass1 in a model. NewClass1 manipulates the CustTable table in the protected method modifyCustTable. NewClass1 has the following code: class NewClass1 { public static MainClass1 construct() { return new MainClass1(); } protected void modifyCustTable() { ... } } In the same model as NewClass1, you create a new class named NewClass2. You want to run the code in the modifyCustTable method from the callModifyCustTable method in NewClass2. What is a correct example of calling the modifyCustTable method from NewClass2?