Home Analyst Portal

GetProjectionByCriteria returns empty name of enum

Konstantin_Slavin-BoKonstantin_Slavin-Bo Customer Ninja IT Monkey ✭✭✭✭
I have a custom class, which I get on the portal by using the GetProjectionByCriteria endpoint. Everything is returned fine except the name of my custom enumerations. The ID of the enum is returned fine, but the Name property is empty. Has anyone run into the same issue?

Best Answers

  • Konstantin_Slavin-BoKonstantin_Slavin-Bo Customer Ninja IT Monkey ✭✭✭✭
    Answer ✓
    Hi Nicholas,
    Thank for your detailed reply. I actually found the issue to be much simpler (read: do'h): I needed to recycle the app pool and restart the website, before it became aware of the DisplayName for the new enum.

Answers

  • Konstantin_Slavin-BoKonstantin_Slavin-Bo Customer Ninja IT Monkey ✭✭✭✭
    Answer ✓
    Hi Nicholas,
    Thank for your detailed reply. I actually found the issue to be much simpler (read: do'h): I needed to recycle the app pool and restart the website, before it became aware of the DisplayName for the new enum.
Sign In or Register to comment.