• Vinay Salve
  • NEWBIE
  • 115 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 17
    Questions
  • 30
    Replies
Hi All,

How to bulk delete timecards of saved status from org62
Q. Which two statements are true regarding formula fields?
Options for Answers
1. When using the & operator to concatenate strings, the result is automatically truncated to fit the destination
2. When concatenating fields, line breaks can be added to improve readability
3. Fields that are referenced by a formula field can not be deleted until the formula is modified or deleted
4. Formula fields may reference formula fields on the same object to a level of one deep

I think that option number 3 & 4 are correct, please confirm if my understanding is correct

Thanks to all
Hi Team,

Request you to please assist, as I am stuck on the step 7 of process automation, I have tried both methods of completing it, however there is no luck

1. I edited the existing process builder date formula from [Opportunity].CloseDate + 180 to 

Option 1.
CASE(MOD([Opportunity].CloseDate + 180 – DATE(1900, 1, 7),7), 0, [Opportunity].CloseDate + 181, 6, [Opportunity].CloseDate + 182, [Opportunity].CloseDate + 180)

Option 1 Syntax Error Message
Your changes are saved, but you can't activate this process until you resolve the following errors. The formula expression is invalid: Syntax error

Option 2
CASE( WEEKDAY([Opportunity].CloseDate),
2, [Opportunity].CloseDate+182,
3, [Opportunity].CloseDate+181,
[Opportunity].CloseDate+180)

Option 2 Challenge Error Message
The Robot Setup Day of the Week formula does not seem to be working properly. The Day of the Week should not fall on Saturday or Sunday.

I also created a new process builder as follows, however the formula doesn't seems to be correct and is giving error message for both Saturday and Sunday date criteria as follows

Error

Thanks in advance 
Vinay Kumar Salve
Hi Team,

Request you to please help, while trying to complete the challenge 6 for Process Automation Specialist, I am facing the following issues
1. Though I have created a new Trailhead Playground for this superbadge, however I am not able to view RainbowBot, CloudyBot, and Assembly System in the product name, where to check them
2. I have checked couple of post froom other users explaining of how to complete it, however it has snapshot of old flow version which is completely different than of what I see
3. While creating the Radio Button what needs to be taken for "choices"

Kindly find the snapshot attached
Challenge 6

Thanks for your support
Vinay Kumar Salve
Hi Team,

Request you to plesae assist, as I have no clue how to complete the following trailhead

1. Build automated metadata updates for multi-org deployment
2. Build admin tools for automated confirguration changes

Thanks
Vinay Kumar Salve 
Hi Team

While doing the lightning platform - api basics trailhead under SOAP API, I am getting the following error

Login Failed, snapshot attached
SOAP API


Request all to kindly assist, thanks

Vinay Kumar Salve
Hi Team,

I am facing the following error for Process Automation Challenge 5 

"A new Opportunity with a 'Prospecting' stage for a 'Prospect' Account did not successfully create a Task for the Account owner with the Subject 'Send Marketing Materials'."

I have created the Process Builder as follows
Process BuilderProcess Builder1
 
Hi Team,

While trying to group the Temperature to kWh Research Report with SolarBot Model, I am not able to find SolarBot Model.

Please assist, thanks
Vinay Kumar Salve
Hi Team,

I got an error - We can’t find the four reports from the SolarBots Acquisitions folder reorganized into their new folders on challenge 1 while doing Lightning Experience Reports & Dashboards Specialist

Thanks
Vinay Kumar Salve
Hi Team,

I am stuck with Challenge for "Automate Pre-Workshop Tasks with Process Builder" is as follows, what does "Campaign Name is the name of a coding class" means? 

Test Process
Our functioning process is now ready to test. As you would as the chapter leader, create a new campaign to represent the class session..
Create a campaign where:
1. Campaign Name is the name of a coding class.
2. Campaign Type is Dev Class.
3. Start Date is any date.
4.Chapter is the account we created earlier.
5. Instructor is the user we created earlier.

Thanks
Vinay Kumar Salve
Hi Team,

I am not able to clear - automate pre-workshop tasks with process builder challenge, I am doing everything correctly as per my understanding.

