Dimensions

ASTAST Member Posts: 108
Hello,
I need to know which function (in CU 408 I suppose) assings dimension to line. I mean, when you post, the dimension is assigned to choosen G/L Account and e.g to VAT Account. When dimension is assigned to VAT Account?

Comments

  • Miklos_HollenderMiklos_Hollender Member Posts: 1,598
    Run the code coverage tool from the Tools/debug. For example you can go into the code coverage window, remove the filters, filter for *INSERT*, find the one that says something like JournalLineDimension.INSERT (if you are talking about a g/l journal), remove the filters, move up until you find the function name, zoom it with ctrl+f8 to to find the object name...

    another neat trick is adding the trigger column to the code coverage form form with form designer, and then just filter on it - the black ones are the ones that ran, and usually you can find where to look just from the function names. For examples something like TransferDimToJournal or something like that will instantly look suspicious I guess.
Sign In or Register to comment.