cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JhaWen
Level 4

Migrating from IS 5.5 Pro script project

I want to migrate to IS 2008 Pro and I run into one problem
I want to set the destination of one component:
ComponentSetData( MEDIA, szComp1, COMPONENT_FIELD_DESTINATION, 0, szComp1Dest );
but COMPONENT_FIELD_DESTINATION is not supported in IS 2008
So what should I do to fix this?which functions should I use?
it seems that Feature related functions can't set destination.
thank you
Labels (1)
0 Kudos
(2) Replies
esiemiat
Level 9

I use FeatureSetTarget to set the destinations. However, this function does not work on specific components, instead it works on script defined variables.
0 Kudos
JhaWen
Level 4

thanks but I don't think it works for me
any other suggestion?
0 Kudos