• prabhakar Thummoji
  • NEWBIE
  • 0 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 5
    Replies
List<Account> lstAccrecords = new list<Account>();
for (integer counter = 1; counter <= 200; counter++)
{
    Account Acc = new Account();
    
        Acc.name = 'Testing for bulkification';
        Acc.AnnualRevenue = '2000'+counter;
        Acc.BillingAddress = 'Delhi';
        Acc.Phone= '898231851'+counter;
    
}
if(!lstAccrecords.isempty())
{
    insert lstAccrecords;
}
can someone help me getting case age in hours and that would not include weekends please
Hello evryone,
i am using star rating in vf page but not showing properly, only 3 and half stars are visible default but when i hover over on empty space on stars then it is showing.

can somebody help,how can i fix that?

 
Hello Group,

I'm new to this but I was wondering if anybody could help me with a validation rule for the following.
  
 
FieldMinor Beneficiary
CriteriaStatus = Preparation
Minor Beneficary is not null
 Minor Beneficiary DOB is blank
 Minor Beneficiary SSN is blank
 Minor Beneficiary Address is Blank
 Age of Majority is blank
 so if these criteria are true it would diplay an error.