Hi All,
I've a requirement where I'm creating dynamic entity set whose names and structure will be derived from a table. So far, I'm successful in creating metadata of MPC class. But to send data back to service requires a structure, in this case a deep structure (Structure that may include multiple dynamic entries of Structure and Table).
I tried adding a structure inside structure but I don't understand field symbol completely. I made a R&D and found field symbol can add structures of same type or can append to a table. Can someone help on it.
My structure is:
ABC
| - A
| - B
| - C
| - D
| - E
| - F (Dynamic)
| - G (Dynamic)
| - (Table) (Dynamic)