ContributionsMost RecentMost LikesSolutionsRe: Extracting Journals in a loadable format? Oh, that sounds great. The link just takes me to the Solution Exchange home page though. Do you know what the Solution is called please, so I can search for it? Extracting Journals in a loadable format? Hi, We're on 7.4. Is there a way to extract a posted journal from one application so that I can easily load it to another application. This would be super useful for investigating issues. At p...Re: Complex Expression in Transformation Rule - How to exit rule? I like the idea of having the complex expression code look up the mapping from the List. Can that be done using the existing List, and if so, how? Or would I have to move it all into a Lookup? Th...Re: Complex Expression in Transformation Rule - How to exit rule? It's definitely picking it up. This populated the UD2 as Test1, as expected: Re: Complex Expression in Transformation Rule - How to exit rule? This is the Composite: That has this Complex Expression: Here is the List: If I remove the Complex Expression completely then the List and Mask work fine. Re: Complex Expression in Transformation Rule - How to exit rule? Yes, in theory, but there are a lot of line in the List mapping. I'd also have to combine them with the source accounts, and there are many of those and they don't run in nice neat ranges. It would...Re: Complex Expression in Transformation Rule - How to exit rule? We already have that mask in place. However, I don't want just any accounts having UD2's applied by the List mappings, only some. If I just leave the List mapping in place for all accounts we cou...Re: Complex Expression in Transformation Rule - How to exit rule? That sounds like what I want, but I can't seem to get it to work for me. This is what I have now: If args.GetTarget("A#") = "BS11200" Globals.Bypass = True Else Return "None" End If ...Re: Complex Expression in Transformation Rule - How to exit rule? The composite filter captures quite a wide range of accounts. I can't see any way to refine this filter without some kind of 'Not like' function. I can do way more robust filtering in the Complex ...Complex Expression in Transformation Rule - How to exit rule? So we have a UD2 mapping set up in the List section. What I want is to be able to set up a Complex Expression in the UD2 Composite section so that for certain accounts it does nothing and so moves ...