View Link Entity Conditions

2011-12-20 Thread Ancheta, Fred
It appears that view-link supports the notion of entity-condition where you can do something like this: view-link entity-alias=A rel-entity-alias=B rel-optional=true key-map field-name=fk / entity-condition condition-expr entity-alias=A field-name=fld operator=equals

Accessing/Modifying Session from Groovy

2011-08-09 Thread Ancheta, Fred
Hello I am trying to modify the session from a Groovy script and was wondering if there were changes in 11.04 that would prevent me from doing this. For example: In Groovy, I would do the following: aList = session.getAttribute(aList); aList.add(item); session.setAttribute(aList, aList); Now,

sendCreatePartyEmailNotification Mistake/Clarification

2009-10-02 Thread Ancheta, Fred
I was working on making custom ProductStoreEmailSettings in the Catalog and I found that I couldn't get them to send the right email templates. For example, I am working on making a page where users can create new profiles, thus calling the createCustomerProfile event in the Ecommerce application

Re: Ecommerce Search (Unable to find products)

2009-09-25 Thread Ancheta, Fred
/ ProductCategoryRollup parentProductCategoryId=CATALOG1_SEARCH productCategoryId=TEST fromDate=2008-12-02 12:00:00.0/ HTH! Thanks Regards -- Pranay Pandey HotWax Media | www.hotwaxmedia.com On Sep 25, 2009, at 12:31 AM, Ancheta, Fred wrote: Greetings! I am currently working on getting search

Ecommerce Search (Unable to find products)

2009-09-24 Thread Ancheta, Fred
Greetings! I am currently working on getting search to work as it does in the Ecommerce application. I have already set up a Default Search Category to hold all of the products in. Now when I go to search, I get no results at all. Ive even tried adding the products to the Demo Default Search