• Jimmy Thakkar
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies

Hi,

I'm facing an issue. 
I've one community in which I've kept one vf page and client is expecting that vf page should be shown to anonymous visiters (without logging in) too.


Any Idea?

Thanks in Advance

Thanks

Hello Guys,

I want to update my custom object records; whenever the Apex Job is being Aborted forcefully. As we know that Batch class finish method will be called whenever the Job will be completed. But my action should be fired whenever the Apex Job is being Aborted forcefully.

Thanks.

Hello Guys,

I want to update my custom object records; whenever the Apex Job is being Aborted forcefully. As we know that Batch class finish method will be called whenever the Job will be completed. But my action should be fired whenever the Apex Job is being Aborted forcefully.

Thanks.

We have an active community with a visualforce page with the following code:

<apex:page >
<flow:interview name="New_User_Flow"/>
</apex:page>

When you navigate to this page within the community: https://XXX.force.com/New_User_Flow it shows error:

https://XXX.force.com is down for maintenance Sorry for the inconvenience. We'll be back shortly. Please email us if you need to get in touch.

This visualforce page has been added under "Public Access Settings" for the community profile (Community > Admin > Pages > Go to Force.com).

How can we make this page accessible? It should display a flow as per visualforce page.