I have created a campaign and sample data along with it, not sure what is the issue, please assist.

Thanks
Vinay Kumar Salve
Hi Team, 

I am not able to clear the trailhead challenge even after successful account creation.

Successful Account Creation

The error messge which I get is as follows
Could not find an account named 'Blackbeards Grog Emporium' created from Workbench with the Description 'The finest grog in the seven seas.'

Please assist
Thanks in advance
Vinay Kumar Salve
Hi Team,

While doing the Create an Apex class that uses Batch Apex to update Lead records, Kindly assist.

I have used the following code for Lead Processor, however I got the error in Line One - Declarations can only have one scope

global public class LeadProcessor implements Database.Batchable<sObject>
{
    global integer count = 0;
    global Database.QueryLocator start(Database.BatchableContext bc)
    {
        return Database.getQueryLocator('SELECT Id, LeadSource from Lead');
    }
    global void execute (Database.BatchableContext bc, List<Lead> l_1st)
    {
        List<Lead> l_1st_new = new List<Lead>();
        for(lead l : l_1st)
        {
            l.leadsource = 'Dreamforce';
            l_1st_new.add(1);
            count += 1;              
        }
        update l_1st_new;
    }    
    global void finish(Database.BatchableContext bc)
    {
        system.debug('count =' + count); 
    }    
}

I have used the following code for Lead Processor Test, however I got the error in Line 19 - Method does not exist or incorrect signature: void executeBatch(LeadProcessor) from the type Database

@IsTest
public class LeadProcessorTest {
    @IsTest
    public static void testit()
    {
        List<lead> l_1st = new List<lead>();
        for(integer i=0; i<200; i++)
        {
            Lead l = new lead();
            l.LastName = 'name' + i;
            l.company = 'company';
            l.status = 'Random Status';
            l_1st.add(l);
        }    
        insert l_1st;
        
        Test.startTest();
        LeadProcessor lp = new LeadProcessor();
        Id batchId = Database.executeBatch(lp);
        Test.stopTest();
    }    

}


Thanks
Vinay Kumar Salve
Hello Team,

While doing the trailhead for Quick Start - Apex Coding for Admins - Create a Trigger, while I am creating the candidate Nina Simone, and update the ZIP Code field as "20008", system gives me an error message stating as - Candidate Zip Code does not exist in specified State.

Kindly advise where I am going incorrect.

Thanks
Vinay Kumar Salve
Hi Team,

I am not able to import data for the SolarBot App, as I am getting the following error - Server Error - Sample Data Import Failed - Check log for errors, please find the snapshot attached
User-added image
Thanks
Vinay Kumar Salve
Hi Team,

While doing the Build an Automated Workshop Management System, I have created the following custom objects as follows
Case Objects
However stll I face the following error 
The Type picklist field for Campaigns is missing this picklist value: "Dev Class".

Please assist, thanks
Vinay Kumar Salve


 
Hello All,

Request you to pleaes kindly assist me in the Bulk Apex Trigger Trailhead, I have tried the following coding, however no luck in clearing the Trailhead as I get the error message stating - AccountID field missing.

trigger ClosedOpportunityTrigger on Opportunity (after insert) {
    
    List<Task> taskListToInsert = new List<Task>();
     
    for (Opportunity Opp:Trigger.new)
    {
        if (opp.StageName == 'Closed Won')
        {
            Task t = new Task();
            t.Subject = 'Follow Up Test Task';
            t.WhatID = opp.Id;
            taskListToInsert.add(t);
        }
    }
    
    if(taskListToInsert.size() > 0)
        {
            insert taskListToInsert;
        }
}


Thanks
VInay Kumar Salve
Hi Team,

Request you to please assist, as I am stuck on the step 7 of process automation, I have tried both methods of completing it, however there is no luck

1. I edited the existing process builder date formula from [Opportunity].CloseDate + 180 to 

Option 1.
CASE(MOD([Opportunity].CloseDate + 180 – DATE(1900, 1, 7),7), 0, [Opportunity].CloseDate + 181, 6, [Opportunity].CloseDate + 182, [Opportunity].CloseDate + 180)

