You need to sign in to do that
Don't have an account?

Getting error while checking the challenge under Using Formula fields part of developer beginner trail
The formula should be on the Case object.
The formula should be of return type Number.
The formula should be named 'Days Since Last Update' and have a resulting API Name of 'Days_Since_Last_Update__c'.
The formula should return the number of days between the account’s Last Activity Date and today.
This is the requirement
My formula field is
TODAY() - Account.LastActivityDate with return type number.
The error is :
There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Delete failed. First exception on row 0 with id 00128000009zGneAAE; first error: DELETE_FAILED, Your attempt to delete Test Account could not be completed because it is associated with the following entitlements.: Test AccountEntitlement : []
Please help me in completing the challenge as I am unable to understand the error.
The formula should be of return type Number.
The formula should be named 'Days Since Last Update' and have a resulting API Name of 'Days_Since_Last_Update__c'.
The formula should return the number of days between the account’s Last Activity Date and today.
This is the requirement
My formula field is
TODAY() - Account.LastActivityDate with return type number.
The error is :
There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Delete failed. First exception on row 0 with id 00128000009zGneAAE; first error: DELETE_FAILED, Your attempt to delete Test Account could not be completed because it is associated with the following entitlements.: Test AccountEntitlement : []
Please help me in completing the challenge as I am unable to understand the error.
[1] https://developer.salesforce.com/forums/?id=906F00000005JciIAE