Improve Enrich new UI when searching for a large dataset as "not found" is invisible + copy button
How: wrap the found entities so they don't stretch all the way to right on the screen Why: you easily miss information as you need to scroll to see it For Who: all users Impact: better user experience in general Additional context: when you search...
Add LinkId for inbound/outbound links in the /entities:fetchdata API Call
How: Include the link id property in the existing Inbound and Outbound link objects returned from fetchdata. Example: {
"id": 1234, // This would be the actual link ID
"entityId": 194866,
"summary": { ... }
}
Why: Currently, fetchdata allows ...
Inspire System Prompt that is reusable across multiple prompt configs
Please, fill in the below fields to enable the processing of your idea. Who would benefit? All Inspire Users/Admins What impact would it make? This would create a reusable System Prompt and make editing easier. Now if I need to tweak a System prom...
Amber Allen-Sauer
11 months ago
in AI
1
Likely to implement
How: Introduce a configuration interface where administrators can:
Select one or more Active Directory roles / security groups.
Map each AD role/group to a corresponding Inriver Role.
Define precedence rules in case a user belongs to multipl...
Ability to reach entities beyond FirstLinkedEntity
How: Similar to the CTX GetExtraRelatedEntityFieldDisplayValue I would want to be able to fetch data which is further away than the first linked. Why: Now I cannot reach that dat in my expressions For Who: Expression engine users Impact: Saves a l...
Configuration option to define which Entity types can be created per role
Hi inriver, It would be nice if we can configure per role which Entity types are allowed to create from the "Create new entity" menu. Currently when a user has the permission "AddEntity" he/she can create all Entity types from the menu or via an i...
Simon ter Schegget
almost 3 years ago
in Enrich / User Management
2
Future consideration
How: Add endpoint for batch-linking one entity to many other entities. Why: It is often the case that we have a set of entities that we need to link to another, such as when linking a set of resources to a product. Adding these links one-by-one re...
Why does the model for an EntityType and FieldSet not return all the translations for the Name/Description property, but the FieldType and Category do? In a request for creating/updating a EntityType and Fieldset, the API accepts an object with tr...
The ability to mass update freely with excel files is, according to some customer admins, too much power for certain users. Even if you have server extensions blocking bad updates. It would be nice if there was permission just like "AddFile" to al...
Allow for Multivalue Attribute to Be a Subconfig Setting
How: example we want to build subconfigs based off of our broad and narrow attributes on the item level but it is not available to select, only non-multivalue attribute options appear. Why: multivalue attributes are highly used For Who: carters in...