Hi all.. Is there any way to create data type (CDT) dynamically in the bac

Hi all..
Is there any way to create data type (CDT) dynamically in the backend without actually importing the XSD file.

OriginalPostID-148838

OriginalPostID-148838

  Discussion posts and replies are publicly visible

Parents
  • I just need the CDT structure to read xml file tag elements. I used a function torecord() to extract the contents but that needs CDT with elements corresponding to the tag elements in xml file. The issue I am facing is the xml file that I get is dynamic. So, I cannot have a static CDT created before hand. Could you please suggest if there is any other alternative to read the elements in XML file. Thanks in advance.
Reply
  • I just need the CDT structure to read xml file tag elements. I used a function torecord() to extract the contents but that needs CDT with elements corresponding to the tag elements in xml file. The issue I am facing is the xml file that I get is dynamic. So, I cannot have a static CDT created before hand. Could you please suggest if there is any other alternative to read the elements in XML file. Thanks in advance.
Children
No Data