| Zoe Hart [MVP] 2005-01-28, 5:49 pm |
| As far as I know, you can only access the UserObject and TargetingContext
profiles. I've had a similar challenge wanting to use data in the Address
profile for targeting. The only way I found to do it was to add a new
property like ShipToState to the TargetingContext profile and at runtime,
prior to executing the pipeline, copy the relevant data from Address to
TargetingContext. It's not an ideal solution, but it works.
Zoe
"Kev" <kev@harrison59.fslife.co.uk> wrote in message
news:35a4fe57.0501271224.3ff9b420@posting.google.com...
> Is it possible to create Discount Targetting Expression Criteria that
> targets OrganizationObject properties instead of UserObject
> properties?
>
> I have strictly managed User and Organization data and *need* to
> target discounts and adverts against Organizations with certain
> property values.
>
> Help!
|