6
It would be great if we could create a Dictionary with Record types.
For example
Dictionary of [Integer, Record Customer]
Dictionary of [Code[20], Record Customer]
Dictionary of [Record Customer, Integer]

It would allow us to create certain relations to records that we may need for further processing without having to use temporary tables. Or create a "join" between two disparaging record types without having to resort to
dic[code,code]
rec1.get(code)
rec2.get(code)
Which may not even work if it's a multi field key.

Arrays can already be made of records, so it would be nice if that was expanded for dictionaries to also support them.
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