function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Dale JonesDale Jones 

.Net Understanding Execution Context

I'm trying to check the challenge at the end of the .Net Understanding Execution Context tutorial and I keep getting a message saying the new records don't have matching BillingState and ShippingState values. However, I've put debug statements in the code all the way through the process and the trigger is correctly updating the ShippingState to CA when the BillingState is CA.

Additionally, when I manually create an account record, the ShippingState gets updated to CA.

Ideas on why the evaluation says this isn't happening?