Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- Formulas & Validation Rules Discussion
- :
- Activity Seperation - should be easy!!
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Re: Activity Seperation - should be easy!!
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-13-2012 08:34 AM - edited 04-13-2012 08:53 AM
I deployed using the above scenario, I got the exact same error messege, any suggestions for changes to my XML?
I also just got a case email back from SalesForce telling me that it's not possible to seperate the activities....I know it is!! I must do it!! haha
Re: Activity Seperation - should be easy!!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-13-2012 08:54 AM
Your xml need to specify what objects need deleted:
review this video:
http://blog.jeffdouglas.com/2011/05/19/deploying-s
Re: Activity Seperation - should be easy!!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-16-2012 09:11 AM
THANK YOU so much!!
To both of you, finally figured it out!
I have one last question, I got the visual force page to show up in production and it looked fine, however once I tried to add custom activity objects it gave me an error on the load, here is what my visual force page looks like:
<apex:page standardController="Lead" extensions="Showevent">
<apex:pageBlock >
<apex:pageBlockTable value="{!ev}" var="v">
<apex:column value="{!v.subject}"/>
<apex:column value="{!v.Seminar_Time__c}"/>
<apex:column value="{!v.Seminar_Speaker__c}"/>
<apex:column value="{!v.Seminar_Head_Count__c}"/>
</apex:pageBlockTable>
</apex:pageBlock>
</apex:page>
What did I do wrong?
Re: Activity Seperation - should be easy!!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-16-2012 08:52 PM
I figured out my last question. I have one last and final question. Is there a way to make the subjects on my visual force page viewable? In other words, can I enter the child events pages from the visual force page by clicking the subject?

