• Vishal Shelar
  • NEWBIE
  • 0 Points
  • Member since 2015


  • Chatter
    Feed
  • 0
    Best Answers
  • 2
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 9
    Replies
I am working on Lightning Rollout Specialist super badge and when I check for first challenge, I am recieving error as "
You need to run the Lightning Experience Readiness Check for your org." 
I did run the readiness check and I received email as" Lightning Experience Readiness Report isn't available
It's not you, it's us. We can't evaluate your features and customizations right now.
Please try again later" I tried again after long time but still same thing.

Did anyone faced this issue as well and what might be the case of this issue?

Thank you
I appeared for Platform dev 2 exam and faced a question 
Which API can be used to execute unit tests?
3 answers
A. Streaming API
B. Test API
c. Tooling API
D. SOAP API
E.  Metadata API

I was not sure about this, can anyone answer that.
 
Hello Everyone,

I am graduate student with Master's degree in Computer Science. I completed my Developer certification and looking for full time opportunities at entry level position. I am trying hard but everyone is asking for 2 or 3 years of experience, I have around 1 year of experience. I am very passionate and exicted to start my career with salesforce profile but I need a break. 
I know I am well qualified as a developer and passion for problem solving and thinking out of the box, Just need one chance to prove myself.
If anyone as any open position please let me know, I will be very happy to discuss and for your help.

Email: vvs.shelar@gmail.com
Phone: 5305888881

Best Regards,
Vishal
Hello Everyone,

I am graduate student with Master's degree in Computer Science. I completed my Developer certification and looking for full time opportunities at entry level position. I am trying hard but everyone is asking for 2 or 3 years of experience, I have around 1 year of experience. I am very passionate and exicted to start my career with salesforce profile but I need a break. 
I know I am well qualified as a developer and passion for problem solving and thinking out of the box, Just need one chance to prove myself.
If anyone as any open position please let me know, I will be very happy to discuss and for your help.

Email: vvs.shelar@gmail.com
Phone: 5305888881

Best Regards,
Vishal
I have code similar to this:
picklistMap = new Map<String, String>();
List<Schema.PicklistEntry> picklistValues = CustomMetadata__mdt.Field__c.getDescribe().getPicklistValues();
for (Schema.PicklistEntry pe: picklistValues) {
    picklistMap.put(pe.getValue(), pe.getLabel());
}
It works great in my developer org, where I'm creating the managed-beta package for testing. If I switch the user language to Portuguese, for instance, I have the translations included in the package and getLabel returns the translated string for the picklists.

But when I install the managed-beta package in my developer sandbox, all the other translations work - except the getLabel() call in the code above. No matter what I do I get the English label.

I see no way to include translations in the managed-beta package other than "translations", and I included all of it.

What am I doing wrong?
I am working on Lightning Rollout Specialist super badge and when I check for first challenge, I am recieving error as "
You need to run the Lightning Experience Readiness Check for your org." 
I did run the readiness check and I received email as" Lightning Experience Readiness Report isn't available
It's not you, it's us. We can't evaluate your features and customizations right now.
Please try again later" I tried again after long time but still same thing.

Did anyone faced this issue as well and what might be the case of this issue?

Thank you
I would like to modify the code below to count the number of active contacts on an account. How can I make this change? 

Inactive__c (Checkbox)

 
//Test Class

@isTest
public class testClass1{
    @isTest
    public static void unitTest1(){
        List<Account> lstAccount = new List<Account>();
        lstAccount.add(new Account(name='testAccount1'));
        lstAccount.add(new Account(name='testAccount2'));
        lstAccount.add(new Account(name='testAccount3'));
        insert lstAccount;
        List<Contact> lstContact = new List<Contact>();
        lstContact.add(new Contact(lastName='testLast1',accountId=lstAccount[1].id));                
        lstContact.add(new Contact(lastName='testLast2',accountId=lstAccount[1].id));
        lstContact.add(new Contact(lastName='testLast3',accountId=lstAccount[1].id));                
        insert lstContact;
        delete lstContact[1];
    }
}


//On Contact

trigger NumberOfContactsOnAccount on Contact (after insert, after update, after delete, after undelete) {
    List<Contact> contacts = new list<contact>();
    Map<Id,account> accounts = new map<id,account>();
    if(trigger.new!=null)
        contacts.addAll(trigger.new);
    if(trigger.old!=null)
        contacts.addAll(trigger.old);
    for(contact c:contacts)
        accounts.put(c.accountid,new account(id=c.accountid));
    accounts.remove(null);
    update accounts.values();
}


//On Account

trigger NumberOfContacts on Account (before insert, before update) {
    if(trigger.isinsert)
        for(account a:trigger.new)
            a.Number_of_contacts_2__c = 0;
    else
        for(account a:[select id,(select id from contacts) from account where id in :trigger.new])
            trigger.newmap.get(a.id).Number_of_contacts_2__c = a.contacts.size();
}


 
when  a button(Provision Request)  is called then i need to  validate a field called Validation_Plan__c when that field is empty it should throw an error is they a way where we can do it
I am taking my first timid steps into Apex development and have run up against a problem. Even though all the apex classes being used so far are managed or from the SalesForce App Exchange, I get an error saying I have 23% code coverage when trying to deploy. How can I determine where the fault may lie or run something to improve the situation?
MSDSonline is looking for a talented and eager person to become the newest member of our team.  You will join a Salesforce.com team that will mentor and train you while you work closely with the Manager of Salesforce.com Operations to help design, develop, and maintain complex applications that expand MSDSonline’s use of Salesforce.com.   

The MSDSonline work environment is dynamic, innovative and entrepreneurial.  We have a results-oriented culture that demands intelligence, teamwork and follow-through.  If you have these qualities then this is the job for you - check out the details below and apply now.

https://www.msdsonline.com/blog/careers/2016/01/20/salesforce.com-developer