Condition Compliance Histories

Subcategories: Attachments, Notes

The condition compliance histories resource is used to view, create, update, replace, and delete the history of records of compliances for a specific contract condition.

Resource Plural Label

Condition Compliance Histories

Resource Name

__ORACO__ConditionComplHist_c

Get All Condition Compliance Histories

Request: GET

URI: /crmRestApi/resources/11.13.18.05/__ORACO__ConditionComplHist_c

Request Path Parameters

There are no request path parameters for this task.

Request Query Parameters

Use these finder parameters to query the resource:

Finder Name Description

Primary Key

Finds a condition compliance history with the specified primary key.

Finder Variables:
  • Id: The unique identifier of the condition compliance history.
    • Type: integer

Request Body

There are no elements in the request body for this task.

Response Body

This table summarizes the supported response body content types:

Media Type

application/vnd.oracle.adf.resourcecollection+json

Create a Condition Compliance History

Request: POST

URI: /crmRestApi/resources/11.13.18.05/__ORACO__ConditionComplHist_c

Request Path Parameters

There are no request path parameters for this task.

Request Body

This table summarizes the supported request body content types:

Media Type

application/vnd.oracle.adf.resourcecollection+json

Response Body

This table summarizes the supported response body content types:

Media Type

application/vnd.oracle.adf.resourcecollection+json

Replace a Condition Compliance History

Request: POST

URI: /crmRestApi/resources/11.13.18.05/__ORACO__ConditionComplHist_c/{Id}

Request Path Parameters

This table summarizes the request path parameters:

Name Type Description

Id

integer

The unique identifier of the condition compliance history.

Request Body

This table summarizes the supported request body content types:

Media Type

application/vnd.oracle.adf.resourcecollection+json

Response Body

This table summarizes the supported response body content types:

Media Type

application/vnd.oracle.adf.resourcecollection+json

Get a Condition Compliance History

Request: GET

URI: /crmRestApi/resources/11.13.18.05/__ORACO__ConditionComplHist_c/{Id}

Request Path Parameters

This table summarizes the request path parameters:

Name Type Description

Id

integer

The unique identifier of the condition compliance history.

Request Body

There are no elements in the request body for this task.

Response Body

This table summarizes the supported response body content types:

Media Type

application/vnd.oracle.adf.resourcecollection+json

Update a Condition Compliance History

Request: PATCH

URI: /crmRestApi/resources/11.13.18.05/__ORACO__ConditionComplHist_c/{Id}

Request Path Parameters

This table summarizes the request path parameters:

Name Type Description

Id

integer

The unique identifier of the condition compliance history.

Request Body

This table summarizes the request body content types:

Media Type

application/vnd.oracle.adf.resourcecollection+json

Response Body

This table summarizes the supported response body content types:

Media Type

application/vnd.oracle.adf.resourcecollection+json

Delete a Condition Compliance History

Request: DELETE

URI: /crmRestApi/resources/11.13.18.05/__ORACO__ConditionComplHist_c/{Id}

Request Path Parameters

This table summarizes the request path parameters:

Name Type Description

Id

integer

The unique identifier of the condition compliance history.

Request Body

There are no elements in the request body for this task.

Response Body

There are no elements in the response body for this task.

List of Values

This table lists all the list of values of the resource.

LOV Name Source Attribute in LOV Target Attribute in Resource

ViewAccessor_CurrencyCode

CurrencyCode

CurrencyCode

FK_LOVVA_For___ORACO__Condition_c

Id

__ORACO__Condition_Id_c

LOVVA_For___ORACO__Condition_c

RecordName

__ORACO__Condition_c

LOVVA_For___ORACO__Compliant_c

value

__ORACO__Compliant_c

FK_LOVVA_For___ORACO__OraZcxOwner_c

ResourceProfileId

__ORACO__OraZcxOwner_Id_c

LOVVA_For___ORACO__OraZcxOwner_c

PartyName

__ORACO__OraZcxOwner_c

FK_LOVVA_For___ORACO__Account_c

OrganizationProfileId

__ORACO__Account_Id_c

LOVVA_For___ORACO__Account_c

OrganizationName

__ORACO__Account_c

Resource Attributes

This table lists all the attributes of the resource.

Attribute Name Attribute Type Description

Id

number

The unique identifier of the condition compliance history.

UI Label:

ID

RecordName

string

The name of the condition compliance history.

Properties:

The maximum length is 80.

UI Label:

Name

CreatedBy

string

The user who created the compliance history.

Properties:

The maximum length is 32.

UI Label:

Created By

CreationDate

datetime

The date when the compliance history was created.

UI Label:

Creation Date

LastUpdatedBy

string

The user who last updated the compliance history.

Properties:

The maximum length is 32.

UI Label:

Last Updated By

LastUpdateDate

datetime

The date when the compliance history was last updated.

UI Label:

Last Update Date

RecordNumber

string

The alternate key identifier of the compliance history.

Properties:

The maximum length is 64.

UI Label:

Record Number

LastUpdateLogin

string

The login of the user who last updated the compliance history.

Properties:

The maximum length is 32.

UserLastUpdateDate

datetime

The date and time of the last user update made from a personal device. This value is different from LAST_UPDATE_DATE if the record was originally updated in a different database (a different mobile database or the server).

CurrencyCode

string

The currency code associated with the condition compliance history. This attribute is used by CRM Extensibility framework. A list of valid values are defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the profile option using the Setup and Maintenance work area, Manage Currency Profile Options task.

Properties:

The maximum length is 15.

UI Label:

Currency Code

CurcyConvRateType

string

The currency conversion rate type. This attribute is used by CRM Extensibility framework. A list of valid values are defined in the lookup ZCA_COMMON_RATE_TYPE. Review and update the profile option using the Setup and Maintenance work area, Manage Currency Profile Options task.

Properties:

The maximum length is 15.

CorpCurrencyCode

string

The corporate currency code associated with the condition compliance history. This attribute is used by CRM Extensibility framework. A list of accepted values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the profile option using the Setup and Maintenance work area, Manage Trading Community Common Lookups task.

Properties:

The maximum length is 15.

__ORACO__Condition_Id_c

number

The unique identifier of the condition for which the compliance history is created.

UI Label:

Condition

__ORACO__Condition_c

string

The name of the condition for which the compliance history is created.

Properties:

The maximum length is 1500.

UI Label:

Condition

__ORACO__EvaluationDate_c

date

The date when the compliance condition was evaluated.

UI Label:

Evaluation Date

__ORACO__TargetValue_c

number

The target value to evaluate compliance.

UI Label:

Target Value

__ORACO__AttainedValue_c

number

The attained value while evaluating compliance.

UI Label:

Attained Value

__ORACO__Compliant_c

boolean

Indicating whether the condition is compliant.

Properties:

The maximum length is 10.

UI Label:

Compliant

__ORACO__SelectedRow

string

A field used for internal logic.

UI Label:

SelectedRow

__ORACO__OraZcxOwner_Id_c

number

The unique identifier of the owner of the compliance history.

UI Label:

Owner

__ORACO__OraZcxOwner_c

string

The name of the owner of the compliance history.

Properties:

The maximum length is 1500.

UI Label:

Owner

__ORACO__CompliantStorePercentage_c

number

The percentage number of stores that need to be compliant to make the condition fully compliant.

UI Label:

Compliant Store Percentage

__ORACO__DistributionIndex_c

integer

The index of distribution schedule for which the compliance is evaluated

UI Label:

Distribution Index

__ORACO__Account_Id_c

number

The unique identifier of the account for which condition compliance history is created.

UI Label:

Account

__ORACO__Account_c

string

The name of the account for which condition compliance history is created.

Properties:

The maximum length is 1500.

UI Label:

Account