Hi All,
How to make 2 DCRs in sync? Example I have A and B 2 dcrs, if I make changes to A dcr,B should get propt message for A changes.
Do we have any form API feature to achieve this requirement?
Environment:
Teamsite 7.2.1,Solaris
Regards,
Ram.
As nipper replied in your other thread, you should expand a little bit on your requirements, because duplicating information is usually a bad idea. Instead, think about creating a link between A and B (A may have a field whereby you reference B by path) and then your rendering framework should load A, see that it requires B, and load B as well.
Thanks Rpoulin.
Requirement:
A DCR exist in datatype XYZ(templatedata/category/XYZ/data/A) and B DCR exist in datatype PQR(templatedata/category/PQR/data/B).
When ever I make changes to A DCR, B DCR should get propt messge for A DCR changes.
Can we achieve this functionality using form API/any other?
I am trying with link file option now.
As @rpoulin indicated - you shouldn't be forcing DCR-B to change when DCR-A changes, you should, instead, have a reference to DCR-A within DCR, i.e.: a field within DCR-B the contains the vpath of DCR-A
Beyond that, it depends on how the data in the DCRs is processed: