• bvdb
  • NEWBIE
  • 25 Points
  • Member since 2009

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

We're trying to debug some Apex triggers/classes but the log files end up being so long that our debug statements get cut off. If we set it to display less information in the log (Error, Warning, or Info), our debug statements don't show up.

 

Right now we're writing debug information to custom fields.

 

Is there any way to iterate line by line through the code to identify where the problem lies?

 

Thanks!

Is there a way to change which account an email is sent from? How is that determined?

 

Right now all the emails we send from Salesforce show the From: as 

no-reply@salesforce.com on behalf of John Smith(john@ourcompany.com).

 

How do I change the "John Smith(john@ourcompany.com)" part to another account or email address?

How do I view/manage all my scheduled Apex classes?

We just deployed a change set from one of our sandboxes to another and ran into a problem.

 

After we deployed the change set on our new sandbox, every single custom field for every object we have was set to be hidden. We manually reset most of them via "Field Accessibility" but they are still not showing up on our enterprise WSDL. 

 

Does anyone know what we can do about this issue?

We've created a webService method within an Apex class and downloaded the resulting WSDL.

 

How do we call this externally, for example using PHP and SOAP? I don't understand how we can login and maintain the web service session when the generated WSDL only contains info about the custom Apex webService method, not the enter WSDL.

 

Thoughts?

Is anyone aware of such a connector...?

if there is, sorry I could not find it in this forum..

thank you 

I'm getting an error when trying to update a number field.

 

Similar fields update fine, the settings are the same, the format in excel is the same.

 

This is driving me up a wall.....

 

any help would greatly be appreciated

 

 

 

Hi,

I was reading in the Salesforce Summer '09 Force.com Apex Code Developer's Guide that we will be able to use Batch Apex to build complex processes, like data cleansing...

 



Will it be possible to start a Batch job from a trigger? If yes, is there any limitations due to governors?

 

Thanks,

Etienne

I was wondering if anyone has come across this API return message:

 

 

[message] => field integrity exception: PricebookEntryId, unknown (versions 3.0 and higher must specify pricebook entry id; others must specify product id)

 

 I have not seen this, but I do understand what is asking. The reason why I am posting this is because:

 

How are we supposed to know what the version is when we are creating an opportunity line item?

 

If somone could please share that with me, I will be greatful

 

 

Thanks,

~Mike 

 

Hey Excel Connector Peoples,
 
Can someone tell me how I can have the Excel Connector update a salesforce field (such as "Actual Cost") to be blank instead of "$0".
 
When I attempt to update the cell with a space, I get an error, and if I merely update a cell with the contents deleted, it ends up getting updated as "$0".
 
Since I know that I can update the records with these field values to be blank from within Salesforce, I know that it must be possible. I just can't manage to make the Excel Connector do it.
 
Other things that I have tried:
 
-Updating with "" in the cell, which yields a data type mismatch error
-Change the cell format from currency to "general" and to "text" which still yields no positive result
-Updating with "(null)" in the cell which yields a type mismatch
 
Thanks!
 
IW