Options

Value Entry

allendeallende Member Posts: 51
Hi all ;

I added a new field a sales line table (discount rate 2) and invoice form .When i post a record, i can't see my field( discount rate 2) in Value Entry table. How can i solve this ?? :-k

Thks

Comments

  • Options
    HalMdyHalMdy Member Posts: 429
    You have to :

    1. create the field in table Value Entry
    2. review the posting code to copy the new field

    If you are not an NSC, I suggests that you take contact with yours to do this heavy job ... [-X
  • Options
    ShenpenShenpen Member Posts: 386
    Or to do it yourself, try to understand the code: codeunit 80 creates an item jnl line ( you need new field also there and code in codeunit 80) , and then you need code in codeunit post item jnl line...

    Do It Yourself is they key. Standard code might work - your code surely works.
  • Options
    kinekine Member Posts: 12,562
    Shenpen wrote:
    Or to do it yourself, try to understand the code: codeunit 80 creates an item jnl line ( you need new field also there and code in codeunit 80) , and then you need code in codeunit post item jnl line...

    And you need to have Solution developer granule... :-)
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.