// This file is generated as an Apex representation of the // corresponding sObject and its fields. // This read-only file is used by the Apex Language Server to // provide code smartness, and is deleted each time you // refresh your sObject definitions. // To edit your sObjects and their fields, edit the corresponding // .object-meta.xml and .field-meta.xml files. global class Product2 { global Id Id; global String Name; global String ProductCode; global String Description; global Boolean IsActive; global Datetime CreatedDate; global User CreatedBy; global Id CreatedById; global Datetime LastModifiedDate; global User LastModifiedBy; global Id LastModifiedById; global Datetime SystemModstamp; global String Family; global ExternalDataSource ExternalDataSource; global Id ExternalDataSourceId; global String ExternalId; global String DisplayUrl; global String QuantityUnitOfMeasure; global Boolean IsDeleted; global Boolean IsArchived; global Datetime LastViewedDate; global Datetime LastReferencedDate; global String StockKeepingUnit; global List ActivityHistories; global List Assets; global List AttachedContentDocuments; global List Attachments; global List CombinedAttachments; global List ContentDocumentLinks; global List Emails; global List FeedSubscriptionsForEntity; global List Events; global List Notes; global List NotesAndAttachments; global List OpenActivities; global List PricebookEntries; global List ProcessInstances; global List ProcessSteps; global List Feeds; global List Histories; global List ProductConsumptionSchedules; global List RecordActions; global List RecordActionHistories; global List Tasks; global List Product2; global List FirstPublishLocation; global List What; global List Relation; global List Parent; global List RelatedRecord; global List Product2; global List RelatedTo; global List What; global Product2 () { } }