Home
|
Forums
|
Contact
|
Search
|
Syndication
[login]
[create account]
Thursday, November 21, 2024
slxdeveloper.com
Home
Search
Contact us
About slxdeveloper
Syndication
Community
Forums
(NEW!)
Newsletter Archive
Members
Your Profile
Submit Article
General
Administration
(6)
OLE DB Provider
Miscellaneous
(2)
Architect
VBScript
(9)
ActiveX Controls
(6)
How To's
(14)
.NET Extensions
(3)
External
OLE DB Provider
(12)
SLAPI (SlgxApi.dll)
SalesLogix COM
(1)
Web
ASP/ASP.NET
(2)
Web Services
Web Client
Downloads
Samples
(17)
Documentation
(7)
Utilities
(18)
Resources
SalesLogix
(3)
Programming
(1)
11/21/2024 10:51:02 PM
slxdeveloper.com
Now Live!
View User Profile
User Profile -
Enrico Chiesa
Enrico Chiesa
(SalesLogix Business Partner)
Ascent srl
fiogf49gjkf0d
Log in
to send this member a message!
Enrico Chiesa
's Contributions
Enrico Chiesa
has contributed
1
comments and
0
articles.
Select to view:
Comments
Articles
Comment:
SLX 6.1
fiogf49gjkf0d
Remember that in SLX 6.1 they use the view OA_TABLES to list the tables, so if you modify this view adding
when 'VIEW' THEN 'TABLE'
all work rights.
-Enrico
Here the complete alter view.
ALTER VIEW OA_TABLES AS
select CAST(TABLE_CATALOG as VARCHAR) TABLE_QUALIFIER, CAST( TABLE_SCHEMA as varchar) TABLE_OWNER, CAST( TABLE_NAME as VARCHAR) TABLE_NAME,
case TABLE_TYPE
when 'BASE TABLE' THEN 'TABLE'
when 'VIEW' THEN 'TABLE'
else TABLE_TYPE
end TABLE_TYPE
, '' TABLE_STRUCT,
'' TABLE_PATH, '' OA_USERDATA, '' OA_SUPPORT, '' REMARKS
from INFORMATION_SCHEMA.TABLES
Author:
Enrico Chiesa
- 7/28/2003
slxdeveloper.com is brought to you courtesy of
Ryan Farley
&
Customer FX Corporation
.
This site, and all contents herein, are Copyright © 2024 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.
code of conduct
|
page cache (param): 11/21/2024 11:21:09 PM