The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
42 views

Using the API, is it possible to get the name of the user who created an activity record?

I have a SOQL query similar to the following: SELECT Id, ContractNumber FROM Contract, (SELECT Id, WhoId, WhatId, ActivityDate FROM ActivityHistories) FROM Contract Is it possible to get the name ...
2
votes
3answers
75 views

Ramifications of replacing Contracts with a custom object

My question is related to one of my earlier questions. Exposing the contract object in the customer portal Basically, we need to expose the Contract object in our customer portal. But SF currently ...