1

At the moment, when you are doing a Get on a record variable you are getting the Parameter Hint "procedure Get([Value: Joker, ...]): Boolean". If you don't know the primary keys of this record, you have to manually hover over the record, to see the primary keys.


Now the idea to improve this. The Parameter Hint should show all the primary keys. For example for the record Sales Header it would look something like this: "procedure Get(["Document Type": Enum "Sales Document Type"], ["No.": Code[20]]): Boolean".


With this implementation of the Parameter Hint we would see all of the primar keys and their exact order, without hovering over the record.

Category: Development
STATUS DETAILS
Needs Votes
Ideas Administrator

Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future.

Best regards,
Business Central Team