• Frank Chen
  • NEWBIE
  • 0 Points
  • Member since 2013

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

Hi all,

 

     I got a problem, there is a SOQL   select Name from User where Name = 'records edit'

 

     In the same environment, person A can get data via this query, but person B can't.

 

     The profile and permission set is same for the two person.

 

     Do you know the reason for this problem?

 

Thanks

Hi, 

 

    I'm working on email templates recent days, and I encounted a problem that I can't import css in a Visualforce Email Template.

 

    The strange thing is that even I paste the code in this article the css code still takes no effect.

http://www.salesforce.com/us/developer/docs/pages/Content/pages_email_templates_stylesheets.htm

 

    Is this usage not supported in new version? Or do I miss some details?  Your help would be appreciated, Thanks.

    

<html>
			<style type="text/css">
			body {font-family: Courier; size: 12pt;}

			table {
			border-width: 5px;
			border-spacing: 5px;
			border-style: dashed;
			border-color: #FF0000;
			background-color: #FFFFFF;
		}

		td {
			border-width: 1px;
			padding: 4px;
			border-style: solid;
			border-color: #000000;
			background-color: #FFEECC;
		}

		th { 
			color: #000000;
			border-width: 1px ;
			padding: 4px ;
			border-style: solid ;
			border-color: #000000;
			background-color: #FFFFF0;
		}
		</style>
		<body>

    

Hi all,

 

     I got a problem, there is a SOQL   select Name from User where Name = 'records edit'

 

     In the same environment, person A can get data via this query, but person B can't.

 

     The profile and permission set is same for the two person.

 

     Do you know the reason for this problem?

 

Thanks

Hi, 

 

    I'm working on email templates recent days, and I encounted a problem that I can't import css in a Visualforce Email Template.

 

    The strange thing is that even I paste the code in this article the css code still takes no effect.

http://www.salesforce.com/us/developer/docs/pages/Content/pages_email_templates_stylesheets.htm

 

    Is this usage not supported in new version? Or do I miss some details?  Your help would be appreciated, Thanks.

    

<html>
			<style type="text/css">
			body {font-family: Courier; size: 12pt;}

			table {
			border-width: 5px;
			border-spacing: 5px;
			border-style: dashed;
			border-color: #FF0000;
			background-color: #FFFFFF;
		}

		td {
			border-width: 1px;
			padding: 4px;
			border-style: solid;
			border-color: #000000;
			background-color: #FFEECC;
		}

		th { 
			color: #000000;
			border-width: 1px ;
			padding: 4px ;
			border-style: solid ;
			border-color: #000000;
			background-color: #FFFFF0;
		}
		</style>
		<body>