we are trying to create DCR programatically and not using new form entry menu.I can think of following three approaches to achieve this.1. Create a mapping file of DCT fields, what is inside container and what is a replicant and use this as a base for creating the DCR.2. Read the DCT at runtime and create the DCR.3. Use some kind of CLT, API etc which can create an empty DCR based on the DCT and then update the empty DCR with new field values.Can you please let us know if there is any better approach, if not then what will you suggest among these 3?As per me option 3 would be the best, can anyone please suggest how this can be achieved.Please help.
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE record SYSTEM "dcr4.5.dtd"><record name="dcrname" type="content"></record>
But i was looking for if there is an automated way of doing that...