Inventory Field Reference

The Inventory object is used to store records of the rented items for the point-of-sales and relate them with the Account and Contact of the corresponding Activity record.

  • The CallReportInventory field set is responsible for the Inventory tab displaying on the configured Activity Report page for the corresponding Activity record type;

  • The CT Product with the Inventory record type is used as the Inventory record that can be selected on the Inventory tab of the Activity Report page.


API name in Salesforce: CTCPG__Inventory__c


Field API Name Type Description

Account

CTCPG__AccountId__c

Lookup(Account)

The related Account record to which the Inventory is assigned.

Active

CTCPG__IsActive__c

Checkbox

If selected, the record is active and applied in business logic.

Category

CTCPG__Category__c

Picklist

Inventory categories. The available values by default:

  • Dairy

  • Nutrition

Contact

CTCPG__ContactId__c

Lookup(Contact)

The related Contact record to which the Inventory is assigned.

Description

CTCPG__Description__c

Long Text Area(32768)

Inventory description.

Install Date

CTCPG__InstallDate__c

Date

The date of the Inventory delivery to the point-of-sales.

Product

CTCPG__ProductId__c

Lookup(CT Product)

The related CT Product record, if applied.

Serial

CTCPG__Serial__c

Text(255)

The serial number of the Inventory.

Shelf Space

CTCPG__ShelfSpace__c

Number(16,2)

A number of shelves.

Status

CTCPG__Status__c

Picklist

Status of the Inventory record. The available values by default:

  • Installed

  • Maintenance

  • Broken

``