Skip to Main Content
Categories API
Created by Guest
Created on Sep 2, 2025

IsDisplayName and IsDisplayDescription in FieldSummaryModel

How: Add the IsDisplayName and IsDisplayDescription to the FieldSummary model

Why: So we can easily identify fields on an entity that are used as display name and display description, without having to get all field types for the given entity type, traverse those to find the FieldTypeId and THEN get the field from EntityDataModel.Fields using the FieldTypeId, forcing us to do a lot of unnecessary REST requests and loops.

For Who: Developers to optimize code.

Impact: Potentially big.

Additional context:


Please, add your suggestion and feedback above to add to the insights used by Product team when deciding priorities and direction of the Inriver PIM.

  • Attach files