Field Exist

BHT
Member Posts: 56
Hi all,
I need to have function to determine whether or not a field exist in a table.
Anyone have idea how to get this?
Tks.
:oops: :?
I need to have function to determine whether or not a field exist in a table.
Anyone have idea how to get this?
Tks.
:oops: :?
Regards,
BHT
BHT
0
Comments
-
Maybe, this:FIELDEXIST (RecordRef)
Use this function to find out if the field that has the number fieldno exists in the table that is referred to by the recordref. The function returns an error if no table is currently selected.
Exist := RecordRef.FIELDEXIST(FieldNo)
Exist
Data type: boolean
The return value. The possible values are:
TRUE The field exists in the table
FALSE The field does not exist in the table
RecordRef
Data type: recordref
The recordref that identifies the record and the table that you are interested in.
FieldNo
Data Type: integer
The fieldno that you want to know whether or not it exists in the table.0 -
Hi Tim81,
I've tried that function. But I can not compile it. it always prompt error message when compiled.
The error message indicating that the C/AL can not recognize this function.
Can you send me some sample of how using this function? :roll:
Thanks.
BHT.Regards,
BHT0 -
RR - type RecordRef
Item - type record Item
For Example:
RR.OPEN(DATABASE::Item);
MESSAGE := FORMAT(RR.FIELDEXIST(Item.FIELDNO("No.") ));0 -
Thanks randrews.
I've just found a sample of it in codeunit 408.
Thanks anyway.
BHT.Regards,
BHT0
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
- 322 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