Hello,
it´s maybe very simple (i hope so)...
i´m getting a string by using the GETFILTERS-function (e.g.: 'Code: CUSTOMER' (where Code is the field name and customer is the value))
Now i want to use this string to filter another recref-variable...is there a function like "setfilters"

, which i can use?
thank you!
greetings
Comments
If you are using a record varibale why not use the function copyfilters. If using recref then look at settable
Hope this helps
Dynamics Nav Add-ons
http://www.simplydynamics.ie/Addons.html
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I write some code to build a RecordID (for RecRef) based on the filter string
Thanks for your help!