@Maruthi Kavuri Release notes are sent via email. Keep an eye, read those notes and learn about those updates from trailhead or help articles. Thanks
Feed
- Recent Activity
- Created Date
- Questions with an Accepted Answer
- Questions with No Accepted Answer
- Unanswered Questions
Today, 7:40 AM Check you VR and verify if it is blocking the creation of opportunity and update it.
If not re connect the org and re-verify the challenge.
Today, 7:39 AM Verify the name - The correct one is Lorrette. Be carefull for spelling.
Also,Please check the below article
https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000C57JYSAZ
Or, please watch the below video and verify your steps and understand where you missed something.
I'm getting an error - We can’t find the Reservations related list in the Contact Lightning Record Page.
when trying to complete this trailhead. The attached picture shows that all the reservations are listed. Can someone help please? Thanks.
#Trailhead Challenges #Trailhead
Hi Trailblazers, I have a very basic question: Can't I add a "Parent Record" to a report? I created a custom report type for ServiceAppointment but can't find nor add this column. My assumption is that Reports might not support this type of lookup field because it refers to multiple objects, but I wanted to make it sure.
I'm trying to write an after delete test trigger on the Knowledge__kav object to detect when a Knowledge Article Version is deleted. Here's my code:
trigger TR_deleteKnowledgeArticle on Knowledge__kav (after delete) { Messaging.SingleEmailMessage email = new Messaging.SingleEmailMessage(); email.setToAddresses(new String[] {'email@trailheadpost.com'}); email.setSubject('debug delete'); email.setPlainTextBody('Knowledge article deleted'); try { Messaging.sendEmail(new List<Messaging.SingleEmailMessage>{email}); System.debug('Email sent successfully'); } catch (Exception e) { System.debug('Email failed: ' + e.getMessage()); }}
However, the trigger doesn't seem to fire when I delete a Knowledge Article Version.
According to Salesforce documentation:
I'm specifically deleting the Knowledge__kav record (not just archiving it), so I would expect the after delete trigger to fire.
Does anyone know if there are any exceptions or additional constraints for deletion triggers on Knowledge Article Versions? Is this a known issue or is there a specific method required for deletion that supports trigger firing?
#Salesforce Developer
Today, 7:35 AM @Liferi Alexandra It is fired but according to help article the before delete and after delete triggers are called in these cases:
- When deleting a translation draft.
- From the Article Management or Knowledge tab in Salesforce Classic, after editing a published article and then clicking Cancel. This deletes the new draft.
Hi Everyone,
I’ve been successfully publishing multiple versions of a 2GP managed package under my namespace.
Now, I’ve added a new agent component, which I developed in a Partner Benefit Org (SDO) since agents can't be created in the Partner Developer Edition namespace org.
After retrieving the agent metadata into my local source (VS Code), I'm attempting to create a new package version. However, I’m encountering the following error: (1) Not available for deploy for this organization (2) p_16jHu000000kEfa_Automated_Check_In_Check_Out: Not available for deploy for this organization am i missing something? how this can be fixed?
Today, 7:32 AM Hi Satendar,
I'm also facing the same issue. Could you please let me know if you've found a fix or any workaround for this?
Today, 7:32 AM