Newer Version Available

This content describes an older version of this product. View Latest

cgcloud__Warehouse__c

Stores the details of the warehouse object. An organizational segmentation for the purpose of maintaining materials that are stored in different places. This object is available in API version 54.0 and later.

Supported Calls

create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), undelete(), update(), upsert()

Fields

Field Details
LastReferencedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
Most recent date on which a user referenced this record.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
Most recent date on which a user viewed this record.
Name
Type
string
Properties
Create, Defaulted on create, Filter, Group, idLookup, Nillable, Sort, Update
Description
Unique identification of the record.
OwnerId
Type
reference
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
ID of the record owner.
This is a polymorphic relationship field.
Relationship Name
Owner
Relationship Type
Lookup
Refers To
Group, User
cgcloud__Address_Note__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Description for the address. It can contain the building name and other hints to find the site.
cgcloud__Business_Unit__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Defines the bookkeeping segment.
cgcloud__City__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Name of the city.
cgcloud__Country__c
Type
picklist
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Name of the country.
Possible values are:
  • ar—Argentina
  • at—Austria
  • au—Australia
  • be—Belgium
  • br—Brazil
  • ca—Canada
  • ch—Switzerland
  • cl—Chile
  • cn—China
  • de—Germany
  • es—Spain
  • fr—France
  • gb—United Kingdom
  • ie—Ireland
  • in—India
  • it—Italy
  • jp—Japan
  • mx—Mexico
  • nl—Netherlands
  • pl—Poland
  • ru—Russian Federation
  • us—United States
  • za—South Africa
cgcloud__County__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Name of the county.
cgcloud__Description_Language_1__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores the description of language 1.
cgcloud__Description_Language_2__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores the description of language 2.
cgcloud__Description_Language_3__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores the description of language 3.
cgcloud__Description_Language_4__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores the description of language 4.
cgcloud__Description__c
Type
string
Properties
Filter, Nillable, Sort
Description
Description based on the user-specified language.
This is a calculated field.
Formula
1CASE($User.cgcloud__Language_Postfix__c,
2"Language1", cgcloud__Description_Language_1__c,
3"Language2", BLANKVALUE(cgcloud__Description_Language_2__c,cgcloud__Description_Language_1__c),
4"Language3", BLANKVALUE(cgcloud__Description_Language_3__c,cgcloud__Description_Language_1__c),
5"Language4", BLANKVALUE(cgcloud__Description_Language_4__c,cgcloud__Description_Language_1__c),
6cgcloud__Description_Language_1__c)
cgcloud__District__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
District of the city or state.
cgcloud__Email__c
Type
email
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Email address.
cgcloud__Fax__c
Type
phone
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Fax number.
cgcloud__GLN__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Global location number.
cgcloud__House_Number__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Indicates where the building can be found in a street.
cgcloud__International_Postal_Code__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Postal code with the format valid for every country.
cgcloud__Is_Postbox__c
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Specifies whether the warehouse is a postbox.
The default value is false.
cgcloud__Latitude__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Decimal degree of latitude.
cgcloud__Longitude__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Decimal degree of longitude.
cgcloud__Phone_1__c
Type
phone
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
First phone number.
cgcloud__Phone_2__c
Type
phone
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Second phone number.
cgcloud__Postbox__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Number of a numbered post box.
cgcloud__Sales_Org__c
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Sales organization to which the data type option belongs.
Possible values are:
  • 0000
  • 0001
  • 0002
  • 0003
cgcloud__State__c
Type
picklist
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
State or province of the country.
Possible values are:
  • AL—Alabama
  • AZ—Arizona
  • CA—California
  • GA—Georgia
  • IA—Iowa
  • ID—Idaho
  • IL—Illinois
  • KS—Kansas
  • MD—Maryland
  • MI—Michigan
  • MO—Missouri
  • NC—North Carolina
  • ND—North Dakota
  • NE—Nebraska
  • NM—New Mexico
  • NY—New York
  • OH—Ohio
  • OR—Oregon
  • PA—Pennsylvania
  • SC—South Carolina
  • SD—South Dakota
  • TX—Texas
  • VA—Virginia
  • WA—Washington
cgcloud__Street__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Name of the street.

Associated Objects

This object contains these following associated objects. If the API version isn’t specified, they are available in the same API versions as this object. Otherwise, they are available in the specified API version and later.

cgcloud__Warehouse__cChangeEvent
Change events are available for the object.
cgcloud__Warehouse__cFeed
Feed tracking is available for the object.
cgcloud__Warehouse__cHistory
History is available for the tracked fields of the object.
cgcloud__Warehouse__cOwnerSharingRule
Sharing rules are available for the object.
cgcloud__Warehouse__cShare
Sharing is available for the object.