just wanted to know if anyone of you asked microsoft that a customer's license be updated so that the customer has rights to modify transactions in a posted table and whether you managed to obtain it.
No, but you can give an object permissions to modify a table in which the customer-license has no direct permissions (but only indirect like some entry-tables).
Each object has a property "Permissions". In it you can give the object permissions to insert/modify/delete tables even if the user has no permission to do that action.
Regards,Alain Krikilion No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Just filter Codeunits for *Edit* . This is the way to go. For example, once I developed a Sales Payment Agreement functionality, and set the Due Date of all Customer Ledger Entries covered by the agreement to 9999.12.31 by Codeunit Cust. Entry-Edit
Answers
Each object has a property "Permissions". In it you can give the object permissions to insert/modify/delete tables even if the user has no permission to do that action.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
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
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
It's the "some fields" that I'm worried about. Imagine if the user can change the amount on the G/L Entry table.
*shudder*
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