02-21-2013 01:01 PM
Running v8. Usng the SLXEval. In Account Detail, when logged in as lee I don't get tabs. Instead, the grid sections show consequtively under each other: below Account Detail view is the Activities grid, and below that is the Contacts grid, followed by Note-History and then Opportunities. I can move the grids up and down in order, but I can't get it back to the normal 3-level view.
logged in as Lee, the Opportunities detail is normal:The tabs all behave as they should in just one section.
When I log in as Admin, the Accounts Detail section looks normal.
I can't for the life of me find what I did to trigger this. Help!
Solved! Go to Solution.
02-21-2013 01:06 PM
02-22-2013 08:36 AM
02-22-2013 02:53 PM
The tab data is read from the Virtual File System stored in the database. Is it possible someone else was testing out dragging tabs around? Regardless, you can fix this (restore the original state of the Account view) as follows:
1. Stop the Web Server.
2. Open Application Architect.
3. Open the Virtual File System Explorer.
4. Locate VFS:\Configuration\Application_User\SlxClient\lee.
5. Delete the ASP.account_aspxDetail folder.
6. Start the Web Server.
Thanks
Mike
02-23-2013 03:54 PM
Thanks Mike. That worked.
This was the SLXEval in a demo images from Valeria. We hadn't done much mucking around with tabs in it. It might be how we found it when first up.
In case you're interested, here is the XML before I deleted the folder. Notice the items under Midle Tabs.
Jerry
<TabWorkspaceState xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<InHideMode>true</InHideMode>
<DisableDragAndDrop>false</DisableDragAndDrop>
<MiddleTabs>
<string>ActivityList</string>
<string>AccountContacts</string>
<string>NotesHistoryList</string>
<string>AccountOpportunities</string>
</MiddleTabs>
<MainTabs>
<string>AccountExtendedDetails</string>
<string>AttachmentList</string>
<string>AccountTickets</string>
<string>More</string>
</MainTabs>
<MoreTabs>
<string>AccountAddresses</string>
<string>AccountAssociations</string>
<string>AccountMarketing</string>
<string>AccountResponses</string>
<string>AccountReseller</string>
<string>AccountContracts</string>
<string>AccountAssets</string>
<string>AccountReturns</string>
<string>AccountTimeline</string>
<string>AccountSalesOrders</string>
<string>ICAccounting</string>
<string>ICAccountExtendedDetails</string>
<string>ICInvoices</string>
<string>ICCustomerPayments</string>
<string>ICSalesOrders</string>
<string>AccountView</string>
<string>AccountLiteratureRequests</string>
<string>AccountMisc</string>
</MoreTabs>
<ActiveMoreTab>AccountTimeline</ActiveMoreTab>
</TabWorkspaceStat
02-25-2013 11:00 AM
Glad to help!
Thanks
Mike