Options

Question about Cash Receipt Journals

allendeallende Member Posts: 51
Hi
I have a problem about Cash Receipt Journals. I added a field in Cash Receipt Form (Form255) and Gen.Journal Line table named correct. Correct field type is boolean and when I post a record clicked it. I need when I clicked this field correct field in GL Entry table is effect.

thans for your interest

Comments

  • philippegirodphilippegirod Member Posts: 191
    :-k Sorry... I don't understand your problem... Could you check your sentences, please [-o<
    Or try to explain it an other time.
    My candle burns by both ends, it will not last the night,
    But oh my foes and oh my friends, it gives a lovely light
  • allendeallende Member Posts: 51
    shortly;

    When I post a record in Cash Receipt Journals. The record should write in GL Entry table in same time. I have a field named correct in Gen. Journal Line and GL Entry table.
  • rsfairbanksrsfairbanks Member Posts: 107
    Do the field have the same Field No.?
  • shrekutshrekut Member Posts: 27
    If you are saying that you want to pass the value from this filed called correct from the Gen. Jnl Line to the G/L Entry at the time of posting then you will need to find the local function in codeunit 12 called InitGLEntry. there you will add a line of code like this:

    GLEntry.Correct := GenJnlLine.Correct;
Sign In or Register to comment.