• Siddharth Prakash
  • NEWBIE
  • 20 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 1
    Likes Given
  • 8
    Questions
  • 20
    Replies
User-added image
Hello,

I want to clear this value after saving the record field. but when i want to newly add any question bank then prevoiusly added question bank number appears in the textbox. i have tried to relaod window page using window.location.relaod() in javascript but its not working.
Hi Team,

We need to intergrate couple of objects from oracle to salesforce on a daily basis. To acheive this , we need to integrate salesforce and oracle - then read data from two tables in oracle. Does anyone have experience in this ?

Regards
Siddharth
Hi team,

Before Spring 15 , my dashboard was getting embedded properly in salesforce user homepage. But, now i am getting a page that opens up into the dashboard page and is not a part of the home page any more ???? Is there some new change with respect to iframe.

Please advise urgently.

I have the following visualforce page:

<apex:page sidebar="true" showHeader="true">
<!--Hello {!$User.FirstName} {!$User.LastName} {!$UserRole.Name}-->
<iframe id="myFrame" height="100%" width="100%" frameborder = "no" scrolling = "no"></iframe>
        <script type = "text/javascript">
            var sw = "{!$UserRole.Name}"
            var iframe = document.getElementById('myFrame'); 
            
            if (condition1) {
                iframe.src = "/01Z40000000MXOu?isdtp=mn";
            }
            
            else if (condition2") {
                iframe.src = "/01Z40000000MXQR?isdtp=mn"; 
            }
            
            else if (condition3) {
                iframe.src = "/01Z40000000MXOu?isdtp=mn"; 
            }
            
            else if (condition4) {
                iframe.src = "/01Z40000000MXOp?isdtp=mn"; 
            }
             
            else if (condition5) {
                iframe.src = "/01Z40000000MXOk?isdtp=mn"; 
            } 
                        
        </script>
</apex:page>
Hi all,

I have created the visualforce page to embed the dashboard in the home page. It works perfectly fine until yesterday. The home page redirect to the dashboard page without sidebar, header. To fix this I have to remove the iframe from the visualforce page.
 
<apex:iframe src="/01Z90000000MXp0?isdtp=vw" scrolling="true" height="1000px" width="100%" />

Any ideas how to solve this and make it works again?

cheers 
Hi guys,

We have an issue where we need to pre-populate the two dates from the opportunity page to the opportunity line item creation page. The pre-population is necessary and this needs to be done on page load and not on page submission. 
How do we go about executing this? 

Regards
Siddharth
Hi all,

We have added a field that needs to be checked for a certain price book and needs to be unchecked for others. Please advise if this is possible when we are adding a product.I am just wondering if this is possible by trigger but my developers are suggesting that it has to be done using a custom visualforce page and is not possible using standard functionality. Please advise.

Regards
Siddharth