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)
Item Type in OR Replicant..
jamesk
When looping through an 'OR' replicant i want to know which type it is. Using the IW tags i would do..
<iw_iterate var='Subnode' list='Item.*' iteration='jim'>
<iw_ifcase name='Subnode'>
but within <iw_perl> i cant workout how to do it
the following code loops through my OR-replicant
foreach my $or_replicant (iwpt_dcr_list('list.or_replicant'))
and the following code can be used to extract the value..
iwpt_dcr_value('or_replicant.itemname')
but how do i know what the item name is??
any ideas?
Find more posts tagged with
Comments
There are no comments yet