Uncategorised Objects

Objects that do not fall into any other category

Menu

Author

API Name : Author__c

A person who has written one or more books that have been published.

Fields : 5 Relationships : 1
Fields
Name Label Type Description Security Compliance In Use Encrypted Info Page Layouts
Email_Address__c Email Address Email The author's professional email address. Internal GDPR Active Author Layout (Edit)

New Author Layout (Edit)
Genres__c Genres MultiselectPicklist The genres that the author has written books for. Global Value Set (Genre)
  undefined
Author Layout (Edit)

New Author Layout (Required)
Number_Books_Authored__c Number Books Authored Summary The number of books that this author has written. Roll Up Summary : count(undefined) Author Layout (Readonly)

New Author Layout (Readonly)
Planned_Publish_Date__c Planned Publish Date Date Author Layout (Edit)

New Author Layout (Edit)
Publisher__c Publisher Lookup The publisher that the author is currently contracted to. Lookup : Publisher__c Author Layout (Edit)

New Author Layout (Readonly)

Book

API Name : Book__c

A book that is in the store inventory.

Fields : 5 Relationships : 1
Fields
Name Label Type Description Security Compliance In Use Encrypted Info Page Layouts
Author__c Author MasterDetail The book author. Master-Detail : Author__c Book Layout (Required)
Genre__c Genre Picklist The literary genre of the book. Global Value Set (Genre)
  undefined
Book Layout (Edit)
Internal_Description__c Internal Description TextArea The book store's description of the book - not to be shared!
Pages__c Pages Number The number of pages in the book. Book Layout (Edit)
Published_Year__c Published Year Date The year that the book was published Book Layout (Edit)
Validation Rules
Name Description Active Criteria
Fifty_pages_or_more The book must have 50 pages or more, otherwise it's a pamphlet false Pages__c < 50

Publisher

API Name : Publisher__c

The person/group responsible for bringing the book to the public. The publisher is involved in the major steps of developing, marketing, producing, printing, and distributing the book

Fields : 2
Fields
Name Label Type Description Security Compliance In Use Encrypted Info Page Layouts
Genres__c Genres MultiselectPicklist The genres that the publisher deals in. Global Value Set (Genre)
  undefined
Publisher Layout (Edit)
Website__c Website Url The publisher's web site. Publisher Layout (Edit)