gs11111
gs11111

Reputation: 659

Integrate datas from standard record type to custom record type in netsuite

I'm completely a beginner in netsuite , So Kindly please don't mind if my question did not show proper efforts in attempting the code. I create a custom record type using

•   Goto customization>Lists,records & fields>record types>new 
•   Enter name as “DemoEmployee” and click save

What is the best way to integrate datas from record type "employee" to custom record type "Demo employee" via suitescript. Please help me get started.

Upvotes: 0

Views: 387

Answers (1)

eliseobeltran
eliseobeltran

Reputation: 577

Make sure you have a custom field of 'List' type in your custom record.

And that List type record is an employee list.

That way you can reference the employee record and custom records vice versa. This is also a requirements if you are planning to show the custom record in a tab/section of an employee record.

Upvotes: 1

Related Questions