clsCreateTenantFromTenant Step

Last published at: July 27th, 2024

Description:

Create new tenant from existing tenant (or duplicate tenant)   

Inputs

  • Tnconnection – Tenant manager connection string
  • Tnname – Tenant/Host Name
  • Tndbname – Tenant Database name
  • Tncopytenant – Dropdown list of existing tenant to copy
  • tnid-- Variable/Global to hold Tenant ID

Returns

  • True – step executed successfully
  • False – step failed to execute

Usage:

Example:

Let’s build and execute the CreateNewTenantFromExistingTenantDef example.  

  • Create a new definition called “CreateNewTenantFromExistingTenantDef”
  • Select the definition and click the “design” button
  • Drag a "clsCreateTenantFromTenant" step to the canvas
  • Connect the dots between the start and "clsCreateTenantFromTenant" step
  • Click on the “clsCreateTenantFromTenant” step to configure its properties
  • Configure the following values for the properties as shown on the below graphic

  • Save the process definition, create a process instance and execute.  The process step should generate a new tenant from an existing tenant.