• ramanprakash
  • NEWBIE
  • 0 Points
  • Member since 2009

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

Hi,

 

Does anybody know how I generate dynamic content in my Self-Serive Portal (eg: Home page). 

 

What I want to add is

 

<some-link> (href = http://<some-link>.com?timestamp=<encryted-current-timestamp>)

 

Could anybody help me out here please.

 

Thanks,

Prakash Raman

Is there any way I can write a little logic on the 'Customer Portal Home' page that can give the following.

 

unique-key=sha1(<current-time>, <key>)

 

The reason I need to do this, is because I need to have a link that can be accessible only through the customer login portal.

 

the resultant link I would like is.

 

http://<xyz>.com?unique-key=<unique-key>

Hi,

 

I have the Professional Edition and when I try the login API i get the following error 'API_DISABLED_FOR_ORG: API is not enabled for this Organization or Partner'.

 

I am using PHP to access the API.

 

Which edition will I need, or is there some setting I need to enable to make it work ?

Hi,

 

I could not find the AJAX toolkit for download anywhere. Can somebody please provide me the link.

 

Thanks,

Prakash Raman

I need to have a link to from inside 'Sales Force Portal' to a different server. In that link (which is on a different server), I need to verify that the link is valid.

 

I have the user's session with me. 

 

Is there anyway I can check is the session is valid using simple PHP and hopefully without any APIs (as I have php 4.x) ?

 

Is there any way I can write a little logic on the 'Customer Portal Home' page that can give the following.

 

unique-key=sha1(<current-time>, <key>)

 

The reason I need to do this, is because I need to have a link that can be accessible only through the customer login portal.

 

the resultant link I would like is.

 

http://<xyz>.com?unique-key=<unique-key>

Hi,

 

I have the Professional Edition and when I try the login API i get the following error 'API_DISABLED_FOR_ORG: API is not enabled for this Organization or Partner'.

 

I am using PHP to access the API.

 

Which edition will I need, or is there some setting I need to enable to make it work ?