Trading Community Resource Team

A collection of resources and resource groups brought together for a purpose. For example, a sales team formed to work on a specific opportunity or lead. These teams are not aligned with a given organization.

Life Cycle Status: Active

QName: {http://xmlns.oracle.com/apps/cdm/foundation/resources/resourceServiceV2/applicationModule/}ResourceTeamService

Service WSDL URL: https://servername/crmService/ResourceTeamServiceV2?WSDL

Logical Business Objects

  • CRM : Trading Community Model : Trading Community Resource

Relationships

The following table describes how this service data object is related to other service data objects or business object services.

Relationship Type Object or Service

Handles

Resource Team Member

Handles

Trading Community Resource Team SDO

Handles

Trading Community Resource Team Translation

Handles

Trading Community Resource Team Additional Information

Handles

Trading Community Resource Organization or Team Member

Handles

Trading Community Resource Team Member Role Assignment

Handles

Trading Community Resource Team Usage

Operations

getResourceTeam

Get operation for Trading Community Resource Team SDO

Life Cycle Status: Active

Request Payload

Element Name Type Description

teamId

long

Get operation for Trading Community Resource Team filtered by the team identifier provided.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/cdm/foundation/resources/resourceServiceV2/}ResourceTeamResult

Trading Community Resource Team SDO that matches the inbound key attributes.

createResourceTeam

Create operation for Trading Community Resource Team SDO

Life Cycle Status: Active

Request Payload

Element Name Type Description

resourceTeam

Trading Community Resource Team SDO

Trading Community Resource Team SDO to be created

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/cdm/foundation/resources/resourceServiceV2/}ResourceTeamResult

Result of the operation includes the successfully created Trading Community Resource Team SDO and/or a list of warnings or informational messages.

updateResourceTeam

Update operation for Trading Community Resource Team SDO

Life Cycle Status: Active

Request Payload

Element Name Type Description

resourceTeam

Trading Community Resource Team SDO

Trading Community Resource Team SDO to be updated

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/cdm/foundation/resources/resourceServiceV2/}ResourceTeamResult

Result of the operation includes the successfully updated Trading Community Resource Team SDO and/or a list of warnings or informational messages.

deleteResourceTeam

Delete operation for Trading Community Resource Team SDO

Life Cycle Status: Active

Request Payload

Element Name Type Description

resourceTeam

Trading Community Resource Team SDO

Trading Community Resource Team SDO to be deleted

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/adf/svc/types/}MethodResult

A list of warnings or informational messages encountered when deleting the object.

mergeResourceTeam

Merge operation for Trading Community Resource Team SDO. It will perform an update if the object exists, or an insert if the object doesn't already exist.

Life Cycle Status: Active

Request Payload

Element Name Type Description

resourceTeam

Trading Community Resource Team SDO

Trading Community Resource Team SDO to be merged

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/cdm/foundation/resources/resourceServiceV2/}ResourceTeamResult

Result of the operation includes the successfully merged Trading Community Resource Team SDO and/or a list of warnings or informational messages.

findResourceTeam

Find operation for Trading Community Resource Team SDO

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

