• Appiphony
  • NEWBIE
  • 5 Points
  • Member since 2009

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

 **********************************************************

Recruiters and staffing companies please do not reply to this post. This is a full-time position, we will not consider contractors. Thank you.

***********************************************************

 

Appiphony, LLC, (www.appiphony.com) a Salesforce.com certified consulting partner located in Chicago, is hiring a developer to build applications on top of the Force.com platform. The candidate will primarily work on building Visualforce pages, writing Apex code and integrating Force.com applications with other systems. Knowledge of the Force.com platform is not necessary. Training on the technology will be provided by us.

Candidates should have 2 or more years experience with the following:

-J2EE/Java/JSP development, knowledge of Struts is especially helpful.

OR

- A solid background in Linux/Apache/PHP/MySQL (Lamp) development

OR

- A solid background in .NET/SQL Server development
- Web Services (Axis, Axis2, etc...) experience is helpful.

Database Experience
- Usable knowledge of relational databases and ability to write moderately difficult SQL.

Additional Experience
- Force.com certification of any kind is helpful
- Experience with SalesForce.com development is helpful
- Ability to deal with customers on a semi-regular basis
- Self Starter and ability to work independently

 

Please contact us at jobs@appiphony.com

I am investigating the requirements for a Single Sign-On implementation right now.  There's a possibility that the SSO would be available only to those already logged into the company network.  If the login requirements were that the user had to be authenticated to the company network before entering SFDC, would this cause a problem if the company also wanted to enable SFDC Mobile?  Would this prevent a mobile rollout?

 

Thanks.

Hello all I'll explain the case that I have.
 
let's take for example the contacts...
 
Someone is updating a contact on salesforce..(change a certain field and saves)
There is a trigger on contact object which calls
an asp.net WebService (with @future) when a certian field is changed.
 
The asp.net web service do some work and at the end, it logins to salesforce and update another field on the same record.
 
until now all seems ok and working...
 
when the salesforce user continues to change the same record it get the error message above
The record you were editing was modified by XXXXXX
 
How to overcome this behaviour ??
 
another question regarding this case ,
is there any option that after the webservice finishes to do its work, to refresh the
salesforce contact page ?
 
TIA
 
  • December 11, 2008
  • Like
  • 0