i want to create a migration job using a method ,that method name define two times in a package.
ex, Create_Purchase_Order method define in Purchase_Order_Api , one has 6 parameter and other one has more than 6 parameters .
I'm using the method with 6 parameters, but when i try to execute the migration job getting following errors,
any idea how to use these type of method in migration jobs?
attached images.