Hi All,
I have an requirement which need expertise suggetions to implement the same. The requirement is as follows
The Content which has to be added to the page has dynamic values like User ID's which fetch from other systems. if I use RTE can i able to do that. how to identify the dynamic values.
Example Content: "welcome to my company. you are shortlisted for the lucky draw. The user id allocated for you is XXXXX and agreement number is XXXXX"
Please let me know how to handle these kind of situations like editor has to update content where in between dynamic values will be present
Solved! Go to Solution.
Views
Replies
Total Likes
Approach 1:
RTE has got a plugin called InsertVariablePlugin, it pretty much does the same, inserts the dynamic values in RTE content.
2 OOTB RTE configuration examples you can refer to:
More on InsertVariablePlugin can be found on widget API page - http://dev.day.com/docs/en/cq/current/widgets-api/index.html
But I guess they refer dynamic values only from logged in users profile so you might need to extend it.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Approach 2:
See if any of the approach suits you.
- Runal
Views
Replies
Total Likes
If you are with aem6 look at adobe campaign & aem integration. It has what you need.
http://www.adobe.com/news-room/pressreleases/201401/011414AdobeCampaignIntegration.html
Views
Replies
Total Likes
Thanks for your reply shyam. Currently i am using Adobe CQ5.5 . Please suggest.
Views
Replies
Total Likes
Approach 1:
RTE has got a plugin called InsertVariablePlugin, it pretty much does the same, inserts the dynamic values in RTE content.
2 OOTB RTE configuration examples you can refer to:
More on InsertVariablePlugin can be found on widget API page - http://dev.day.com/docs/en/cq/current/widgets-api/index.html
But I guess they refer dynamic values only from logged in users profile so you might need to extend it.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Approach 2:
See if any of the approach suits you.
- Runal
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies