Details
-
Bug
-
Resolution: Fixed
-
Low
-
10.107.0
-
1
-
Severity 3 - Minor
-
No
Description
Issue Summary
The [Idea].[Owner Full Name] field is mapped towards the creator ID instead of the owner ID.
- This affects both current_dw and export_dw views.
- This is reproducible on Data Center:
Steps to Reproduce
- As an Ideation user, create an Idea (eg. alignsupport, Idea ID = 41)
- As Ideation Group owner, assign the newly created idea to an owner
- Wait for Enterprise Insights to synchronize
- Run the following query to retrieve the idea:
SELECT [Idea ID] ,[Idea Title] ,[Idea Description] ,[Owner Full Name] ,[Date Created] ,[External Owner Flag] ,[FK User Owner ID] ,[FK User External Owner ID] FROM [current_dw].[Idea] WHERE [Idea ID]=41
- Notice the Owner Full Name field will display the name of the user that created the idea, instead of the name of its current owner, misleading the customer.
- Notice there's no mention of the creator of the idea, at all.
- Verified Schema for 10.107.X and confirmed the lack of the Creator field
UI current_dw export_dw Expected (per UI) Found in
Enterprise InsightsOwner Owner Full Name Owner Full Name Enio Marques Rodrigo Cortez
Created by Creator Full Name * Creator Full Name * Rodrigo Cortez * –
* Items in red were expected, but not found
Expected Results
[Idea].[Owner Full Name] and [Idea].[FK User Owner ID] should bring in the owner's full name and ID, respectively.
Actual Results
[Idea].[Owner Full Name] and [Idea].[FK User Owner ID] brings the creator's full name and ID.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available.
Attachments
Issue Links
- resolves
-
ALIGNSP-14953 Loading...