1.0.3 • Published 7 years ago

auto-create-user-record v1.0.3

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
7 years ago

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 NameTypeDescription
owner_idpickerid of the user created
first_namestringfirst name of the user created
last_namestringlast name of the user created
emailstringemail 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"
}