Hi all,
Preamble:
Rx 6.5.2 on Windows
PSOToolkit for 6.x.x installed
DB Publishing
We are trying to publish to several tables and generate multiple rows by publishing one content item - all using single template.
2 scenarios:
-
Publishing to relationship table of parent_id (single content_id) and child-id’s (multiple content_id’s)
where parent is an Article assembly and children being the images (or other related content) related to this article in slots.
We can’t use child table because the images (events, callouts etc.) may relate to other content. Need to publish this to relationship table as follows
parent_id ------- child_id
1235 ------- 7895
1235 ------- 7896
1235 ------- 7880
We tried using foreach and some slot content gettter PSO functions with no luck. -
we have two EditLive controls in the same editor - body and history - need to publish the content from each field to a new row (not column)
so - in primitive view looks as follows:
content_id-------rel_text
1235-------bodytextcontent…
1235-------historytextcontent…
Please advice or point in the right direction on how to implement this without implementing dynapub custom publishing.
The content_id may be converted to string and include suffix as such 1235_b and 1235_h but how do we correlate those to the text ?
Appreciate your help in advance
Mike