• Qualzz
  • NEWBIE
  • 0 Points
  • Member since 2020
  • Qualzz
  • https://qualzz.com/


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 3
    Replies
When you think to create effective marketing campaigns for your business, then you need to follow latest email marketing trends and best email marketing service provider. At Qualzz you can get latest email marketing trends. More info at https://qualzz.com/email-marketing-trends-to-watch-for-in-2020/
  • March 14, 2020
  • Like
  • 0
Are you looking for Pop Up strategies to increase website conversions? Then Qualzz is the best for you. Qualzz gives you best Pop Up strategies and many other ways to boost your website traffic, sales and conversion rate. More info at https://qualzz.com/pop-up-strategies-to-increase-website-conversions/
  • March 14, 2020
  • Like
  • 0
Hello Friends,

I am trying to build a pop up alert box in my case object. Whenever my status field is changed to closed, I want to display a pop up. Here's what I have tried so far:

<apex:page standardController="case">
<script>
windows.document.onload = new function(e) {
if({case.JIRA_Status__c= 'Closed'})
{
alert("True");
} else
{ alert("false";) }
}
</script>
</apex:page>

We have some customers who are interested in centralizing some data on Force.com and running their public web sites on Sites. But it's essential that we preserve their hard-won SEO rankings. I have heard rumblings that Sites is too new to be very SEO friendly. For example, no capacity for "friendly" URLs:

 

http://ideas.salesforce.com/article/show/10093787/URL_Rewrites_for_Salesforce_Sites

 

I believe, since we'd be modifying their link structures, we'd also need to set up some 301 redirect maps, normally accomplished with things like an Apache .htaccess file. I see nothing that says Sites will allow us to configure 301 redirects -- will it?

 

Some folks in sales with whom I've spoken admitted that Sites was "too new" for them even to know where to begin in answering my questions on this. But, as a partner, it's ESSENTIAL that I steer my customers on a good path.

 

Can anyone shed any light at all on these issues?

 

-- SGL

  • August 05, 2009
  • Like
  • 0