I need to add a boolean to the Bank Account Ledger Entries Table.
It will do nothing other than tic yes/no.
I don't need to modify anything else nor should I or want to.
I simply want to called it "Reviewed" or something, my new form will only show the entries that are not checked (or Reviewed)
Regular license will not allow regular users to modify this table.
Is there something like the *Edit* codeunits that allow me to enable 1 field for editing. I was thinking of adding a function to CU370.
any better ideas?
0
Comments
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
I hope the following solution would give you the desired result.
Go to properties of the form you are using under that there is a permission field and include Bank A/c Ledger entry there.
Then use client license to modify the record.
Thanks.
Su