• SFDC0539
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 16
    Questions
  • 15
    Replies

Hi ,

 

Is it possbile to have different currencies for the detail object and the rollup field of that detail on the master object. If so can you please guide me on how to achive it.

 

 

 

Thanks...................

Hi, 

 

 

I'm using the JQuery Autocomplete in a VF component. I need help with passing the selected value from the JQuery .result(function(event, data, formatted) funtion  to the page controller. Please let me know how can i do this.

 

 

 

 

 

 

Thanks.....

 

 

I'm unable to install eclipse and not able to figure out what's wrong. Im getting the following error. Please help.........

 

An error occurred while collecting items to be installed
session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect, operand=, action=).
Problems downloading artifact: osgi.bundle,com.salesforce.ide.api,24.0.0.201202291629.
MD5 hash is not as expected. Expected: 7251ab037ae632a5a9835c7c07210451 and found 88633bfcd6f5878be71182c6a405b2a5.
Problems downloading artifact: osgi.bundle,com.salesforce.ide.core,24.0.0.201202291629.
MD5 hash is not as expected. Expected: 44db36699ca7fdd38917fced4e63c3b3 and found 34334ff579d59c72913cbd9928b55e6a.
Problems downloading artifact: osgi.bundle,com.salesforce.ide.documentation,24.0.0.201202291629.
MD5 hash is not as expected. Expected: 6d87eb2e76e7e19f7b709682e5272dfc and found d2a6ba2eb32dc8029d97a959c8acf4c6.
Problems downloading artifact: osgi.bundle,com.salesforce.ide.ui.editors,24.0.0.201202291629.
MD5 hash is not as expected. Expected: ff45a840737d9bef14347ce6f5b5daa4 and found 32e9df69f5309f6f78ae29e9ce77deb4.

Hi,

 

Is it possible to use visualforce email template in Messaging.SingleEmailMessage method.

 

 

Thanks......

Hi,

 

 

My requirement is to generate a visual force report based on lead created date. I need to take the created date as input and use it in the query to get only those records which were created on that date.

 

I am able to get it into the controller but unable to use it in the query. Please help......

 

 

 

Thanks...........

 Hi,

I am unable to deactivate a certain user. I get a peculiar error that the user is a default worklow user, but i dont have any workflows in my org. Please Help

 

 

 

 

Thank you....

Hi,

 

 

I need to restrict the current user from choosing himself as the next approver in the approval process when he submits a record for approval. Please Help!!!!!!!!!!!!!!!

 

 

 

 

 

Thanks.....................

Hi,

 

I need to integrate Oracle EBS with my salesforce org. Can any one help me with docs or any links which will help me go ahead with the integration.

 

 

 

 

Thanks......

 

Hi,

 

I need to integrate Oracle EBS with my salesforce org. Can any one help me with docs or any links which will help me go ahead with the integration.

 

 

 

 

Thanks......

 

Hi ,

 

I am facing a weird error where the submit for approval button in the approval history related list of the opportunity page is showing up as disabled, but actually when i clicked on it i realized that it is active and working fine. But I'm not able to display it as an active button. The opportunity page is overridden by the standard page. The contents of the page are below. I'm not able to figure out if this code is affecting that button. Please help!!!!!! 

 

<apex:page standardController="Opportunity">

 

    <script src="/js/functions.js" type="text/javascript"></script>

    <script type="text/javascript" src="/soap/ajax/16.0/connection.js"></script>   

    <script type="text/javascript" src="/soap/ajax/16.0/ajax.js"></script>  

    <script type="text/javascript">

 

    window.onload = init;

 

    function init(){

 

       // alert('__________________init');  

        if('{!opportunity.StageName}' != 'Proposal/Price Quote')

        {

            //alert('_________________in if blk_');

            hideConvertButton("convertButton");

        }

     }

    function  hideConvertButton(btnName){

    try{

 

                  var convertButtons = document.getElementsByName("piSubmit");

                 // alert('+++++++++++'+convertButtons);

                  convertButtons[0].className="btnDisabled";

 

                  convertButtons[0].disabled=false;

 

                  convertButtons[1].className="btnDisabled";

 

                  convertButtons[1].disabled=false;

                 

                 

                 

 

                }

 

        catch(e) {

 

            // var ee = e.message || 0; alert('Error: \n\n'+e+'\n'+ee);

 

        }

 

    }

  

    </script>

 

      <apex:form >       

 

        <apex:Detail subject="{!Opportunity.ID}">           

 

        </apex:Detail>                  

 

     </apex:form>

 

 

</apex:page>

 

 

 

 

 

Thank You.......

Hi,

 

I have a requirement where I need to customize cloning.

 

For that I created a custom button and did URL hacking which worked.

 

But I had a requirement because of which I had to override the Clone page with a custom VF page.

Now the URL hacking is not working.

 

Please suggest a workaround for this

 

Thanks

Hi,

 

How to get the field id's for standard objects. I need to access the field ids for contact object.

 

Thanks

Hi,

 

Can anybody please help me with integrating scala with salesforce.

 

Thanks...

Hi,

 

I need to conditionally  submit records for approval.

I need to let the record be submitted only if the values in 2 picklists are certain values. Can you please suggest on  how this can be achieved

 

 

Thanks....

Hi,

 

I have a requirement where we set a custom Fiscal Year in the Fiscal year settings and I need to access this in the formula fields but I'm unable to do that. Can you please suggest any work around for this. 

 

Thank You

HI,

 

Can anyone help me out with suggestions on how can i customize the approval history buttons.

I have a requirement where once the record has finished the stages of approval the submit for approval button should be disabled. Also how can i customize the Approve/Reject buttons.

 

Please Suggest

Hi dears,

 

