I have a web page that successfully creates an Account and a Contact. But I have not been successful at creating a new case.
Dim incident As New Entity("incident")
Dim newCaseID As Guid = service.Create(incident)
Service.Create(incident) returns an error: Incorrect value type System.String