Change Multi Ownership activity

An activity that changes the owner of more than one entity to a different user or group.


Change Multi Ownership activity

Configure the Change Multi Ownership activity

To configure the Change Multi Ownership activity, do the procedure in this topic.

Examples

Good to Know

How to Start

  1. On the Application Explorer screen, do one of these:
  2. Do one of these:
    • Add an activity:
      1. In the Process Builder, in the Activity Library, open the Salesforce Salesforce icon tab.
      2. On the Salesforce Salesforce icon tab, drag the Change Multi Ownership Change Multi Ownership icon activity onto your process.
    • Change an activity:
      1. In your process, double-click your activity.

General Configuration

Specifies the basic settings for the Change Multi Ownership activity.

Figure: General Configuration screen

General Configuration screen

Fields

Field Name Definition

Display Name

Function:
Specifies the activity name that shows in your process.
Accepted Values:
One line of text that can have spaces.
Default Value:
None
Accepts Process Data Variables:
No
Example:
This is a common configuration field that is used in many examples. Refer to:
  • Examples - Step-by-step use case examples, information about what types of examples are provided in the AgilePoint NX Product Documentation, and other resources where you can find more examples.

Description

Function:
Specifies an optional text description for your activity.
Accepted Values:
More than one line of text.
Default Value:
None
Accepts Process Data Variables:
No

Connection Timeout (Seconds)

Function:
Specifies the number of seconds permitted to complete an action before the connection stops.
Accepted Values:
An integer, representing a number of seconds.
Default Value:
600
Accepts Process Data Variables:
No

Change Multiple Ownership Configuration

Configures an owner change for multiple entities to another user or group.

Figure: Change Multiple Ownership Configuration screen

Change Multiple Ownership Configuration screen

Fields

Field Name Definition

Salesforce

Function:
Specifies the access token that connects to your Salesforce application.
Accepted Values:
A list of access tokens configured for your environment.
Default Value:
None
Accepts Process Data Variables:
No
Example:
Refer to:

Add Token Add Token icon

Opens this Screen:
Access Token for Salesforce
Function of this Screen:
Configure an access token to connect to Salesforce.
Example:
Refer to:

Entity Name

Function:
Specifies the name for your entity.
Accepted Values:
An entity name from the list.
Default Value:
None

When you select the Salesforce access token, the name that shows in the Entity Name field.

Accepts Process Data Variables:
No

New Owner Login Name

Function:
Specifies a process data variable to set the owner for the entity.
Accepted Values:
A process data variable that stores the Salesforce user name of the new owner.
Default Value:
None
Accepts Process Data Variables:
Yes

Change Using

Function:
Specifies how to change the ownership of multiple entities.
Accepted Values:
  • Change Using Entity ID - Lets you specify an entity to change using an entity ID, or a process data variable that represents an entity ID.
  • Change Using Where Clause (Query Builder) Where Clause - Lets you specify a SQL WHERE clause to change the entity.
Default Value:
Change Using Entity ID
Limitations:

Some information about third-party integrations is outside the scope of the AgilePoint NX Product Documentation, and it is the responsibility of the vendors who create and maintain these technologies to provide this information. This includes specific business uses cases and examples; explanations for third-party concepts; details about the data models and input and output data formats for third-party technologies; and various types of IDs, URL patterns, connection string formats, and other technical information that is specific to the third-party technologies. For more information, refer to Where Can I Find Information and Examples for Third-Party Integrations?

Build Where Clause Build Where Clause icon

Opens this Screen:
Change Multiple Ownership Configuration > WHERE Clause screen
Function of this Screen:
Configures a SQL where clause to filter the results of a query in Salesforce. It gets only the records that obey the rules in the WHERE clause.

Edit Edit icon

Function:
Lets you change the WHERE clause.

Change Multiple Ownership Configuration > WHERE Clause

Configures a SQL where clause to filter the results of a query in Salesforce. It gets only the records that obey the rules in the WHERE clause.

Figure: Change Multiple Ownership Configuration > WHERE Clause screen

Change Multiple Ownership Configuration WHERE Clause screen

Fields

Field Name Definition

Column

Function:
Specifies an entity column to use in your query.
Accepted Values:
A valid entity column shown in the list.
Default Value:
None.

When you select the name of the entity, the list of columns shows in Column field.

Comparer

Function:
Specifies the operator to use in your WHERE clause.
Accepted Values:
  • =
  • >=
  • >
  • <
  • <=
  • !=
  • Like
  • Not in
Default Value:
=

Value

Function:
Specifies the value for the column.
Accepted Values:
A valid column value.
Default Value:
None
Accepts Process Data Variables:
Yes
Limitations:

Some information about third-party integrations is outside the scope of the AgilePoint NX Product Documentation, and it is the responsibility of the vendors who create and maintain these technologies to provide this information. This includes specific business uses cases and examples; explanations for third-party concepts; details about the data models and input and output data formats for third-party technologies; and various types of IDs, URL patterns, connection string formats, and other technical information that is specific to the third-party technologies. For more information, refer to Where Can I Find Information and Examples for Third-Party Integrations?

Add Add icon

Function:
Specifies another expression that can be joined to previous expression using the logical AND or OR operator.
  • AND - Specifies the AND operator.
  • OR - Specifies the OR operator.

Subcondition Subcondition icon

Function:
Creates the statement that is a condition of a parent statement.

Delete Delete icon

Function:
Deletes the selected item.
Example:
Refer to:

Back Back icon

Function:
Saves your rule and goes back to the activity configuration screen.