• Mark Maslow
  • NEWBIE
  • 5 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies
I'm using the Force.com IDE to deploy.
When validating my deployment, it says the deployment was a success.
Most of the entries in the log say:
   Action:  UPDATED
   Result:  SUCCESS
   Problem: n/a
But some say:
   Action:  NO ACTION
   Result:  SUCCESS
   Problem: n/a
If Result = "SUCCESS", Should I be concerned that Action = "NO ACTION"? What does that mean? 
When attempting to execute this in a VF page:

sforce.one.publish(locationChannel, payload);

I get an error sforce is not defined.

I tried adding this, which got me sforce, but not sforce.one.

<apex:includeScript value="/soap/ajax/48.0/connection.js"/>
<apex:includeScript value="/soap/ajax/48.0/apex.js"/>

Does anyone know how to get the sforce.one.publish method to work in a VF page?
I'm using the Force.com IDE to deploy.
When validating my deployment, it says the deployment was a success.
Most of the entries in the log say:
   Action:  UPDATED
   Result:  SUCCESS
   Problem: n/a
But some say:
   Action:  NO ACTION
   Result:  SUCCESS
   Problem: n/a
If Result = "SUCCESS", Should I be concerned that Action = "NO ACTION"? What does that mean? 

Hi,

 

I have enable customer portal and am using Force.com sites with customer portal authorisation.

In the sandbox when a user is provided access they receive a temp password in their email and when the first try to login into the sites they are redirected to the change password page so that they can change the temp password.

I deployed the same code into production. Here the first time users are getting redirected to the home page directly without going to the Change password page where they can change the temp password.

 

Why is this happening? Am i missing any settings.

 

Thanks

KD

  • August 25, 2011
  • Like
  • 0