<@U2AU01A10> And you need that to use it where? yo...
# suitescript
a
@toltmanns And you need that to use it where? you are gonna store it or something?
t
create a journal entry to offset
a
Well you can offset with a GL Plugin, but if you want a JE then you can create a Transaction search for posting lines = true and you should be able to get the posting amounts.
t
👽thanks!
my admin found a suiteanswers article that was probably written before Custom GL Plugins were a thing so I think that is probably the better solution - it's not something I'm familiar with so I will check into that
c
if you go the GL plugin route, keep in mind its in 1.0 and you can't modify existing lines you gotta reverse out and add new lines (i learned the hard way).
t
I don't think that will be an issue in this scenario - just adding new GL impact
c
thats how you do it then
t
I found an existing Custom GL Plugin in our system that I cleaned up and worked the logic into. Created the custom plugin implementation, configured it for the transaction I am testing with, and it doesn't seem to be firing off, no log statements are being captured
It's the same record type as an existing GL plugin, is there a rule that only one per type can be deployed?