When I click on smartlist, I get the following message
Unhandled script exception:
Index 0 of local array is out of range in script 'ASI_Initialize_Explorer_Tree'. Script terminated.
I read some blogs and they have me run these scripts.
USE Dynamics
SELECT CMPNYNAM as Company_Name,CMPANYID Company_ID FROM SY01500
select * from DYNAMICS..ADH00100
INSERT into DYNAMICS..ADH00100 values ('0', '497','3', 'Employment History','sa','11')
INSERT into DYNAMICS..ADH00100 values ('0', '498','3', 'Requisition Line Items','sa','11')
INSERT into DYNAMICS..ADH00100 values ('0', '499','3', 'Purchase Requisitions','sa','11')
They did not work. Any help would be appreciated.
*This post is locked for comments