• aparna
  • NEWBIE
  • 25 Points
  • Member since 2009

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 13
    Questions
  • 8
    Replies

Hi all,

 

Is there a way to set the From Email Id when sending an email to a Site user after he submits the application form? I guess in Email Administration, there is no provision to set the Organization Wide Email Id for a Guest User. For now, the From Address has my email Id when an email is sent. I have written the code for sending an email because I couldnt find a way to change the display name of the user in workflow. Atleast is there a way to change the From to another Sys Admin User?? Any help is greatly appreciated. Thanks a lot!!

Hi,

Is it possible to hide the home tab in Sites? or atleast can we change its name? Or atleast change the tab color?? Many thanks.

Hi all,

 

I just created a new Site in my sandbox and made my visualforce page as Active Site Home Page. So when I opened the URL in a new window, the input text fields are not visible. Only the labels in my page are visible. I did the same in my developer account and I was able to view input text fields. Why is this so? Is that because of some permissions I have to enable. I have enabled the public user to create records. I have also compared it to my dev acct. I couldnt see any difference. Maybe I am missing on something. Any help is really appreciated.

 

 

Many Thanks.

Hi all,
 
I am getting weird errors when I try and do a repaint of an area of my Visualforce page, in response to an actionFunction. The whole page initially displays ok, so I know that all the necessary apex properties are visible and accessible.
 
When I execute my actionFunction (via onchange of a picklist) I do a couple of things
- update the value of the field back to SFDC immediately
- redraw a section of the page
 
The code is:

<apex:actionFunction action="{!resetStatus}" name="redraw" rerender="commandbuttons" >

    </apex:actionFunction> 
 
When I do this via my sys admin user it works fine. When I do via my customer portal user, I get an Insufficient Privileges error.
 
What's weird is that the update definitely works, as if I go back and check SFDC the updated value is there. This means the page refresh isn't working properly.

Things I have tried:
- debug, but this shows up no notion of the error, only that the action function posts and runs my code (without error)
- customer portal profile - all apex classes and vf pages have been granted, as well as field level security

I am not quite sure what else I can look at. The redraw of the section of page doesn't put anything additional on the page that is not already accessed when the page first loads (successfully), so I'm a little confused what might be causing this.

Anyone seen this before?

Thanks,
Stephen

Hi all,

Is it possible to customize the lookup window? I have a lookup to Contacts in my custom object. I would like to modify the fields that appears when you click on the new button in the lookup window. That is I would like to add my own custom fields that I have created in custom object to the lookup window. Is that possible? Any help is appreciated.

 

Thank you.

Hi,

 

I had made a field mandatory in one of my custom objects. Now, I have removed the 'always require a value' condition. I dont have a problem whenever I create a new record. The problem comes only when I try to edit the record. It still is a mandatory field in the edit page. Kindly help me out.

 

Thanks.

Has anyone found a way to look up a field other then "Name" on a custom object?



thanks,

Jon