How to identify the promotions (promotion id ) associated with a commerce item?
15 views
Skip to first unread message
Raja Ramachandran
unread,
Dec 7, 2007, 11:15:13 AM12/7/07
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_...@googlegroups.com
Hi,
I'm trying to build a data warehouse model for an ATG commerce schema. One of the requirement is to identify the promotions ( promotion_id) associated at an oder level and at item level. I was looking at the **amount_info and **price_det tables to see if it holds any sort of relation. I couldnt find. Can someone tell me if such a relation ship exists at a DB level OOTB or do I have to extend the CommerceItem and Order tables to hold this relationship?
Thanks, Raja
Matt Landau
unread,
Dec 7, 2007, 11:49:47 AM12/7/07
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
Look at the AmountInfo's "adjustments" property.
Raja Ramachandran
unread,
Dec 7, 2007, 3:59:08 PM12/7/07
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_...@googlegroups.com
Thanks Matt.I was tied in a semi all day and could respond earlier. That worked.