| bill_attn | CHAR | varchar | | 30 | | | First name of the person billing will be directed to | |
| bill_attn2 | CHAR | varchar | | 40 | | | Last name of the person billing will be directed to | |
| bill_group | CHAR | varchar | | 30 | | | Billing group. This is from a user-defined popup list with default name BILLING_GROUP | Search (1) |
| bill_option | LONG | tinyint | | | | DIRECT, CHANGE_FIELD | Billing option; i.e., 0=in advance, 1=in arrears | Search (1) |
| close_crdt_ind | LONG | tinyint | | | 0 | DIRECT | Indicates whether or not to issue credit upon premature close; i.e., 0=no, 1=yes, default=0 | Search (1) |
| close_eff_dt | CLK_TIME | datetime | | | | CHANGE_FIELD | If the schedule is prematurely closed, the date when the close becomes effective | Search (2) |
| cycle_chg_ind | LONG | tinyint | | | | DIRECT | Billing cycle change indicator; i.e., 0=not changed, 1=changed. Used to signal that the schedule needs to be re-amortized | |
| cycle_start_dt | CLK_TIME | datetime | | | | CHANGE_FIELD | The starting date of the billing cycle. Used with schedule frequency to calculate the periodic 'as of' billing dates | |
| dev | LONG | int | 151 | | 1 | DIRECT, ALLOW_NULL | Row version number for mobile distribution purposes | |
| due_offset | LONG | int | | | | DIRECT, CHANGE_FIELD | The number of days in advance of the expected payment date that determines the invoice date | Search (1) |
| fob | CHAR | varchar | | 40 | | | Identifies the FOB for the schedule. This is a user-defined popup with default name FOB | Search (1) |
| frequency | LONG | tinyint | | | | DIRECT, CHANGE_FIELD | Frequency of the billing: i.e., 0=annual, 1=semi-annual, 2=quarterly, 3=monthly, 4=one-time, default=0 | Search (2) |
| fsvc_end_dt | CLK_TIME | datetime | | | | | The earliest service end date among all contr_itm related to the schedule | |
| fsvc_start_dt | CLK_TIME | datetime | | | | | The earliest service start date among all contr_itm related to the schedule | |
| gross_line_pr | DECIMAL | decimal (19,4) | | | | CURRENCY | Sum of all related line item gross prices | Search (1) |
| handling_cost | DECIMAL | decimal (19,4) | | | | CURRENCY | The sum of all handling costs for the schedule | |
| invc_terms | CHAR | varchar | | 80 | | | Billing terms to appear on the invoice | Search (1) |
| item_count | LONG | int | | | | DIRECT | The number of lines in the schedule, parent and child included | |
| itm_end_dt | CLK_TIME | datetime | | | | CHANGE_FIELD | The latest contr_itm.chg_end_dt among all contr_itm related to the schedule | Search (1) |
| itm_start_dt | CLK_TIME | datetime | | | | CHANGE_FIELD | The earliest contr_itm.chg_start_dt among all contr_itm related to the schedule | Search (1) |
| last_p_line_no | LONG | int | | | | DIRECT | Value of p_line_no assigned to the last related contr_itm | |
| last_update | CLK_TIME | datetime | | | | CHANGE_DATE | Date time of last update to the schedule/quote | Search (1) |
| last_xfer | CLK_TIME | datetime | | | | | Date time of last transfer to trans_record | Search (1) |
| lsvc_end_dt | CLK_TIME | datetime | | | | | The latest service end date among all contr_itm related to the schedule | |
| net_line_pr | DECIMAL | decimal (19,4) | | | | CURRENCY | Sum of all related line item net prices | Search (1) |
| objid | LONG | int | 3 | | | DIRECT | Internal record number | Search (13) |
| sched_adj_amt | DECIMAL | decimal (19,4) | | | | CURRENCY | Net of amount of schedule-level adjustments | Search (1) |
| sched_net_amt | DECIMAL | decimal (19,4) | | | | CHANGE_FIELD, CURRENCY | Net_line_pr adjusted by Sched_adj_amt | Search (1) |
| sched_tax_amt | DECIMAL | decimal (19,4) | | | | CURRENCY | Tax amount applied to the schedule | Search (1) |
| sched_tax_pct | DECIMAL | decimal (19,4) | | | | | Tax percentage applied to the schedule | Search (1) |
| schedule_id | CHAR | varchar | 4 | 40 | | | Unique-within contract/order/quote object identifier | Search (8) |
| schedule_title | CHAR | varchar | | 80 | | | Contract schedule short description | Search (2) |
| ship_amt | DECIMAL | decimal (19,4) | | | | CURRENCY | The sum of all shipping charges applied to the schedule | |
| ship_attn | CHAR | varchar | | 30 | | | First name of the person shipment will be directed to | |
| ship_attn2 | CHAR | varchar | | 40 | | | Last name of the person shipment will be directed to | |
| ship_via | CHAR | varchar | | 80 | | | Requested means of shipment. This is from a Clarify-defined popup list with default name SHIP_VIA | |
| start_dt | CLK_TIME | datetime | | | | | The start date of the billing | Search (1) |
| total_grand | DECIMAL | decimal (19,4) | | | | CURRENCY | Sum of the sched_net_amt, sched_tax_amt, ship_amt, and handling_cost fields on the schedule. It represents the sum total of all charges, surcharges, and discounts of the contr_schedule. Used where contract.struct_type=2 | |