Question
Multi dimensional Record Type
Hi Everyone,
Is that possible to store Multi dimensional of a record type?
I have a requirement where i need to store like below
a[1][1]=2,
a[1][2]=3,
something lie this,With CDTs i see it is straight forward but when i am using with record type to save a[1][2]
it is showing below error
.
Am i missing anything?
Can someone please help me on this?