Option 1 Syntax Error Message
Your changes are saved, but you can't activate this process until you resolve the following errors. The formula expression is invalid: Syntax error

Option 2
CASE( WEEKDAY([Opportunity].CloseDate),
2, [Opportunity].CloseDate+182,
3, [Opportunity].CloseDate+181,
[Opportunity].CloseDate+180)

Option 2 Challenge Error Message
The Robot Setup Day of the Week formula does not seem to be working properly. The Day of the Week should not fall on Saturday or Sunday.

I also created a new process builder as follows, however the formula doesn't seems to be correct and is giving error message for both Saturday and Sunday date criteria as follows

Error

Thanks in advance 
Vinay Kumar Salve
Hi Team,

Request you to please help, while trying to complete the challenge 6 for Process Automation Specialist, I am facing the following issues
1. Though I have created a new Trailhead Playground for this superbadge, however I am not able to view RainbowBot, CloudyBot, and Assembly System in the product name, where to check them
2. I have checked couple of post froom other users explaining of how to complete it, however it has snapshot of old flow version which is completely different than of what I see
3. While creating the Radio Button what needs to be taken for "choices"

Kindly find the snapshot attached
Challenge 6

Thanks for your support
Vinay Kumar Salve
Hi Team,

Request you to plesae assist, as I have no clue how to complete the following trailhead

1. Build automated metadata updates for multi-org deployment
2. Build admin tools for automated confirguration changes

Thanks
Vinay Kumar Salve 
Hi Team

While doing the lightning platform - api basics trailhead under SOAP API, I am getting the following error

Login Failed, snapshot attached
SOAP API


Request all to kindly assist, thanks

Vinay Kumar Salve
Hi Team,

I am facing the following error for Process Automation Challenge 5 

"A new Opportunity with a 'Prospecting' stage for a 'Prospect' Account did not successfully create a Task for the Account owner with the Subject 'Send Marketing Materials'."

I have created the Process Builder as follows
Process BuilderProcess Builder1
 
Hi Team,

I am stuck with Challenge for "Automate Pre-Workshop Tasks with Process Builder" is as follows, what does "Campaign Name is the name of a coding class" means? 

Test Process
Our functioning process is now ready to test. As you would as the chapter leader, create a new campaign to represent the class session..
Create a campaign where:
1. Campaign Name is the name of a coding class.
2. Campaign Type is Dev Class.
3. Start Date is any date.
4.Chapter is the account we created earlier.
5. Instructor is the user we created earlier.

Thanks
Vinay Kumar Salve
Hi Team,

I am not able to clear - automate pre-workshop tasks with process builder challenge, I am doing everything correctly as per my understanding.

I have created a campaign and sample data along with it, not sure what is the issue, please assist.

Thanks
Vinay Kumar Salve
Hello Team,

While doing the trailhead for Quick Start - Apex Coding for Admins - Create a Trigger, while I am creating the candidate Nina Simone, and update the ZIP Code field as "20008", system gives me an error message stating as - Candidate Zip Code does not exist in specified State.

Kindly advise where I am going incorrect.

Thanks
Vinay Kumar Salve

Hi all, I am so close to finishing this process automation badge but am stuck in one area in Step 7.

I've built out my process builder as follows

User-added image
User-added image
User-added image

And my date formula as follows
 

Case(MOD(Date__c-DATE(1900,1,7),7),0,"Sunday",1,"Monday",2,"Tuesday",3,"Wednesday",4,"Thursday",5, "Friday",6,"Saturday", "")
 



Challenge Not yet complete... here's what's wrong:  The Robot Setup Day of the Week formula does not seem to be working properly. The Day of the Week should not fall on Saturday or Sunday. 

It works nicely but doesn't seem to pass, what could be up.
 

Hello,

I have this error when I try to check challenge:

Challenge Not yet complete... here's what's wrong: 
Could not find an account named 'Blackbeards Grog Emporium' created from Workbench with the Description 'The finest grog in the seven seas.'


In the next picture you can see what I send by the Workbench

User-added image

The result is succes and in my Developer Org I can see the Account created correctly, but the challenge isn't passed.