AleksandrRogov / DynamicsWebApi

DynamicsWebApi is a Microsoft Dataverse Web API helper library for JavaScript & TypeScript
MIT License
268 stars 58 forks source link

Creating Tables and columns dynamically #140

Closed sriharikrishna33 closed 1 year ago

sriharikrishna33 commented 1 year ago

Dear @AleksandrRogov

Is there any way to create tables and columns dynamically?

AleksandrRogov commented 1 year ago

@sriharikrishna33 yes. please use functions related to Entity Metadata.

Official documentation: https://learn.microsoft.com/en-us/power-apps/developer/data-platform/webapi/use-web-api-metadata

My documentation uses Dataverse SDK terminology btw where Entity = Table and Attribute = Column. https://learn.microsoft.com/en-us/power-apps/developer/data-platform/understand-terminology#terminology-use-depending-on-protocol-or-technology

sriharikrishna33 commented 1 year ago

@AleksandrRogov

Thank you and please provide a sample example of how we can achieve using nodejs.

AleksandrRogov commented 1 year ago

@sriharikrishna33 there are examples in a README file I linked you to.

Entity Metadata

AleksandrRogov commented 1 year ago

Closing this issue. If there are more questions please feel free to add a comment even if it's closed.