• Cherry Shen
  • NEWBIE
  • 10 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 4
    Replies
Hello,
I've added a form widget using Site.com, it can insert record into Case object well, but by default, the case is assigned to current cummunity user, not the pre-defined groups, what am I supposed to do? Is it possible to trigger case assignment rules in Site.com? I know we can use Apex class in VisualForce pages. But I only have Site.com pages so far. 
Hi there,

I posted a similar question before, but got no good solution, you can check from here https://developer.salesforce.com/forums/ForumsMain?id=906F0000000BYPqIAO 

And now, I want to explain more, so that someone can understand and help me soon, thank you in advance. 
My home page link is "https://sandbox-stromasystest.cs14.force.com/community/s/xxxxx", I have a menu on the home page, when I click the menu, the page should be redirected to my VF pages "https://c.cs14.visual.force.com/apex/xxxx", it does works for admins, but for community user(internal user), the page will be redirected to "test.salesforce.com", to ask users to log in. (currently, community users don't have the access to test.salesforce.com)
What's the problem?

 
I have a website created mainly in Site.com, to complete more functions, I used force.com to create several VF pages, and also used "iframe" to embed them into my Site.com pages, the whole process works fine for admins, but not for community user accounts, they can't see visualforce pages content, I've enabled visualforce pages and Apex classes in the related profile setting, still can't work. Plus, I used https://c.cs14.visual.force.com/secur/logout.jsp to implement logout process, it works for admins, but not for community users as well. These two issues have a same access cause, right? Hope to get your answers soon. Thank you in advance.   
I'm using Site.com to build website, and I used data repeater to retrieve case numbers from Case object, when I click one of them, it will redirect to another page with its case ID. Now on this page, I put a form, it contains an input field and a submit button, after I click this button, I hope the content of input field should be inserted to one field of my Case object, can anybody point out what should I do? Should I use Soap API? Or something else?
BTW, case comments objec is related to Case object, right? But I can't see it, I want to display related case comments and add a new comment from Site.com. Related case attachments has the same problem.
Hello,
I've added a form widget using Site.com, it can insert record into Case object well, but by default, the case is assigned to current cummunity user, not the pre-defined groups, what am I supposed to do? Is it possible to trigger case assignment rules in Site.com? I know we can use Apex class in VisualForce pages. But I only have Site.com pages so far. 
Hi there,

I posted a similar question before, but got no good solution, you can check from here https://developer.salesforce.com/forums/ForumsMain?id=906F0000000BYPqIAO 

And now, I want to explain more, so that someone can understand and help me soon, thank you in advance. 
My home page link is "https://sandbox-stromasystest.cs14.force.com/community/s/xxxxx", I have a menu on the home page, when I click the menu, the page should be redirected to my VF pages "https://c.cs14.visual.force.com/apex/xxxx", it does works for admins, but for community user(internal user), the page will be redirected to "test.salesforce.com", to ask users to log in. (currently, community users don't have the access to test.salesforce.com)
What's the problem?

 
I have a website created mainly in Site.com, to complete more functions, I used force.com to create several VF pages, and also used "iframe" to embed them into my Site.com pages, the whole process works fine for admins, but not for community user accounts, they can't see visualforce pages content, I've enabled visualforce pages and Apex classes in the related profile setting, still can't work. Plus, I used https://c.cs14.visual.force.com/secur/logout.jsp to implement logout process, it works for admins, but not for community users as well. These two issues have a same access cause, right? Hope to get your answers soon. Thank you in advance.