[solved] Edit Cust. Ledger Entry

geri79geri79 Member Posts: 105
Hello,

is there any possibility to insert data in a customer field in Customer Ledger Entry.

With developer license i can do that. With client licence: In the form my value disappears in the tabel: Cust. Ledger Entry can not be modified from this form.

Any ideas?
geri

Comments

  • nunomaianunomaia Member Posts: 1,153
    You should only insert into customer ledger entries using journals.
    Nuno Maia

    Freelance Dynamics AX
    Blog : http://axnmaia.wordpress.com/
  • krikikriki Member, Moderator Posts: 9,110
    Standard Form 25: some fields (Due date,Pmt. Discount Date,...) can be changed.
    The form uses the InlineEditing property of the tablebox.
    In the Form - OnModifyRecord-trigger, codeunit "Cust. Entry-Edit" is called with current record. This codeunit writes the fields that the user may change into the record. If you want other fields to be changed, you have to add them in that codeunit.

    If you have created a new form, you best start it by copying Form 25.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • geri79geri79 Member Posts: 105
    Thanks!
    geri
  • Miklos_HollenderMiklos_Hollender Member Posts: 1,598
    Though the simplest thing is to set the Permissions property on the form in form designer to allow editing this table. (I think they are using this codeunit trick only to stop clients from setting other fields editable with form designer and edit them - maybe SOX compliance, something like that?)
Sign In or Register to comment.