Newer Version Available

This content describes an older version of this product. View Latest

NetworkSelfRegistration

Represents the account that self-registering community members are associated with by default. Self-registering users in a community are required to be associated with an account, which the administrator must specify while setting up self-registration for the community. If an account isn’t specified, Salesforce creates person accounts (when enabled) for self-registering users. This object is available in API version 34.0 and later.

Supported Calls

create()delete()describeSObjects()getDeleted()getUpdated()query()retrieve()undelete()update()upsert()

Fields

Field Name Details
AccountId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description

The ID of the account that self-registering users in the community are associated with.

ApexHandlerId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description

The ID of the Apex handler created by Configurable Self-Reg registration page type.

ExecuteApexHandlerAsId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description

The ID of the user who is executing the configurable self-registration handler.

NetworkId
Type
reference
Properties
Create, Filter, Group, Sort, Update
Description
The ID of NetworkId is unique within your org.

You can use only one account per community to assign self-registering users.

Note

OptionsIncludePassword
Type
Boolean
Properties
Create, Filter, Update
Description

Option on Configurable Self-Reg registration page. If true, the Include Password field is selected.

OptionsShowEmail
Type
Boolean
Properties
Create, Filter, Update
Description

Option on Configurable Self-Reg registration page. If true, the Email field appears on the self-registration form.

OptionsShowFirstName
Type
Boolean
Properties
Create, Filter, Update
Description

Option on the Configurable Self-Reg registration page. If true, the First Name field appears on the self-registration form.

OptionsShowLastName
Type
Boolean
Properties
Create, Filter, Update
Description

Option on the Configurable Self-Reg registration page. If true, the Last Name field appears on the self-registration form.

OptionsShowMobilePhone
Type
Boolean
Properties
Create, Filter, Update
Description

Option on the Configurable Self-Reg registration page. If true, the Mobile field appears on the self-registration form.

OptionsShowNickname
Type
Boolean
Properties
Create, Filter, Update
Description

Option on the Configurable Self-Reg registration page. If true, the Nickname field appears on the self-registration form.

OptionsShowUsername
Type
Boolean
Properties
Create, Filter, Update
Description

Option on the Configurable Self-Reg registration page. If true, the Username field appears on the self-registration form.

VerificationMethod
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
The type of verification method that a user must supply when registering, which can be:
  • SyncEmail—User must supply an email address to verify identity.
  • SMS—User must supply a phone number to verify identity.