How to uncheck modified option in object designer?

voodoo
Member Posts: 82
I know the answer(manualy) if I have 10 or 20 objects which are checked(modified), but my problem is that All Object are checked....how to unchecked them all(automaticaly)?
I tried to use Object table from CU and set modified field to false, but it's not allowed
Thnx
I tried to use Object table from CU and set modified field to false, but it's not allowed

Thnx
misha fka voodoo
0
Answers
-
You need to change the permissions in the codeunit's properties.
Add modify permissions to this codeunit.0 -
Mark Brummel wrote:You need to change the permissions in the codeunit's properties.
Add modify permissions to this codeunit.
my code in test(CU):// obj - datatype record; subtype Object if obj.find('-') then repeat obj.modified := false; obj.modify; until obj.next = 0;
misha fka voodoo0 -
If you open the codeunit you can access the propeties like in any other object.
One of the properties is Permissions
If you pust the assistedit button you can add Permissions to the Object table.0 -
Mark Brummel wrote:If you open the codeunit you can access the propeties like in any other object.
One of the properties is Permissions
If you pust the assistedit button you can add Permissions to the Object table.
Aha, i understand :oops:
but still have a problem.....when I run CU, following message popup:
"You cannot modify table data in the object table. Modify the table definition instead.
Table: Report Listmisha fka voodoo0 -
You need to filter on Obect type Table..Codeunit
You cannot modiy the TableData.
This is also not visible in the objectdesigner.0 -
// obj - datatype record; subtype Object obt.setrange(type, TYPE::Table, type::Codeunit); if obj.find('-') then repeat obj.modified := false; obj.modify; until obj.next = 0;
0 -
Thank you Mark, I've done it
I owe you a beermisha fka voodoo0 -
voodoo wrote:Thank you Mark, I've done it
I owe you a beer
Good idea
Give me a ring when you are in The Netherlands.0 -
No problem
Get me a job there and I'll buy you a dinner toomisha fka voodoo0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions