Hi,
I loaded about 180 new accounts using a temp table and writing insert sql like:
'INSERT INTO account (accountid, account, addressId, mainphone, createuser, createdate) select accountid, [account-Account Name], addressid, [Account-Main Phone] ,'XXXXXXXXXXXXX', getdate() from standardAccounts'
Everything looks fine. Only admin can see these accounts on the front end. I am missing something but not sure what.
Any suggestions will be greatly appreciated.
thanks, Yogesh
|