{http://xmlns.oracle.com/adf/svc/types/}FindCriteria

The criteria used to limit your query result, such as the filter (where clause), the fetch size, etc.

findControl

{http://xmlns.oracle.com/adf/svc/types/}FindControl

Find Control. Not currently used.

Response Payload

Element Name Type Description

result

Trading Community Resource Team SDO

Result of the operation including a list of Trading Community Resource Team SDO that satisfy the inbound criteria and any warnings or informational messages encountered during the invocation.

processResourceTeam

Bulk load operation for Trading Community Resource Team SDO

Life Cycle Status: Active

Request Payload

Element Name Type Description

changeOperation

string

Indicates what action shall be performed, such as Create, Update, Merge, or Delete

resourceTeam

Trading Community Resource Team SDO

A list of Trading Community Resource Team SDO to be processed

processControl

{http://xmlns.oracle.com/adf/svc/types/}ProcessControl

Control your bulk upload behavior, such as whether the valid data will be committed if there are other invalid data in the same batch, and whether the outbound will contain the key attributes only or the full object.

Response Payload

Element Name Type Description

result

Trading Community Resource Team SDO

Result of the operation including a list of Trading Community Resource Team SDO that are successfully processed and any warnings or informational messages encountered during the invocation.

processCSResourceTeam

An operation to apply the changes back to the data source for Trading Community Resource Team SDO

Life Cycle Status: Active

Request Payload

Element Name Type Description

processData

{http://xmlns.oracle.com/adf/svc/types/}ProcessData

The object that is used to represent the changes that have been made.

processControl

{http://xmlns.oracle.com/adf/svc/types/}ProcessControl

Control your bulk upload behavior, such as whether the valid data will be committed if there are other invalid data in the same batch, and whether the outbound will contain the key attributes only or the full object.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/adf/svc/types/}ProcessData

Result of the operation including a list of created/updated data objects, and all warning and informational messages.

getDfltObjAttrHints

An operation to retrieve user interface hints, such as the service data object label and object attribute labels, for the specified service data object and locale. As a prerequisite, invoke the getEntityList operation defined on this service to get the list of possible values for the viewName request payload element.

Life Cycle Status: Active

Request Payload

Element Name Type Description

viewName

string

The service view usage name, an internal name for the service data object. Specify the value of the <name> element from the getEntityList operation response payload.

localeName

string

The locale to use when evaluating locale-based user interface hints. The localeName is in ISO 639-1 format.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/adf/svc/types/}ObjAttrHints

The label and user interface hints for the specified service data object and its attributes in a name-value pair format

getServiceLastUpdateTime

An operation that returns the date and time when the schema files referenced in the service definition last changed.

Life Cycle Status: Active

Request Payload

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/adf/svc/types/}dateTime-Timestamp

The date and time when the service definition last changed in ISO 8601 format.

getEntityList

An operation to get the list of service data objects defined on this service.

Life Cycle Status: Active

Request Payload

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/adf/svc/types/}ServiceViewInfo

A list of service data objects defined on this service. For each service data object, the result includes the QName, internal name, and Boolean values indicating whether create, update, merge, and delete operations can be performed on the object.

Security

The following tables list the privileges required to perform the service operations, and the duty roles that each privilege is granted to.

Service Operations to Privileges Mapping

Operation Name Privilege Code Privilege Name Privilege Description

mergeResourceTeam

HZ_MANAGE_TRADING_COMMUNITY_RESOURCE_TEAM_PRIV

Manage Trading Community Resource Team

Allows the specification of groups of resources that work together, usually across organization hierarchy boundaries. For example, define marketing teams for campaigns. If assigning, also assign the ability to view the trading community resource team.

createResourceTeam

HZ_MANAGE_TRADING_COMMUNITY_RESOURCE_TEAM_PRIV

Manage Trading Community Resource Team

Allows the specification of groups of resources that work together, usually across organization hierarchy boundaries. For example, define marketing teams for campaigns. If assigning, also assign the ability to view the trading community resource team.

deleteResourceTeam

HZ_MANAGE_TRADING_COMMUNITY_RESOURCE_TEAM_PRIV

Manage Trading Community Resource Team

Allows the specification of groups of resources that work together, usually across organization hierarchy boundaries. For example, define marketing teams for campaigns. If assigning, also assign the ability to view the trading community resource team.

getResourceTeam

HZ_MANAGE_TRADING_COMMUNITY_RESOURCE_TEAM_PRIV

Manage Trading Community Resource Team

Allows the specification of groups of resources that work together, usually across organization hierarchy boundaries. For example, define marketing teams for campaigns. If assigning, also assign the ability to view the trading community resource team.

processCSResourceTeam

HZ_MANAGE_TRADING_COMMUNITY_RESOURCE_TEAM_PRIV

Manage Trading Community Resource Team

Allows the specification of groups of resources that work together, usually across organization hierarchy boundaries. For example, define marketing teams for campaigns. If assigning, also assign the ability to view the trading community resource team.

processResourceTeam

HZ_MANAGE_TRADING_COMMUNITY_RESOURCE_TEAM_PRIV

Manage Trading Community Resource Team

Allows the specification of groups of resources that work together, usually across organization hierarchy boundaries. For example, define marketing teams for campaigns. If assigning, also assign the ability to view the trading community resource team.

updateResourceTeam

HZ_MANAGE_TRADING_COMMUNITY_RESOURCE_TEAM_PRIV

Manage Trading Community Resource Team

Allows the specification of groups of resources that work together, usually across organization hierarchy boundaries. For example, define marketing teams for campaigns. If assigning, also assign the ability to view the trading community resource team.

findResourceTeam

HZ_MANAGE_TRADING_COMMUNITY_RESOURCE_TEAM_PRIV

Manage Trading Community Resource Team

Allows the specification of groups of resources that work together, usually across organization hierarchy boundaries. For example, define marketing teams for campaigns. If assigning, also assign the ability to view the trading community resource team.

Privileges to Duty Roles Mapping

Privilege Code Granted to Duty Role Code Granted to Duty Role Name Granted To Duty Role Description

HZ_MANAGE_TRADING_COMMUNITY_RESOURCE_TEAM_PRIV

ORA_HZRESOURCE_TEAM_ADMINISTRATOR_DUTY

Resource Team Administration

Defines resource teams.