• sangam vv
  • NEWBIE
  • 10 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 12
    Questions
  • 16
    Replies
Hi guys how to see changes "Append tab to users' existing personal customizations"
I didn't get any changes if i enable.
Scenario:
I have account(parent)
 and contact and address(both are child)
i want to create account,contact,addres in one visual force page and i want to save respected data in respected objects?
How to do pleaser help me.
Guys how to control this scenario,
Eg;I have one picklist Lead source:
                                                 Phone,Email,Web
now when i am insering new record using data loader lead source values is different(Paper,Tv) i want to avoid these thing i want to insert only what are the records have lead source values how to do this?
How to avoid Unnecessary picklist values?
Based omn some stage how to create a record?
how to call apex class from process builder?
Scenario:I have list button if i select 10 records out of  100 i want to fetch those 10 record id from javascript list button?
I have Doctor Object in that i have status (picklist) field.
In detail page button I want to Send someting(Email) when Status is available
or else if status is Blocked i want to show error message
 
User-added image
this is opportunity(custom) object i have picklist values based on this picklist value record are created in  another object that one is child object in that records are atomatically created based on stages.
Now i want calculate stage age

this in Opportunity history(custom) object
User-added image
Guys I have 2 objects 
Account(Parent)
opportunity(child)

Assume that Requirement like this

For Example:

Account(HP)----have 1000 opportunity

           In this 200 Qualified
               400 Un-Qualified
           400 Prospecting

In visual force page I want to see for Qualified(Total 200)
This week   Last week    This month    Last Month       today =  Total Qualified leads 
   20                 40                80                 120             0  =     200


In visual force page I want to see for Un qualified(400)
This week   Last week   This month  Last Month        today =  Total Qualified leads 
   200         40                     240             160                  0  =                400



Like this I want to see in VF page I tried But View State is reached more thn 135kb
How To Do using Map
Here I have one Account (standard) object and Opportunity(custom )
Eg:   HP(Account) have 1000 oppotunity 
In VF page I want to see How Many Records Are crewatd In last week ,This week,Last month,This month  how to display Based On calender wise.
How to count activities drom query


example:Hp is a account under this i did 30 activity in visual force page i want to see
account        activities
Hp     -          30


iin table format how to do pls help me?
Scenario:I have list button if i select 10 records out of  100 i want to fetch those 10 record id from javascript list button?
I have Doctor Object in that i have status (picklist) field.
In detail page button I want to Send someting(Email) when Status is available
or else if status is Blocked i want to show error message
 
User-added image
this is opportunity(custom) object i have picklist values based on this picklist value record are created in  another object that one is child object in that records are atomatically created based on stages.
Now i want calculate stage age

this in Opportunity history(custom) object
User-added image
Guys I have 2 objects 
Account(Parent)
opportunity(child)

Assume that Requirement like this

For Example:

Account(HP)----have 1000 opportunity

           In this 200 Qualified
               400 Un-Qualified
           400 Prospecting

In visual force page I want to see for Qualified(Total 200)
This week   Last week    This month    Last Month       today =  Total Qualified leads 
   20                 40                80                 120             0  =     200


In visual force page I want to see for Un qualified(400)
This week   Last week   This month  Last Month        today =  Total Qualified leads 
   200         40                     240             160                  0  =                400



Like this I want to see in VF page I tried But View State is reached more thn 135kb
How To Do using Map
Here I have one Account (standard) object and Opportunity(custom )
Eg:   HP(Account) have 1000 oppotunity 
In VF page I want to see How Many Records Are crewatd In last week ,This week,Last month,This month  how to display Based On calender wise.
How to count activities drom query


example:Hp is a account under this i did 30 activity in visual force page i want to see
account        activities
Hp     -          30


iin table format how to do pls help me?