• VinodBatra
  • NEWBIE
  • 7 Points
  • Member since 2017


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 7
    Replies
Hello All, 

I am trying to close the created job (bulk api 2.0 job) which required PATCH request.

It works from workbench however when I am doing this using apex callouts it is not working It gives me Status Code 405 Status Method not allowed.

I tried the following workarounds but none worked.
1. req.setMethod('POST');
    req.setHeader('X-HTTP-Method-Override', 'PATCH');
2. req.setMethod('POST');
    url += '?_HTTPMethod=PATCH';
   req.setEndpoint(url);

If anyone knows any workaround for this let me know. 

Thanks In Advance.
Vinod
Hi , I am completing Security specialist Superbadge but I stuck on Challenge 3.
When I mark answers and clik the button, it show me loading and it never ends, please help me out how to end this loading.This never ends
Hi Friends, 
I am getting this error in challenge 6 of Lightning Superbadge.
I am getting this error.
I have configured this,
User-added image
User-added image
User-added image
Hello All, 

I am trying to close the created job (bulk api 2.0 job) which required PATCH request.

It works from workbench however when I am doing this using apex callouts it is not working It gives me Status Code 405 Status Method not allowed.

I tried the following workarounds but none worked.
1. req.setMethod('POST');
    req.setHeader('X-HTTP-Method-Override', 'PATCH');
2. req.setMethod('POST');
    url += '?_HTTPMethod=PATCH';
   req.setEndpoint(url);

If anyone knows any workaround for this let me know. 

Thanks In Advance.
Vinod
Hi,

Can anyone please help to cover a test class for following simple class.
 
public without sharing class GD_CartShare {

    public static void shareCartRecordWhilePlacingOrder(List<GD_Cart__c> cartItems,List<User> approverUserList ){
       
    }
    
    public static void deleteCartItems(List<GD_Cart__c> toBeDeletedCart){
        Delete toBeDeletedCart;
    }
    
}

Regards,
Soundar.
Hi everyone,

I am completed the Multiple choice questions for Platform Developer 2 as well as the  super badges, can someone help me to understand how do I get the certificate.
Thanks
Can we fetch all those users who have access to lightning experience? Or if we can get all those profiles for which Lightning Experience User permission has been enabled.
  • March 19, 2018
  • Like
  • 0
I have built the reports and dashboards as outlined in the requirements, but I'm getting the following error "Challenge Not yet complete... here's what's wrong: Couldn't find a component with the title 'My Top Accounts'."  
User-added image

However, I have the component on the dashboard as you can see below.
User-added image
What am I missing?
Hi , I am completing Security specialist Superbadge but I stuck on Challenge 3.
When I mark answers and clik the button, it show me loading and it never ends, please help me out how to end this loading.This never ends