-
Bug
-
Resolution: Fixed
-
Low
-
10.117.2
-
1
-
Severity 3 - Minor
-
No
Issue Summary
All records created on [MAP Idea Group to User] table in Enterprise Insights is flagged as deleted. This prevents any records from appearing in current_dw schema.
This is reproducible on Data Center: Yes
Steps to Reproduce
- Under Ideation > Setup, select an Idea Group with External Users enabled.
- Sign up an external user using the link on that page.
- Select the Idea Group. Under Approve External Users click "Manage" link and make sure that your user appears there and set to Active.
- Wait at least an hour so the EI ETL can run.
- Query EI with the following:
SELECT * FROM current_dw.[MAP Idea Group to User]
Expected Results
Data on Ideation group users appears in query
Actual Results
Query has no results.
Investigation
A review of the the base tables used on the creation of [MAP Idea Group to User] revealed that it seems to only have logic to create the [Deleted Flag] as YES, no matter the scenario.
Workaround
Customer can query export_dw instead which will show tables with the deleted flag.