Am getting err too many queries..Here attach my classes, Actually where do i write list collection please can anyone tel me...

public PageReference Save()
{
  
    /////////// LEVEL 1 ///////////////////
   List<level1s__c> selectLevel1 = new List<level1s__c>();
   List<level1s__c> selectedLevel1 = new List<level1s__c>(); 
   
   for(Level1sClass con: getList1Details())
    {
        system.debug('con'+con.selected);
        if(con.selected == true)
        {
            system.debug('firstCCCCCCCCCC:'+con.lev1);
            selectedLevel1.add(con.lev1);
        }
      
  
    Level1__c[] levl1= [Select Id from Level1__c where Account__c=: ApexPages.currentPage().getParameters().get('id')]; 
    delete levl1; 
    if(selectedLevel1 != null)
     { 
      for(level1s__c cCon: selectedLevel1)
        {
            system.debug('CCCCCCCCCC:'+cCon+'\n');
            string acctid =ApexPages.currentPage().getParameters().get('id');
            List<Level1__c> lvl1obj= new Level1__c[0];
            lvl1obj.add(new Level1__c(Name='Level1',Account__c=acctid,cLevel1__c=cCon.id));
            insert lvl1obj;
    
       
        }  
     }  
     /////////////// LEVEL 2 //////////////
   List<level2s__c> selectLevel2 = new List<level2s__c>();
   List<level2s__c> selectedLevel2 = new List<level2s__c>();
   
   for(Level2sClass con1 : getList2Details(con.lev1))
   
    {
        system.debug('con'+con.selected);
        if(con.selected == true)
        {
            system.debug('secondCCCCCCCCCC:'+con.lev2);
            selectedLevel2.add(con1.lev2);
        }
   
    }   
    Level2__c[] levl2= [Select Id from Level2__c where Account__c=: ApexPages.currentPage().getParameters().get('id')]; 
    delete levl2; 
    if(selectedLevel2 != null)
     { 
      for(level2s__c  cCon : selectedLevel2)
        {
        
         
            system.debug('CCCCCCCCCC:'+cCon+'\n');
            string acctid =ApexPages.currentPage().getParameters().get('id');
            List<Level2__c> lvl2obj= new Level2__c[0];
            lvl2obj.add(new Level2__c(Name='Level2',Account__c=acctid,cLevel2__c=cCon.id));
            insert lvl2obj;
    
        }  
     }  
    
    }
   
 return null;
}

 

 

Hi, 

 

 

I'm using the JQuery Autocomplete in a VF component. I need help with passing the selected value from the JQuery .result(function(event, data, formatted) funtion  to the page controller. Please let me know how can i do this.

 

 

 

 

 

 

Thanks.....

 

 

I'm unable to install eclipse and not able to figure out what's wrong. Im getting the following error. Please help.........

 

An error occurred while collecting items to be installed
session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect, operand=, action=).
Problems downloading artifact: osgi.bundle,com.salesforce.ide.api,24.0.0.201202291629.
MD5 hash is not as expected. Expected: 7251ab037ae632a5a9835c7c07210451 and found 88633bfcd6f5878be71182c6a405b2a5.
Problems downloading artifact: osgi.bundle,com.salesforce.ide.core,24.0.0.201202291629.
MD5 hash is not as expected. Expected: 44db36699ca7fdd38917fced4e63c3b3 and found 34334ff579d59c72913cbd9928b55e6a.
Problems downloading artifact: osgi.bundle,com.salesforce.ide.documentation,24.0.0.201202291629.
MD5 hash is not as expected. Expected: 6d87eb2e76e7e19f7b709682e5272dfc and found d2a6ba2eb32dc8029d97a959c8acf4c6.
Problems downloading artifact: osgi.bundle,com.salesforce.ide.ui.editors,24.0.0.201202291629.
MD5 hash is not as expected. Expected: ff45a840737d9bef14347ce6f5b5daa4 and found 32e9df69f5309f6f78ae29e9ce77deb4.

Hi,

 

Is it possible to use visualforce email template in Messaging.SingleEmailMessage method.

 

 

Thanks......

Hello,

Hello,

I am using the bulk upload code described at http://www.salesforce.com/us/developer/docs/api_asynch/.

 

The only difference is that i am <a href="http://paydayloansonlineget.com/">instant payday loan</a> uploading a custom object type.  I can access Employee_c. But now i get a different error

 stateMessage='InvalidBatch : Field name not found : First Name'

 

First Name is the first column in the csv.

 

While debugging i can see that the temp csv is being created correctly. However i get this error when  checkResults executes. The code is exactly the same as in the sample java code for bulk api using REST.

 

I am using the free developer version of salesforce. I did check permissions of fields in employees. They are all at max visibility and read/write

 

Any pointers would be appreciated

 

Thanks

Hi,

 

 

I need to restrict the current user from choosing himself as the next approver in the approval process when he submits a record for approval. Please Help!!!!!!!!!!!!!!!

 

 

 

 

 

Thanks.....................

Hi,

 

How to get the field id's for standard objects. I need to access the field ids for contact object.

 

Thanks

Hi,

 

I have a requirement where we set a custom Fiscal Year in the Fiscal year settings and I need to access this in the formula fields but I'm unable to do that. Can you please suggest any work around for this. 

 

Thank You

HI,

 

Can anyone help me out with suggestions on how can i customize the approval history buttons.

I have a requirement where once the record has finished the stages of approval the submit for approval button should be disabled. Also how can i customize the Approve/Reject buttons.

 

Please Suggest

Is it possible to redirect to the email page, pass a SalesForce document id and have the document already attached?

Basically, we want to have an external program add documents to a users document library and then redirect to the email page with that new document already listed as an attachment.