User Permission SET SUPER CANNOT WRITE in TABLE GLEntry

jhanvincent14jhanvincent14 Member Posts: 214
Hello Good day.

The user I used is SUPER and still cannot write in GL Entry table. Please see attached Photo

byjkgtbihc79.png


Anyone knows how to resolve this ?

Answers

  • lubostlubost Member Posts: 631
    To direct insert/modify/delete to G/L Entry table you need a developer license or permission done by developer license. This permission must be set in desired object which you use.
  • jhanvincent14jhanvincent14 Member Posts: 214
    lubost wrote: »
    To direct insert/modify/delete to G/L Entry table you need a developer license or permission done by developer license. This permission must be set in desired object which you use.

    hello @lubost . thanks for the response. Yes. I already coded to insert some data according to a condition.

    w8e9j2wzsso3.png

  • ara3nara3n Member Posts: 9,257
    You don't write directly into GL entry. You post through journal.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • lubostlubost Member Posts: 631
    Change your code to write into journal instead of G/L Entry.
  • mucamuca Member Posts: 42
    edited 2018-12-28
    1. be sure that SUPER permission set (role) can write in to table 17 G/L Entry. (Yes or Indirect)
    2. Add Permissions Property to Your code. TableData G/L Entry=rim

    (second can be done using developer license only)
Sign In or Register to comment.