Provisioning failure for Netsuite Application

Provisioning failure for Netsuite Application.
error: check the logs.Email and Password should be set if assigning Role to an Employee first time

Hi @Ramamohan - can you share some more information here? Maybe the plan used?

That will help troubleshoot this further

It sounds like the email field is required. In your provisioning failure, is the target of the role assignment a record that is missing an email address?

Hi,

This error usually indicates that the initial account creation in NetSuite is missing required fields.

When assigning a role to an employee for the first time, NetSuite expects both email and password to be present as part of the Create Account operation. If those attributes are not included or mapped correctly, the provisioning will fail.

You might want to check:

  • Whether email and password are configured in the Create Account profile
  • If those values are actually being passed in the provisioning plan
  • Connector logs to confirm what attributes are being sent

In most cases, this is not a role issue but a missing attribute issue during first-time account creation.

Thanks!