Options

How to add a new line of item charges after posting the item in sales order??

TejaswiniTejaswini Member Posts: 75
Hi,

I have a charges field in sales line and in sales order subform I have added this field and in sales order I want to select the item in type field by giving the quantity, unit price I can get line amount and amount incluidng tax and also I have some amount in charges filed also but my problem is How can I get this charges field amount as item charges without selecting the charge(item) in type field carrier charges should post as item charges??

Can any one please explain me with C/AL code...

Answers

  • Options
    archer89archer89 Member Posts: 337
    you could add some code to the onvalidate trigger of your new field. after entering some value a new sales line of type charge(item) will then be created with your needed values from the main sales line.
    best regards
    Franz Kalchmair, MVP
    Alias: Jonathan Archer

    please like / agree / verify my answer, if it was helpful for you. thx.
    Blog: http://moxie4nav.wordpress.com/
  • Options
    TejaswiniTejaswini Member Posts: 75
    Thank you,
    can u please suggest me the C/Al code for it
  • Options
    TejaswiniTejaswini Member Posts: 75
    I just want to add a new line of item charges automatically in value entries after posting the item in sales order
  • Options
    TejaswiniTejaswini Member Posts: 75
    edited 2016-08-27
    On the fly the charges amount should post as item charges
    what is the meaning of above line?
    can any one please explain me??
  • Options
    TejaswiniTejaswini Member Posts: 75
    edited 2016-08-27
    How do I post charges that I have created in sales line as item charges in background while I hit the post button in sales order??

    Please help me about background posting
    It is very urgent

    Please explain me...
Sign In or Register to comment.