• Joyce
  • NEWBIE
  • 0 Points
  • Member since 2003

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 25
    Questions
  • 29
    Replies
I know that workflow should fire when changes are made via the API on standard objects

This doesn't seem to work on Custom Object.

I have an alert that sends an email out when a custom object record is created. It sends the email out on using SF front end, but when it is created in the API, it is not sent

This is a bug?
  • January 12, 2006
  • Like
  • 0
Anyone know?

Dec 3?
Dec 10?
Dec 15?
  • November 28, 2005
  • Like
  • 0
is this user permission out yet? it is in the API documentation
"Uses Single Sign-On"
  • October 27, 2005
  • Like
  • 0
Can we write to the EmailMessage table?
  • October 23, 2005
  • Like
  • 0

I get these errors in my log file.  No cases are being created.  Anyone know? 

2005-09-29 17:09:03,547 5524013 [Thread-1] INFO  com.sforce.mail.GenericClient  -    processing 1 messages
2005-09-29 17:09:04,579 5525045 [Thread-1] INFO  com.sforce.mail.GenericClient  - Initiating sForce api call to handleEmailMessage with 1 items
2005-09-29 17:09:04,829 5525295 [Thread-1] INFO  com.sforce.mail.GenericClient  - Failed to connect to SFDC service, will try 2 more time(s).
2005-09-29 17:10:05,046 5585512 [Thread-1] INFO  com.sforce.mail.GenericClient  - Failed to connect to SFDC service, will try 1 more time(s).
2005-09-29 17:13:05,275 5765741 [Thread-1] ERROR com.sforce.SalesforceAgent  - No configuration value has been provided for the notification host.
2005-09-29 17:13:05,275 5765741 [Thread-1] ERROR com.sforce.mail.GenericClient  - javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found
2005-09-29 17:13:05,585 5766051 [Thread-1] INFO  com.sforce.mail.GenericClient  - <<< imap.postoffice.net:EMAIL@DOMAIN.com:receive()
2005-09-29 17:13:05,585 5766051 [Thread-1] INFO  com.sforce.mail.GenericClient  - >>> imap.postoffice.net:EMAIL@DOMAIN.com:receive()
2005-09-29 17:13:07,328 5767794 [Thread-1] INFO  com.sforce.mail.GenericClient  -    processing 1 messages
2005-09-29 17:13:08,640 5769106 [Thread-1] INFO  com.sforce.mail.GenericClient  - Initiating sForce api call to handleEmailMessage with 1 items
2005-09-29 17:13:08,870 5769336 [Thread-1] INFO  com.sforce.mail.GenericClient  - Failed to connect to SFDC service, will try 2 more time(s).
2005-09-29 17:14:09,087 5829553 [Thread-1] INFO  com.sforce.mail.GenericClient  - Failed to connect to SFDC service, will try 1 more time(s).

  • September 29, 2005
  • Like
  • 0

Hi,  I know API access to Email templates was on the roadmap from 2004.

Just wondering when it will be avaiable

We want to be able to insert and update email templates via the API

  • July 15, 2005
  • Like
  • 0

This is set to 2 but times out after 1 hour..

  • START 20050616 07:06:21:621 PM Start program
  • ERROR20050616 08:06:08:68 PM INVALID_SESSION_ID: Invalid Session ID found in SessionHeader

Message Edited by Joyce on 06-30-2005 08:08 AM

  • June 17, 2005
  • Like
  • 1

I read in previous post that your sessionID can be re-used?

I read in another post that a few of these items are encryped (user, originating IP, system timestamp, etc.)

If user's originating IP address is passed, why doesn't Sforce check the originating IP Address to verify that it's the original user?

This would add that extra level of security, right

  • April 06, 2005
  • Like
  • 0

Can someone provide me with Security documentation in Salesforce?

thanks!

  • April 04, 2005
  • Like
  • 0

 

Has any SF formal technical documentation been created? 

 

Message Edited by Joyce on 03-09-2005 08:54 AM

  • March 03, 2005
  • Like
  • 0
How can I get an account to test.salesforce.com

Message Edited by Joyce on 02-28-2005 11:52 AM

  • February 28, 2005
  • Like
  • 0

Can this be done now?

If no, does the forecasting module in "pilot" mode have this feature?  I hear this pilot module is also available request.

Thanks!

Joyce

  • February 10, 2005
  • Like
  • 0

Does anyone know why a count from Salesforce QUERY API does not match the count from a Salesforce Report?  For example, in API we get 1634 case records.  When I run a Case report, I get 1736.  There are 99 records less in API.  Accounts is the same number or records, Leads is the same count, then for Contacts, there are 211 more from API.

