[Error loading the FormControl 'dropdownlist']
[DataConnection.HandleError]:
Query:
SELECT ' 000' DocID,'Choose Doctor'
UNION
SELECT p.Name DocID,p.Name FROM AH_Physician p
CROSS APPLY STRING_SPLIT(p.Departments,';')
INNER JOIN AH_Department d ON d.DepartmentID=value
inner join View_CMS_Tree_Joined tj on tj.DocumentForeignKeyValue = p.PhysicianID
WHERE DocumentCulture='en-US' AND ClassName='AH.Physician'
ORDER BY DocID
Caused exception:
Conversion failed when converting the nvarchar value '02A0C4F2-9647-490A-8F0F-A66482910895' to data type int.
[Error loading the FormControl 'dropdownlist']
[DataConnection.HandleError]:
Query:
SELECT ' 000' DocID,'Choose Doctor'
UNION
SELECT p.Name DocID,p.Name FROM AH_Physician p
CROSS APPLY STRING_SPLIT(p.Departments,';')
INNER JOIN AH_Department d ON d.DepartmentID=value
inner join View_CMS_Tree_Joined tj on tj.DocumentForeignKeyValue = p.PhysicianID
WHERE DocumentCulture='en-US' AND ClassName='AH.Physician'
ORDER BY DocID
Caused exception:
Conversion failed when converting the nvarchar value '02A0C4F2-9647-490A-8F0F-A66482910895' to data type int.