• guenthmn
  • NEWBIE
  • 0 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 21
    Questions
  • 14
    Replies

How / where do I enable Data.com in a developer org? SFDC Help indicates that it is available ----

 

Data.com available in: Contact ManagerDeveloperEnterpriseGroup,Professional, and Unlimited Editions

Data.com Clean available in: DeveloperEnterpriseProfessional, and UnlimitedEditions

 

SFDC Help also states "You can find out by going to the Data.com Licenses & Limits page. Click Your NameSetup | Data.com Administration | Licenses & Limits."  However, I don't have a "Data.com Administration" option under Setup.

 

Thanks,

Barb

We're in the process of readying our application for security review.  The application was developed as an unmanaged package and was updated to be delivered as two managed packages, one that is an extension of the other.  As we ready for review, we've installed the base managed package (essentially a shared library containing custom objects, Apex classes, etc., that will be used by multiple products) as a beta in the org where we're developing the extension managed package (the actual product).  Now several of our VIsualForce pages that have always worked fine suddenly fail with errors like:

 

Could not resolve field 'CustomFieldName__c' from <apex:inputField> value binding '{!CustomFieldName__c}' in page productNamespace:visualForcePageName

 

I've searched a bit and found the following links with similar errors:

 

http://boards.developerforce.com/t5/Visualforce-Development/Visualforce-error-since-namespace-added/td-p/169230

http://boards.developerforce.com/t5/forums/forumtopicprintpage/board-id/Visualforce/message-id/38108/print-single-message/false/page/1

http://boards.developerforce.com/t5/Visualforce-Development/Problems-with-namespace-prefix/td-p/89512

http://boards.developerforce.com/t5/Visualforce-Development/New-Build-on-NA1/m-p/89501

 

The first link documents an existing bug with VisualForce pages and managed packages, but we haven't actually uploaded a managed package with the custom objects, pages, or controllers that are failing in this case.  At this point they're still unmanaged assets in an org, albeit one for which we have already registered a namespace.

 

The second link is about the user not having proper authorization for the object or fields, but this happens even when I'm logged in as a System Administrator.

 

The third and fourth links are about what seems to be a short-lived bug in the platform four years ago that only occurred when Developer Mode is on, but I don't have that on when this is happening and I would imagine that was fixed long ago given the age of the posts.

 

Based on this, I'm assuming that our problem is most closely related to the first link, but again technicaly the objects, pages, and controllers here aren't in a managed package yet.  I'm hoping someone here has run into this problem and has a solution or workaround for it because this is gating our progress toward submission for security review.

 

For what it's worth, I've already tried qualifying the custom field names in the <apex:inputField> tags with the correct namespace, but they're automatically removed on save because, again, these pages are referencing custom objects in the same package and therefore shouldn't be namespaced.

 

Thanks in advance for any help you may be able to provide!

 

Super, I can now change the label  of my managed package custom objects in Spring 11.

 

But I can not figure out how do I change the "Related List Label" of an object in a managed package, it continues to show with the original name?

 

Am I missing something, its not in the translation workbench overwrite either?

 

Thanks,

 

Matt

I have a package that has been installed for a long time, before chatter. I tried to remove the package and it would not let me because some of the page layouts in the package were assigned to the chatter free and chatter moderator system profiles.

 

If I go to the layout edit page (let's say for lead layouts) and click Page Assignment, it shows me all of the profiles EXCEPT the two chatter ones. So there is no way to assign the chatter profiles to another layout. That makes sense because chatter users should not have leads/contacts/etc...But yet they are assigned to the profile,as the package uninstall tells me when it fails to uninstall.

 

This really seems like a bug unless anyone knows how to force an uninstall.

 

Any ideas?

Hi :)

 

I was wondering if anyone knows if Custom Settings objects count agains the 10 object free edition limit.

 

Thanks! 

 

Scott 

I like to change my apex code behavior depending on what other packages are installed in a org. Can I query for that? I don't seem to see a object for that?

 

Thanks,

 

Matt

When I run lookup of an account in a sites VF page the search does not return any results. I have territory turned on.

 

It works fine in salesforce with the same VF page. I suspect that I need to assign my site user to a territory, but how?

 

I can not find a way to assign the site user to a territory anywhere.

 

Can someone point me in the right direction?

 

Thanks,

 

Matt

Using the latest IDE for Eclipse, 

 

Starting yesterday, about every min' or so I get the message "Save error: Conflict found while preparing to save 'xxx.cls-meta.xml' to server.  Remote instance has been updated since last save or sync."

 

I can work around this by refreshing from the server, pasting in my changed code and re-saving, but having to constantly do this is getting tiresom. Any ideas? 

I have tried to use the Trigger.isApi() call as well as Trigger.isUI(), but the Trigger compiler does not appear to understand these two methods/Fields (booleans?).

 

I simply want a field/property I can query to tell me who is the author:  UI or external process.

 

Thanks,

 

skipperSwede

Can anyone assist me adding the capability of adding a picture to a contact record? One would think I could go to page layout and select an image preview option or something. Support told me I needed to do this using visuaforce. Any help would be appreciated. I tried the picture uploader appexchange but it was failing like everyone else that tried to use the program. Thanks in advance.

 

The delete call has been eliminated in the Office Toolkit version 4.0.  So how am I supposed to delete, say, an opportunity? 

 I need to create reports in the offline version.

 

Is there a way to access the the offline line data via the XML API or other means with i.e. Crystal Reports?

I like to develop a Mass Action Button (new for the spring 08 release) to update multiple items in a related list, but can not turn up any documentation or some sample code.
 
Can someone point me in the right direction?
 
Thanks,
 
Matt