• CHENNA$A@
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 6
    Replies

Hi All,

 

Does analytical snapshot will process only 2,000 records?

 

I am having 10k records on source report but it is processing only 2000 records of it. After that its showing some rows has been failed eveytime.

 

 

Thanks,

Chenna(INDIA)

 

 

Hi All,

 

How can we unlocked one field on page layout once campaign is approved?

 

Thanks,
Chenna

Hi All,

 

I am having custom field bill__c( datatype: checkbox) & wanted to change the color & font on standard quote layout. IS this possible?

 

Thanks,

Ravinder

Hi All,

 

I need to make related list readonly once i click on button including edit/del button for the records.

 

Thanks,

Chenna - india

Hi All,

 

I need to Hide the standard button & edit/del of that particualr quote under the oppy related list on check of an checkbox.

 

 

Thanks,

Chenna(india)

Hi All,

 

How i need to cover my code coverage for below code in my class.

 

 public class productDetail {
        public list<string> productCode {get; set;}
        public list<string> productDescription {get;set;}
        public list<string> productName {get; set;}
        public list<string> pricebookName {get; set;}
        public list<string> pricebookId {get; set;}
        public list<string> pricebookPrice {get; set;}
        
        public productDetail (){
            productCode = new list<string>();
            productDescription = new list<string>();
            productName = new list<string>();
            pricebookName = new list<string>();
            pricebookId = new list<string>();
            pricebookPrice = new list<string>();
        }
    }
    
    public class pricebookInfo {
            public list<string> colNames {get; set;}
            public list<string> colModel {get; set;}
            public list<productDetail> products {get; set;}
    }

I got a copy of the trigger and placed to cases->trigger.

 

However, it is remains "inactive" state and I have no idea how I can turn this "active".

 

It seems like I have to upload the test class and it has to cover more than 75%.

 

However, I can't find the edit button for the trigger. I do not know how I can upload or up test class.

 

Could you help me to move forward with this situation?

 

Thanks

 

 

Hi All,

 

I am having custom field bill__c( datatype: checkbox) & wanted to change the color & font on standard quote layout. IS this possible?

 

Thanks,

Ravinder

Hi All,

 

I need to Hide the standard button & edit/del of that particualr quote under the oppy related list on check of an checkbox.

 

 

Thanks,

Chenna(india)