Too many key fields were specified...

samemery
Member Posts: 60
Hi,
I am getting an error message that reads "Too many key fields were specified, so Contact could not be retrieved. The number of fields in the primary key is 1." when trying to use a GET using a new key I made in the table.
Does anyone know why my SETCURRENTKEY isn't changing to my new key?
Thanks.
I am getting an error message that reads "Too many key fields were specified, so Contact could not be retrieved. The number of fields in the primary key is 1." when trying to use a GET using a new key I made in the table.
Does anyone know why my SETCURRENTKEY isn't changing to my new key?
Thanks.
0
Comments
-
GET Finds a record based on values stored in primary key fields. Not a new key!
Are you saying you can't GET your info using the primary key?
You can use Find for that.
example..
item.SETCURRENTKEY("No.");
item.SETRANGE(Blocked,FALSE);
item.SETFILTER("No.",'<100000');
if item.find('-') then //do stuff also available FindFirst, FindLast, Findset depending on what you need.
More details here!
http://msdn.microsoft.com/en-us/library/dd355032.aspx0 -
you're right! I don't know why I thought I could do that. :oops:
Thank you for your help.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