NebulaLogger icon indicating copy to clipboard operation
NebulaLogger copied to clipboard

Add the ability to use Nebula Logger in OmniScript

Open jongpie opened this issue 1 year ago • 3 comments

Orgs using OmniScript should have a way to leverage Nebula Logger.

I've never worked with OmniScript before, so I'm not sure what all is involved with this - potentially, this might make sense to build as an optional plugin, instead of adding it directly to the core package.

jongpie avatar Mar 07 '24 20:03 jongpie

@jongpie Did you have any luck with this? We plan to use a Custom Apex class that accepts the JSON from the IP and logs it in objects as needed. Also, we are exploring the Data Mappers that can be used within the OmniScripts flow to add logs.

@gpauriyal-github-unimelb I have not looked into this anymore yet - since I don't have any experience with OmniScript or a personal use case for this functionality, it's a lower-priority item for me. If you're able to figure out any options for implementing this, let me know!

jongpie avatar May 07 '24 20:05 jongpie

Based on this page that @jamessimone found, it looks like there would need to be a call that implements the interface System.Callable to make it work in Omnistudio. I don't particularly like the Callable interface, so for now, I think the Omnistudio-related functionality should go into a new plugin package.

jongpie avatar Jun 25 '24 16:06 jongpie