You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classes/dlrs_WorkOrderTest.cls (Line: 5: Column:9) : Entity is not api accessible entity name: WorkOrder
triggers/dlrs_WorkOrderTrigger.trigger (Line: 4: Column:34) : Entity is not api accessible entity name: WorkOrder
In previous posts, you found that the issue is the API version, and you have updated it in the latest releases. I'm on 2.8, and am still getting the error. Am I missing something? Thanks!
The text was updated successfully, but these errors were encountered:
Ok, main trigger works, I changed API version from 39 to 37, but the test class won't save because of the @ symbol. I'm not sure how to get this into production without a functioning test class.
Hi, I get this error:
classes/dlrs_WorkOrderTest.cls (Line: 5: Column:9) : Entity is not api accessible entity name: WorkOrder
triggers/dlrs_WorkOrderTrigger.trigger (Line: 4: Column:34) : Entity is not api accessible entity name: WorkOrder
In previous posts, you found that the issue is the API version, and you have updated it in the latest releases. I'm on 2.8, and am still getting the error. Am I missing something? Thanks!
The text was updated successfully, but these errors were encountered: