Creating TopicAssignment records silently fails in a managed package context #90
Labels
Feature: Tags
Items related to Nebula Logger's tagging/labeling functionality
Logging Source: Apex
Items related to using Logger within Apex
Logging Source: Flow
Items related to using Nebula Logger within Flow
Package Type: Managed Package
Issues and enhancements that specifically apply to the managed package
Type: Bug
Something isn't working
Milestone
The
Logger
andLogEntryEventBuilder
methods for using Salesforce's Topics are not currently available in the managed package due to an issue with the functionality. NewTopic
records were successfully created, but the relatedTopicAssignment
records forLog__c
and LogEntry__c` were never inserted.This functionality all works both when running in an org without a namespace (unpackaged code), as well as in a namespaced scratch org (using the same
Nebula
namespace, but silently fails in orgs that have installed the managed package.Possible theories
The text was updated successfully, but these errors were encountered: