Write to TableFilter field

chen_wan
Member Posts: 34
Hi all,
In Navision's Permissions Table there is a field called Security Filter,
which has a datatype of TABLEFILTER.
How can we update this field programatically. I tried the following but but hit an type conversion error. The "Security Filter" field is a TableFilter datatype.
Permission.SETRANGE("Object Type", Permission."Object Type"::"Table Data");
Permission.SETRANGE("Object ID", 5601);
Permission."Security Filter" := 'Fixed Asset: No.=COM/100000';
Permission.Modify;
When I tried to assign a text value to the Security Filter filter, the data type conversion error occurs. Anybody has any idea how to update a TableFilter field?
Thanks.
In Navision's Permissions Table there is a field called Security Filter,
which has a datatype of TABLEFILTER.
How can we update this field programatically. I tried the following but but hit an type conversion error. The "Security Filter" field is a TableFilter datatype.
Permission.SETRANGE("Object Type", Permission."Object Type"::"Table Data");
Permission.SETRANGE("Object ID", 5601);
Permission."Security Filter" := 'Fixed Asset: No.=COM/100000';
Permission.Modify;
When I tried to assign a text value to the Security Filter filter, the data type conversion error occurs. Anybody has any idea how to update a TableFilter field?
Thanks.
0
Comments
-
something like
EVALUATE(Permission."Security Filter",''Fixed Asset: No.=COM/100000');
does not help?0 -
Hello,
i have about the same problem.
If i want to write the following code everything works fine:EVALUATE("Security Filter",'Customer: Test=1');
But if i want to write this...EVALUATE("Security Filter",'Customer: Test=1|2');
... i get an error message.
--> You cannot write "Customer: Test=1|2" into Integer.
](*,)
Has anybody an idea?0 -
What about double quote or apostrophe? Did you tried to enter this directly into security filters, if there are some added characters to delimit the filter?0
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