You need to sign in to do that
Don't have an account?

Query to Weblink table not always working
Using Javascript, we try to do something simple like:
var query = sforce.connection.query("SELECT Id FROM WebLink WHERE Name='###' AND PageOrSobjectType='###'")but not all users can query the WebLink table. Is it a setting in the profile? Why wouldn't a user have access to this table, especially if they have access to the s-controls table?
Message Edited by Drawloop on 10-10-2007 08:35 AM