• bradvoy
  • NEWBIE
  • 0 Points
  • Member since 2005

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
I have a managed package which has been published to the AppExchange.  I now want to remove a couple of items from the package and re-publish it.  But when I look at the package detail, most of the items in the package do not have a Remove link next to them.  How can I remove them?
I have a custom button that is displayed on Account list views.  When this button is clicked, I want to pass the list of selected records to a page on my site that will process the selected records and then display results.  If I set the Behavior for my custom button to "Execute Javascript" then I can use the GETRECORDIDS() function to get the set of selected records.  I can pass the record set to the page on my site via an XML call, but this doesn't let me display the results.  I can pass the record set to the page on my site via window.location.href, but then the results page won't be displayed within the Salesforce frame (i.e. with the Salesforce header and sidebar).
 
If I set the Behavior for my custom button to "Display in existing window with sidebar" and set Content Source to URL, I can call the page on my site and have the results displayed within the Salesforce frame.  But in this case the GETRECORDIDS() function doesn't work, so I can't pass the set of selected records to my page. 
 
Is there any way to accomplish what I'm trying to do here?
I have a managed package which has been published to the AppExchange.  I now want to remove a couple of items from the package and re-publish it.  But when I look at the package detail, most of the items in the package do not have a Remove link next to them.  How can I remove them?