• N Bragard
  • NEWBIE
  • 0 Points
  • Member since 2004

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 2
    Likes Given
  • 3
    Questions
  • 6
    Replies
Hi,
I am able to a link to a ChatterFeed object through Apex but I don't see a way to specify a text for the Link.
Any clue?
Hi,
I would like to create records in the FeedItem object (the one described here : https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_feeditem.htm) through the apex but I can't find how to create a rich text post. I am able to create simple text feed only.
I have tried to see the IsRichText to true but I got a compilation error saying that this property does not exist.
Thanks for your advices

I would like to know how to disallow the "Password Reset" on the Self-Service portal. I am able to set the Self-Service user password using the API but I would like the user not to be able to change it once I have changed it through the API. Also it sounds like the Self-Service portal password inherit from the security settings of my Salesforce instance. This is an issue as I want my users passwords to expire each 90 days but my self-service users passwords to never expire. Is there a way to set the self-service users password to never expire but to keep the security settings of my Salesforce instance unchanged?

 

Thanks

I went through the entire walkthrough here.
https://trailhead.salesforce.com/projects/build-a-private-alexa-for-business-skill-for-salesforce/

I am having issues account linking to Alexa.
I posted to Amazons Dev forums already. Amazon is telling me now this is a salesforce issue:
https://forums.developer.amazon.com/questions/164732/error-a-salesforce-account-is-required-to-use-this.html#answer-164936

It says I linked the account successfully to Alexa. But now I get this error:
"You need to relink your Salesforce account in order to use this skill. I've placed more information on a card in your Alexa app."

Any idea what I need to do at this point? 

Stephen 



 
When I get to the step of verifying my Alexa Skill, I get an error saying my Salesforce account needs to be linked. The trailhead I followed is: https://trailhead.salesforce.com/projects/build-a-private-alexa-for-business-skill-for-salesforce/
Hi,
I am able to a link to a ChatterFeed object through Apex but I don't see a way to specify a text for the Link.
Any clue?
I have a custom App with a custom Tab called "Activities" that is set as the Default Landing Tab for the app. The Content of the custom Tab is a Visualforce page. With the Winter '16 release we are now getting a redirect message, and I can't figure out what needs to be changed to eliminate the message. The redirect message only appears when the user first logs in and the default "Activities" tab is displayed. If the user subsequently navigates to another tab and then back to the "Activities" tab, the message does not reappear.

You will be redirected to https://ourcustomdomain--dev--c.cs25.visual.force.com/apex/Activities?sfdc.tabName=01ri0000000XOoM.
Click the button below to go to that page.
[OK Button]
 
We have an App that has a custom tab that is configured to be its default landing tab. Prior to Winter 16, when a user logged in, the custom tab was loaded as expected. Post Winter 16, Salesforce now displays this page:

You will be redirected to https://c.cs23.visual.force.com/apex/TaskList?sfdc.tabName=01r70000000Mb7O.

Click the button below to go to that page.

And the user has to click OK before the expected landing page will load.

This change in behavior seems to be directly related to the upgrade of the sandbox to Winter 16. Has anybody else seen this? How can we fix this? 

Sforce 6.0 API describes SelfServiceUser API as:

Quote:
SelfServiceUser API
The new release includes a new SelfServiceUser object that supports create, update, query, setPassword, and resetPassword calls. With this new object, you can enable single sign-on for your self-service users.

Is there any java example or detailed documentation about how to enable single sign on for the self service users?

Thank you,
Vilo

  • June 14, 2005
  • Like
  • 0
I have a custom App with a custom Tab called "Activities" that is set as the Default Landing Tab for the app. The Content of the custom Tab is a Visualforce page. With the Winter '16 release we are now getting a redirect message, and I can't figure out what needs to be changed to eliminate the message. The redirect message only appears when the user first logs in and the default "Activities" tab is displayed. If the user subsequently navigates to another tab and then back to the "Activities" tab, the message does not reappear.

You will be redirected to https://ourcustomdomain--dev--c.cs25.visual.force.com/apex/Activities?sfdc.tabName=01ri0000000XOoM.
Click the button below to go to that page.
[OK Button]
 
We have an App that has a custom tab that is configured to be its default landing tab. Prior to Winter 16, when a user logged in, the custom tab was loaded as expected. Post Winter 16, Salesforce now displays this page:

You will be redirected to https://c.cs23.visual.force.com/apex/TaskList?sfdc.tabName=01r70000000Mb7O.

Click the button below to go to that page.

And the user has to click OK before the expected landing page will load.

This change in behavior seems to be directly related to the upgrade of the sandbox to Winter 16. Has anybody else seen this? How can we fix this?