cancellation-status-picklist-vs-code-value-mismatch

Apex code in fullcopy writes ‘Cancellation Initiated’ and ‘Upgrade In Process’ to Booking__c status fields, but the actual picklist API values are ‘Cancellation In Progress’ and ‘Upgrade In Progress’. This mismatch causes silent failures — the status field silently ignores the invalid value. Any future Apex development touching cancellation/upgrade status must use the exact picklist API values.