Skip to main content
September 23, 2022
Solved

Missing domain Prefix when using a!queryEntity

  • September 23, 2022
  • 2 replies
  • 0 views

Hello, 

I am learning query entities and I am getting the warning message (missing domain prefix). 

cons!UA_DSE_STUDENTSINFO is mapped to UA_Students DB. I believe it is configured properly because I use the same constant to write values to DB.

I am getting the same warning message when I try to use sorting. 

Best answer by abhiramc8868

That works.. I thought both ' ' and " " represent string data type. 
Thank you. 

2 replies

September 23, 2022

Hi, replace 'id' with "id".

abhiramc8868AuthorAnswer
September 23, 2022

That works.. I thought both ' ' and " " represent string data type. 
Thank you.