• Rajesh Potnuru
  • NEWBIE
  • 127 Points
  • Member since 2014
  • Salesforce Package solution Consultant
  • Indiabulls Technology Solutions Ltd

  • Chatter
    Feed
  • 4
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 45
    Replies
Hi folks,
          Can anyone tell me how to write sharing rule in apex?
I am trying to create an email alert but i could not locate 'Task' in available object drop down list.


Please advise.User-added image
Hi,

Please anybody send me the  Recruiting application file
either  RecruitingApp-7_0.zip or RecruitingApp-6_0.zip on my

Email_id :rath.sam4u@gmail.com

Thank You
Hi ,
Could you please help me to download a metadata file from salesforce with the below components

1.    All "Home page components"  (HomePageComponent)
2.    All "Home page Layouts" (HomePageLayout)

Thnaks in advance

Thanks & Regards,
Rajesh Potnuru
Hello, 

When our Sales team clones a Marketing lead, the "Marketing Campaign"  value is blank. 

They need this value to populate upon cloning. Could you please help us fix this in SFDC Sales team? 

Thank you for your help, 

Thanks & Regards,
Rajesh Potnuru
Hi ,
i need a small information regarding Opportunity Split

Why is the Opportunity Owner the only person able to do an Opportunity Split?. A user higher in the Opportunity owner's hierarchy can change most other parameters (Sales Credit, Owner, Team Members, Stage, Amounts etc.) - why not be able to do an Opportunity Split?. Doesn't make sense...

Thanks & Regards,
Rajesh Potnuru
Hello All,

I'm trying to get a list all SFDC Report Types that are able to utilize the "Classification Code" or the "Account Classification" attributes.
Is anyone able to help me with that?

Thanks & Regards,
Rajesh Potnuru
Hi All,

i need help on below, could you pls

Is there a way to find out who submitted the Forecast in salesforce ??

Thanks & Regards,
Rajesh Potnuru

Hi,

Currently we are using Salesforce Professional Edition, How to Insert / Update / Export the data from Salesforce apart from Dataloader.io

Thanks & Regards,
Rajesh Potnuru
Hello, 

When our Sales team clones a Marketing lead, the "Marketing Campaign"  value is blank. 

They need this value to populate upon cloning. Could you please help us fix this in SFDC Sales team? 

Thank you for your help, 

Thanks & Regards,
Rajesh Potnuru
Hi ,
i need a small information regarding Opportunity Split

Why is the Opportunity Owner the only person able to do an Opportunity Split?. A user higher in the Opportunity owner's hierarchy can change most other parameters (Sales Credit, Owner, Team Members, Stage, Amounts etc.) - why not be able to do an Opportunity Split?. Doesn't make sense...

Thanks & Regards,
Rajesh Potnuru
Hello All,

I'm trying to get a list all SFDC Report Types that are able to utilize the "Classification Code" or the "Account Classification" attributes.
Is anyone able to help me with that?

Thanks & Regards,
Rajesh Potnuru
Hi All,

i need help on below, could you pls

Is there a way to find out who submitted the Forecast in salesforce ??

Thanks & Regards,
Rajesh Potnuru

Hi,

Currently we are using Salesforce Professional Edition, How to Insert / Update / Export the data from Salesforce apart from Dataloader.io

Thanks & Regards,
Rajesh Potnuru
Hi folks,
          Can anyone tell me how to write sharing rule in apex?
We need some email to case setup along with workflow i.e to a group of ppl as L1 and then upon approval to L2/L3 another group of people (emailIds)
how to show Feedback link in footer. now how to show popup window alert when click on Submit Feedback.

VF

<apex:page standardController="WorkFeedback" extensions="FeedBackController" sidebar="false" showHeader="false" >
<apex:form >
  <apex:pageBlock title="Feedback Form" rendered="{!Hide}">
   <apex:pageBlockSection columns="1" >
   
    <apex:inputField value="{!WorkFeedback.Feedback}"/>
   </apex:pageBlockSection>
   <apex:pageBlockButtons location="bottom">
    <apex:commandButton value="Submit" action="{!Save}"/>
    <apex:commandButton value="Cancel" onclick="self.close()"/>
   </apex:pageBlockButtons>
  </apex:pageBlock>
  <apex:pageBlock rendered="{!Show}">
   <center> Your feedback has been successfully submitted.
            Thank you for leaving feedback.
            Your contribution is valued and appreciated. </center>
   <apex:commandButton value="Ok" onclick="self.close()"/>
  </apex:pageBlock>
</apex:form>
</apex:page>


......

Controller

public class FeedBackController {
   
    public ApexPages.StandardController con;
    public Boolean Hide{get;set;}
    public Boolean Show{get;set;}
   
    public FeedBackController(ApexPages.StandardController controller) {
        con=controller;
        Hide=true;
        Show=false;
    }
   
    public PageReference save()
    {
        con.save();
        Hide=false;
        Show=true;
        return null;   
    }

}
  • August 05, 2014
  • Like
  • 0
Hi,

I have a javascript written in a visualforce page which displays a report


The report is formatted and displays correctly in Mozilla and chrome

But in IE 9 its not formatted correctly (values are displaying correctly) , the table is not formatted

code is fine , but seems to be a browser issue

Let me know what needs to be done in this regard.

Thanks
Please guide me ... where which all topics to cover to get 401 certification
what is territory management and why we go for territory manage ment. Can anyone explain with some examples regarding territory management