We are using the Query API call

  • Select id from table.
  • QueryREsult result  = login.getBinding().query(sql);
  • System.out.printlin( table result.getSize()
  • February 03, 2005
  • Like
  • 0

Hi,

A year ago, I know it wasn't possible to access the login history via the API.

With new releases is this possible now?

If not, is there any automated approach to get it daily?

THanks!

  • February 03, 2005
  • Like
  • 0

so, SF won't allow you to insert a record into AccountShare if the user already hass access to that account? 

Please confirm.

For example, we have parent-child account relationships and want to propagage the account team from parent to all child accounts.  They all have different owners.

hence, I also need to add teh owner (rowcause=owner) of the paret account as a team member of the child account.  I have changed the rowcause = owner to "rowcause=team".  However, we get this error when trying to insert

Insert on AccountShare table row ca78800d4b714e34bb,00130000003zDeAAAU,00530000000dFM2AAM,All,Edit,Edit,Team,,

    Row error:

1 errors encountered in record :

Error code INVALID_ACCESS_LEVEL ()

 

  • December 15, 2004
  • Like
  • 0

We have 30,000 accounts .

However, there are over 200,000 AccountShare records. This is very large and unusual.  When I looked at the RowCause, I saw 2 items that seem to be new

  1. Rule
  2. ImplicitParent

Are these 2 items new from Release 5.0 a few weeks back?

We don't have account team enabled yet

  • December 10, 2004
  • Like
  • 0

I will be creating a bunch of users from file from client.  Is it possible to insert the password with create. Source is SQL Server, although datatype is varchar, the password is encrypted, when trying to view

I see setPassword API and wondering if it was possible

Use setPassword to change a user's password to a value that you specify.Use setPassword to change a user's password to a value that you specify.

  • December 02, 2004
  • Like
  • 0

In the AccountShare Table, there is a field for "UserorGroupID".   Also, in the E-R diagram, the AccoutntShare.UserorGroupID shows a relationship to the GROUP.id table

However, in Salesforce, I am not able to add groups when I add a new account team member

ANyone know why?  Is the AccountShare field "UserOrGroupID" just mislabeled and you can't really add groups to account teams.

 

  • November 18, 2004
  • Like
  • 0

I was digging into Account Teams and had two baffling questions:

  1. When does a record get inserted into AccountShare table?  In SF, when I add a new account team, I noticed that when I set the "Opportunity Access" to Private in SF, no record is inserted into AccountShare but when I set "Opportunity Access" to "ReadOnly" a record is inserted
  2. Why doesn't AccountTeamMember table retain the  LastModifiedByID?

The issue is I am trying to automate some of the account team members, including a log that keeps track of who adds team members.  AccountShare table has a LastModifiedByID I can use but a record is only inserted into AccountShare when the Opportunity Access is set to ReadOnly.  If it is not, there's no way for me to tell who added the member to the team.

  • September 30, 2004
  • Like
  • 0

When I try to add an old email to SalesForce, I get an error:

Salesforce.com Outlook Edition
 Error: Contact/Lead search failed. salesforce.com server returned an invalid response Please report this problem to support team at salesforce.com to request a fix

Salesforce.com Outlook Edition
 Error: Opportunity search failed. salesforce.com server returned an invalid response Please report this problem to support team at salesforce.com to request a fix

I have installed latest Outlook Edition (just installed upgrade from SFDC today)

Message Edited by Joyce on 06-18-2004 07:57 AM

  • June 18, 2004
  • Like
  • 0

This is set to 2 but times out after 1 hour..

  • START 20050616 07:06:21:621 PM Start program
  • ERROR20050616 08:06:08:68 PM INVALID_SESSION_ID: Invalid Session ID found in SessionHeader

Message Edited by Joyce on 06-30-2005 08:08 AM

  • June 17, 2005
  • Like
  • 1
I know that workflow should fire when changes are made via the API on standard objects

This doesn't seem to work on Custom Object.

I have an alert that sends an email out when a custom object record is created. It sends the email out on using SF front end, but when it is created in the API, it is not sent

This is a bug?
  • January 12, 2006
  • Like
  • 0

We have integrated a .NET application with Sforce. Once the Sforce user logs into Sfocre.com he can click on one Web Tab which will redirect him our application.

Now, we want the user to be logged into our application without authenticating him once again (by our application) as he already been authenticated by sforce earlier. So, is there any way to get the session details (from Sforce.com) so that we can pass the same into our application?

In other words we want to implement single sign on here.

Please advise how to do this.

Suneeth

 

 

Does any one know what this means?

Message Edited by Maxxum on 08-22-2005 08:21 AM

  • August 22, 2005
  • Like
  • 0

Hi,  I know API access to Email templates was on the roadmap from 2004.

Just wondering when it will be avaiable

We want to be able to insert and update email templates via the API

  • July 15, 2005
  • Like
  • 0
Is the "# Time Opened" avialable via sforce?

thanks

Message Edited by onthebeach on 04-19-2005 07:28 PM

I read in previous post that your sessionID can be re-used?

I read in another post that a few of these items are encryped (user, originating IP, system timestamp, etc.)

If user's originating IP address is passed, why doesn't Sforce check the originating IP Address to verify that it's the original user?

This would add that extra level of security, right

  • April 06, 2005
  • Like
  • 0

Can someone provide me with Security documentation in Salesforce?

thanks!

  • April 04, 2005
  • Like
  • 0

 

Has any SF formal technical documentation been created? 

 

Message Edited by Joyce on 03-09-2005 08:54 AM

  • March 03, 2005
  • Like
  • 0

What is the easiest way to transfer my data to the test environment?

  • February 11, 2005
  • Like
  • 0

We need to create a calculated field where (custom_field_A ) - (custom_field_B) = (custom_field_C).  Further, custom_field_A is on a different tab than custom_field_B.  Can anyone out there supply me with some sample code and/or suggestions on how to go about accomplishing this?  Any help is much appreciated.

Thanks

  • December 27, 2005
  • Like
  • 0

When logging in to salesforce.com you are assigned a session id. What is preventing the session id from being "stolen" and used by another client? How does salesforce secure the session?

 

Thanks.

  • November 01, 2004
  • Like
  • 0