extract the RQL -result set into a File / String / Any datastructure - HOW To ?
33 views
Skip to first unread message
NewBie
unread,
Apr 19, 2012, 3:35:04 PM4/19/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ATG_Tech
Hi Experts,
Is it possible in ATG to extract the result sets in RQL and store in a
file or string or any data structure for
further processing ..
eg:
Below is my query item
Execute Query eg --- > <print-item item-descriptor="Order Discount -
Amount Off" id="prom_570041" />
the output will be an RQL. via dyn/admin ..
Requirement :
I need to get this RQL output while run time and do some modification
and create a new promotion..
say with id prom_570041_111, prom_570041_112 etc and execute an add-
item on the fly.
Please share your thoughts and some similar implementations you
experts did or have in your project.