• Tom Asselman
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies

Hi,

 

Anybody knows where I can actually download this tool.

 

This page:

http://wiki.developerforce.com/index.php/Mass_Update_Anything

 

links to this url for the Mac version:

http://www.salesforce.com/appexchange/detail_overview.jsp?id=a0330000003355lAAA

 

Which now redirects to the front page of the new AppExchange: 

http://sites.force.com/appexchange/apex/home

 

If I search for the "mass update anything" tool on the AppExchange, this page is the result:

http://sites.force.com/appexchange/apex/listingDetail?listingId=a0N300000016YrVEAU

 

--> no download link.

 

 

Hi,

I am currently writing an Excel macro that does, for example the following query:

select Id, Owned_by__c, Owned_by__r.FirstName from Vehicle__c where Owned_by__r.IsPersonAccount=true

Vehicle__c is a custom object with a lookup relationship to Account. We have Person Accounts enabled.

In the resulting QueryResultSet3 object, I can access all fields from the Vehicle__c object, but not those from the related Account object I asked for in the query (e.g. Owned_by__r.FirstName).

Can anyone point me in the right direction on this one?

Thanks in advance,

T.
I have a tabPanel, each tab includes a VisualForce page.  I'm switching tabs via Javascript, bypassing the default SF tab navigation.  For all tabs other than the activeTab defined in the tabPanel, however, the Multi-Picklist fields are formatted badly.  They are very narrow and are rendred with "width:35px" which as far as I know cannot be overridden.

I saw in other posts in the discussion board that dynamically changing the activeTab in the tab panel (via a response from the controller, for example) is a known issue.  Is there any way to cause the Multi-picklists to all be styled as if they are on the active tab? 
Hi,

I am currently writing an Excel macro that does, for example the following query:

select Id, Owned_by__c, Owned_by__r.FirstName from Vehicle__c where Owned_by__r.IsPersonAccount=true

Vehicle__c is a custom object with a lookup relationship to Account. We have Person Accounts enabled.

In the resulting QueryResultSet3 object, I can access all fields from the Vehicle__c object, but not those from the related Account object I asked for in the query (e.g. Owned_by__r.FirstName).

Can anyone point me in the right direction on this one?

Thanks in advance,

T.