What is FieldRef, how do we use the FieldRef in Al, and please share example of using FieldRef.
What is FieldRef, how do we use the FieldRef in Al, and please share example of using FieldRef.
Hi, Since it's unclear what your specific needs are, here are some of my tests, hoping to give you some inspiration.
Thanks.
ZHU
In order to understand field ref i think you should understand record ref as well
docs.microsoft.com/.../recordref-data-type
docs.microsoft.com/.../fieldref-data-type
Record ref can reference any table in your database with out you having to know exactly what table you will work with when you declare the variable.
So a field ref is basically a data type in AL that can reference any field in any given table in the database.