On premise, 9.01.12. Did something break in the "Order by" for Collections? As an example, if I use just "CreateDate" it works fine. However, if I try:
- CreateDate desc
- CreateDate asc
- CreateDate Desc
- CreateDate Asc
I will always get:
"Invalid property CreateDate desc in ORDER BY clause".
I've checked the help documentation and I'm supposedly doing everything correctly. Has anyone else seen this? It fails no matter what field I pick if I try and add Asc or Desc to it.