I’ve encountered a situation where I was modifying the Financial>>Account Transactions SmartList in SLB and somewhere in the process I lost several (System) Favorites. I have a backup on my test server and am able to query ASIEXP81 and see the old favorites. However, the difference is that it seems I reverted back to the out of the box SL (ASI_Favorite_Dict_ID = 0), whereas the favorites that were lost look to be tied to the SLB dictionary (ASI_Favorite_Dict_ID = 3830).
Results in production for Out of the Box favorites.
SELECT * FROM ASIEXP81
where ASI_Favorite_Type = 12
AND ASI_Favorite_Save_Level = 1
AND ASI_Favorite_Dict_ID = 0
ORDER BY ASI_Favorite_Name
Results on test server with SLB favorites (data does not exist on production server)
SELECT * FROM ASIEXP81
where ASI_Favorite_Type = 10057
AND ASI_Favorite_Save_Level = 1
AND ASI_Favorite_Dict_ID = 3830
ORDER BY ASI_Favorite_Name
If you look at the screen shot below, I’ve compared the SLB objects and as you can see my test server contains the modified version of the SL. However, I don’t see anything modified or added whatsoever.
I could use some help on how to get my SLB dictionary favorites back into production using the data I have from my test server. I think step one is to get the modified version back into production first. It doesn’t appear I can export the SL from TEST to import to LIVE. Can anyone provide advice on this? Thanks in advance!
*This post is locked for comments
I have the same question (0)

Report
All responses (
Answers (