auto-create-user-record
v1.0.3
Published
Automatically creates a user record when a user in lanetix is created.
Downloads
1
Readme
auto-create-user-record
Automatically creates a user record when a user in lanetix is created.
Example
In this example, we'll configure the auto-create-user-record
with the user_details
record as the record
in the extension configuration below. This record will require the following fields on the Creation Layout
:
| API Name | Type | Description |
|--------------|----------|--------------------------------|
| owner_id
| picker
| id of the user created |
| first_name
| string
| first name of the user created |
| last_name
| string
| last name of the user created |
| email
| string
| email of the user created |
Step 1: Install lanetix/auto-create-user-record
- Log into the desired Org with the correct account
- Under Studio, open the Extensions card
- Find listed under Extensions the
auto-create-user-record
extension - Click on the New link
- Enter a unique name for the script (e.g. New User Event Creates Record)
Step 2:
- Find the extension that is now installed
- Configure the extension with the proper parameter values
In this example, the configuration is:
{
"record": "user_details"
}