Определенно вы можете использовать NetSuite Cloud Connector для создания РАБОТНИКА.Фрагмент mule-config.xml будет выглядеть примерно так:
<netsuite:add-record recordType="EMPLOYEE">
<netsuite:attributes>
<netsuite:attribute key="firstName" value="#[variable:firstName]" />
<netsuite:attribute key="lastName" value="#[variable:lastName]" />
<netsuite:attribute key="email" value="#[variable:email]" />
</netsuite:attributes>
</netsuite:add-record>
Более подробную информацию о нашем соединителе вы можете найти здесь .
Отделможно установить с помощью обычного атрибута:
<netsuite:attribute key="deparment" value="#[variable:departmentId]" />