Hi,I will devide my requirement in two part.I)To give functionality to user so author can directly open that new dcr in edit mode by single click in opened(parent) dcr without traversing to workarea and do regular activity.--- this functionality is achieved.II)To edit child dcr by single click in parent dcr. How can we get child dcr name in parent dcr?If any one has idea about this please reply to me...ThanksShivgaytri
#1 is not a problem with the use of CC URL edit.#2 - you did not provide enough information for us to help.Parent/Child DCR relation is your own customization, there is nothing like it in OOTB TS. To maintain it you can in theory use naming conventions, configuration File(s), Link DCR(s), External Attributes, Database Tables and whatnot.Depending on what you do you may (or may not) be able to build Child's Full Path in FormAPI, locally or with the useof callServer
yes i am using "CC URL new form" option to create child dcr from parent dcr .But after saving child dcr ,i want to pass child dcr name to parent dcr .Use this value to edit child dcr from parent dcr without traversing to workarea and do regular activity..Is there any call back function to pass child dcr name to parent dcr ?