hai,
am fresher to MSDN
I want to right a code for creating multiple customers from contact table can any any one explain with example I wrote code for single customer
below is the code
customer2rec.INIT;
customer2rec.GET('20000');
contact2rec."No." := customer2rec."No.";
contact2rec.Name := customer2rec.Name;
contact2rec.Address := customer2rec.Address;
contact2rec."Phone No." := customer2rec."Phone No.";
contact2rec.INSERT;
please help me
0
Answers
2. Do not use direct assign contact No. from customer No. Use No series instead.
3. If you are not familiar in C/Side, do not any changes in standard processes
Report 5195 - Create Conts. from Customers (Customers -> Contacts)
Page 5052 - Contact List (has Page Action "Create As... Customer")