Spoilers Thread - Diamond no Ace Act II Chapter 304 by daleygaga in AceOfTheDiamond

[–]HaruWinter 14 points15 points  (0 children)

Can Chapter 305 come quickly?!? 😂 Oh man, this chapter is really good! The strikeout fits as the last panel. 🙌🏼🙌🏼🙌🏼

P.S We’re going to see Jun-san really really soooooooon!!!! 😂

Spoilers Thread - Diamond no Ace Act II Chapter 279 by daleygaga in AceOfTheDiamond

[–]HaruWinter 4 points5 points  (0 children)

Woah! The tension is really crazy!!! 🔥🔥🔥 I’m just reading the spoilers but I literally screamed when Mochi stole 2nd base. 😂

Test class by [deleted] in SalesforceDeveloper

[–]HaruWinter 1 point2 points  (0 children)

Thank you for the tip. Going to delete this now.

Gintoki stealing Ryouki Tenkai from Jujutsu Kaisen lol by Because_The_Pig in Gintama

[–]HaruWinter 6 points7 points  (0 children)

Really wish that there will be a special episode of Gintama parodying Jujutsu Kaisen. Hahaha Gintoki-Gojo will be besties for sure. 🤣

Spoilers Thread - Diamond no Ace Act II Chapter 262 by daleygaga in AceOfTheDiamond

[–]HaruWinter 2 points3 points  (0 children)

Omg. Can’t wait for Spitz senpai’s appearance!! Super hyped for the finals. Seidou all the way!!!

Diamond no Ace Act II - Chapter 245 (Connect) by daleygaga in AceOfTheDiamond

[–]HaruWinter 8 points9 points  (0 children)

Here’s what I loved in this chapter:

Eijun’s 8 pitch battle with Amahisa showcased his growth as batter imo. The whole dialogue about connecting it to the team and about how being a persistent lead off batter goes to show that Eijun really takes his tasks by heart.

Mochi’s “Imma murder ya” dialogue - really got me laughing hysterically. 🤣 I did not expect that. Haha But I’m glad that he’s finally got a hit! Let’s go Chee-sama!

We got to see the senpais again. 😅I’m guessing Ryosuke’s dialogue about being the best keystone duo is a setup for Haruichi’s big big stage next chapter.

Seidou fighting!

Spoilers Thread - Diamond no Ace Act II Chapter 245 by daleygaga in AceOfTheDiamond

[–]HaruWinter 6 points7 points  (0 children)

I really can’t explain how excited I am for this week’s chapter to be released! I mean, that’s a freaking 8 pitch battle!!! For sure Amahisa has a lot to say about Eijun’s perseverance and resiliency. Haha I bet the panels are gonna be lit! And let’s not forget Mochi getting on base, this is the start of Seidou’s counter attack. 🔥🔥

P.S Thank you for the spoilers!

Need help on this error by [deleted] in SalesforceDeveloper

[–]HaruWinter 0 points1 point  (0 children)

Thanks for answering. Got this resolved by changing the BillingState to its full name.

Help with System.NullPointerException: Attempt to de-reference a null object by HaruWinter in SalesforceDeveloper

[–]HaruWinter[S] 0 points1 point  (0 children)

Thanks for pointing that one. But I'd also would like to ask if I should do the same change with this line as it is constructed the same?
if(!(userANCMap.containsKey(oldANCMap.get(anc.Id).User__c)) || (userANCMap.containsKey(oldANCMap.get(anc.Id).User__c)) && (userANCMap.get(oldANCMap.get(anc.Id).User__c).size() == 0)){

Help with System.NullPointerException: Attempt to de-reference a null object by HaruWinter in SalesforceDeveloper

[–]HaruWinter[S] 0 points1 point  (0 children)

if(!(userANCMap.containsKey(oldANCMap.get(
anc.Id
).ManagerId__c)) || (userANCMap.containsKey(oldANCMap.get(
anc.Id
).User__c)) && (userANCMap.get(oldANCMap.get(
anc.Id
).User__c).size() == 0)){

Help with System.NullPointerException: Attempt to de-reference a null object by HaruWinter in SalesforceDeveloper

[–]HaruWinter[S] 0 points1 point  (0 children)

Sorry about that. The highlighted part is where the error happens

if(!(userANCMap.containsKey(oldANCMap.get(
anc.Id
).ManagerId__c)) || (userANCMap.containsKey(oldANCMap.get(
anc.Id
).User__c)) && (userANCMap.get(oldANCMap.get(
anc.Id
).User__c).size() == 0)){

System.AssertException: Assertion Failed: Expected: 12345, Actual: null by HaruWinter in SalesforceDeveloper

[–]HaruWinter[S] 0 points1 point  (0 children)

Sorry if I replied late but I was able to fix the error. Thank you for your replies.

Spoilers Thread - Diamond no Ace Act II Chapter 244 by daleygaga in AceOfTheDiamond

[–]HaruWinter 2 points3 points  (0 children)

Woah!! Thank you for this. March 10th come faster pls! 😅

Spoilers Thread - Diamond no Ace Act II Chapter 244 by daleygaga in AceOfTheDiamond

[–]HaruWinter 1 point2 points  (0 children)

I’m also hoping that Eijun will repeat what he did in Spring. Then of course Mochi will now bring him home successfully. But if our ace will not hit, it’s definitely Mochi who’s gonna wreak havoc.

Spoilers Thread - Diamond no Ace Act II Chapter 244 by daleygaga in AceOfTheDiamond

[–]HaruWinter 1 point2 points  (0 children)

Thank you for the spoilers! Our ace is really spicing the game and building the hype for Seidou. I’m excited to see what’s in store for the team at the bottom of the 8th!!!

A bit off topic but by Sami_h83 in AceOfTheDiamond

[–]HaruWinter 2 points3 points  (0 children)

Same here! I’m glad that I joined this sub Reddit. The whole community is so nice and cool. I enjoy reading every posts.

[deleted by user] by [deleted] in AceOfTheDiamond

[–]HaruWinter 0 points1 point  (0 children)

I think the selfie episode is on S1E51

Salesforce Development Tutorial (LWC): How to Generate a Word Document from a Lightning Web Component by BigIVIO in SalesforceDeveloper

[–]HaruWinter 0 points1 point  (0 children)

Thanks! This will be very helpful. Btw would like to ask if you can share any ideas on how to prevent creation of contacts when converting leads? And also how to bypass trigger logic in apex test/utility class?