• Gaurav Pathak
  • NEWBIE
  • 0 Points
  • Member since 2015
  • SFclouds

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 4
    Replies
Hi All,
   I'm trying to change my domain name mydomain.force.com to mydomain.com, I've read several PDF and links, 
   I follow this( https://help.salesforce.com/HTViewHelpDoc?id=siteforce_domains.htm&language=en_US ) PDF to create CNAME record. but      the issue I'm facing "Error: Salesforce.com can't validate the domain. The CNAME record may still be processing (which can take up to 24           hours), or the domain may not belong to you." I spent (wasted) hours looking what's wrong
 Any help would be greatly appreciated! Please feel free to ask for clarification or for more information.

Thanks!!!
Hey All,
 
I had integrate  PayPal with SF for donations. Donations can be one-time or recurring, For some  reason, when we are filling correct Credit card number and wrong CVV no etc, we receive Transaction Id???   but if we are entering wrong Credit card number its work fine and wrong payment massage showing. Do'nt known what is missing here!!
Any help would be greatly appreciated!

Thanks!!!
 
Hi All,
 
   Well I am trying to use Ajax to  upload IMAGE from salesforce site using "soap/ajax/31.0/connection.js", But i got this error can someone clear me wether i am wrong.
Or can someone please tell me how to upload 4MB image from SFDC Site using JS.

User-added image
Thanks!!!
Hi All,
   I have a requirement for uploading an image with cropping and resize option. can we handle it through Apex Code. I am currently using Croppic.js    but this is not working in VF. It would be great, if anyone let me know, how to do this.
Hi All,
How I can achieve this task in professional edition 
If user uses his mobile to call a customer and he has SFDC 1 app on his mobile. Will the calls get auto-logged and user can add details later.
Hey All,
 
I had integrate  PayPal with SF for donations. Donations can be one-time or recurring, For some  reason, when we are filling correct Credit card number and wrong CVV no etc, we receive Transaction Id???   but if we are entering wrong Credit card number its work fine and wrong payment massage showing. Do'nt known what is missing here!!
Any help would be greatly appreciated!

Thanks!!!
 
Can I put a style tage in a component?

For example?
<apex:component id="AComponent">

	<style type="text/css">
		.THIS.table.td {border:1px solid black;}
	</style>
	
	<table >
		<th>
			<td style="border:1px solid black;">Col1</td>
			<td>Col2</td>
			<td>Col3</td>
		</th>
		<tr>
			<td>[Col1 Data...]</td>
			<td>[Col2 Data...]</td>
			<td>[Col3 Data...]</td>		
		</tr>
	</table>
	
</apex:component>

Col1 header has a border around it, Col2 and 3 do not.

Am I missing something?
Hi All,
 
   Well I am trying to use Ajax to  upload IMAGE from salesforce site using "soap/ajax/31.0/connection.js", But i got this error can someone clear me wether i am wrong.
Or can someone please tell me how to upload 4MB image from SFDC Site using JS.

User-added image
Thanks!!!