action.skip

Booking Period

API Name: BookingPeriod__c

Label API Name Type Description
Name Name Text
Deferred Deferred__c SUM(BookingDetail__c.Amount__c) The sum of the amount over all deferred details.
Month Month__c Picklist The month of this Booking Period.
Picklist values: 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12
Payment Payment__c SUM(BookingDetail__c.Amount__c) The sum of the amount over all details of type Payment and Prepayment.
Payout Payout__c SUM(BookingDetail__c.Amount__c) The sum of the amount over all details of type Payout and Refund.
Revenue Revenue__c SUM(BookingDetail__c.Amount__c) The sum of the amount over all revenue details.
Status Status__c Picklist Open Booking Period: it is allowed to add new Booking Details. Closed Booking Period: you cannot add new Booking Details.
Picklist values: Open, Closed
Tax Tax__c SUM(BookingDetail__c.Amount__c) The sum of the amount over all tax details.
Business Entity Tenant__c Text(255) The Business Entity of this Booking Period. Corresponds to the Business Entity custom setting.
Year Year__c Text(4) The year of this Booking Period.