• Mehiya Jetharam
  • NEWBIE
  • 60 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 6
    Questions
  • 9
    Replies
I m trying to hide a picklist field in below Sample code:

<apex:page showheader="true" standardController="Merchandise__c">
<head>
<apex:includeScript value="{!$Resource.JqueryMin}"  />
<script>
   $j = jQuery.noConflict();
   $j(document).ready(function() {
   $j("#hide").click(function(){
        $j("#inpi").fadeOut('slow');
    });
    $j("#show").click(function(){
        $j("p").show();
    });
   });
</script>
</head>    
  
<body>
<apex:form >
<div id="inpi">
<apex:inputField value="{!Merchandise__c.PickList1__c}" />
</div>
<p>If you click on the "Hide" button, I will disappear.</p>
<button id="hide">Hide</button>
<button id="show">Show</button>
</apex:form>
</body>
</apex:page>

When I click on hide button, it hide that field for a movement and again it appears automatically.
I think the page is getting refreshed or something else
Please provide me the solution.
I created VF page. In that page I have one pageBlock. In that pageBlock I want to add one infoIcon with header.

Please see the Attachement.User-added image

I want to put this icon into red circle.
<apex:imagevalue="/img/msg_icons/info32.png" title="High KPI value indicates High Performance score  OR for some KPIs the high value may mean a low performance score.
        Please add Threshold values/score according to KPI"/>

I want to place new line in "title" attribute. I tried \n, &#10;, \t, but nothing is working.
Please help me.
In Which version Salesforce allowed deepening of Master-Detail relationship? Because prior to version 13 we didn't have multi level master detail relationship ,but now we can create up to 3 level deep Master-Detail relationship.

Thanks in advance.................
Can we have Multiple level deep master detail relatinship? And if we have then how many Level Deep?Please anser me very confusing??
 
Create fieldset on Contact Object and render them based on the criteria in visualforce,Please give me best example??
I created VF page. In that page I have one pageBlock. In that pageBlock I want to add one infoIcon with header.

Please see the Attachement.User-added image

I want to put this icon into red circle.
<apex:imagevalue="/img/msg_icons/info32.png" title="High KPI value indicates High Performance score  OR for some KPIs the high value may mean a low performance score.
        Please add Threshold values/score according to KPI"/>

I want to place new line in "title" attribute. I tried \n, &#10;, \t, but nothing is working.
Please help me.
In Which version Salesforce allowed deepening of Master-Detail relationship? Because prior to version 13 we didn't have multi level master detail relationship ,but now we can create up to 3 level deep Master-Detail relationship.

Thanks in advance.................
Hi All,

i am new into salesforce. i have a VF page and that associated controller. In Developer Console, i got result. but now i want to see result in eclipse ide. But it's not getting. Could you pls suggest me, what we can do in IDE.

 
Create fieldset on Contact Object and render them based on the criteria in visualforce,Please give me best example??

Today we’re excited to announce the new Salesforce Developers Discussion Forums. We’ve listened to your feedback on how we can improve the forums.  With Chatter Answers, built on the Salesforce1 Platform, we were able to implement an entirely new experience, integrated with the rest of the Salesforce Developers site.  By the way, it’s also mobile-friendly.

We’ve migrated all the existing data, including user accounts. You can use the same Salesforce account you’ve always used to login right away.  You’ll also have a great new user profile page that will highlight your community activity.  Kudos have been replaced by “liking” a post instead and you’ll now be able to filter solved vs unsolved posts.

This is, of course, only the beginning  and because it’s built on the Salesforce1 Platform, we’re going to be able to bring you more features faster than ever before.  Be sure to share any feedback, ideas, or questions you have on this forum post.

Hats off to our development team who has been working tirelessly over the past few months to bring this new experience to our community. And thanks to each of you for helping to build one of the most vibrant and collaborative developer communities ever.