SQL View Smartlist Builder not populating all data in Smartlist
I have create a SQL View and added to Smartlist Builder. In SQL I get 3505 records. In Smartlist with no filters, I only get 2197 records.
I have deleted the Smartlist Builder Object and created again with another name, same results.
I have full SA rights.
I have Refresh the Cache.
What could be wrong?
I have deleted the Smartlist Builder Object and created again with another name, same results.
I have full SA rights.
I have Refresh the Cache.
What could be wrong?
Answers
Step one in troubleshooting ANY SLB SmartList is to enable the GP DexSQL.log to see the SQL Query being created and executed by SLB.
Look for errors (you probably won’t have any in your case but in general look for them). Then take that statement from the dexsql.log and execute in SSMS and compare.
patrick
Look for errors (you probably won’t have any in your case but in general look for them). Then take that statement from the dexsql.log and execute in SSMS and compare.
patrick
I had a restriction in SQL on the Invoice Date, only the Credit Memos were showing not the invoices, once I removed the restriction that it worked fine in Smartlist. (I just created the restriction within Smartlist Builder instead)
Not sure why this would be correct in SQL and not flow into Smartlist Builder???
thanks
Brenda