Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
is-replicant plus value-from-callout fails
Bill Klish
OD 6.0.2 SP1
DD Module
We are trying to implement the IWExternalDataSource interface for some sequence numbers that have to get generated.
Table is simple
Product family id (Primary key)
Product family name
This table is being loaded from a single DCR with multiple name entries inside replicants. I didn't set this up originally, so storing the IDs in the DCR would be better, but anyway......
Our class ProductFamilyId is called successfully using the value-from-callout designation in the DD config xml file. However, if we add the is-replicant attribute to the column element, the class is never called. I don't see any kind of error anywhere, and when it runs without the is-replicant clause, when I dump the input values inside of the class, isReplicant is false, so DD thinks it isn't a replicant.
I think this is a bug. Anyone else ever seen this before?
Find more posts tagged with
Comments
Bill Klish
Will file another support case on this. I must be the only one using these features