cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Johannes_John
Level 7

Suite - feature condition

Hello,

I can't see the posibility to set the condition of a feature to a simple property compare.
Like: MyProperty=="0"

Can someone give me a hint?

Regards
Johannes
Labels (1)
0 Kudos
(6) Replies
Johannes_John
Level 7

Hello Debbie,

thanks for your reply!

The Extension Condition DLL is very good idea for the rest of all conditions.
And it's workaround.

But I think, that the simple condition ( a property ) should be solved by a standard condition.

Regards
Johannes
0 Kudos
DebbieL
Level 17

I logged this request as IOA-000074628 in our tracking system.

How would you use this type of condition; what sort of property do you envision checking in a condition?

Thanks!
0 Kudos
Johannes_John
Level 7

Hello Debbie,

the simplest posibility is a command line parameter.
And as long as I can set or change properties, e.g. in a dialog, it would be helpful, if these properties can have an influence on the package conditions and other conditions.

Regards
Johannes
0 Kudos
AttilaB
Level 3

Hi guys,

Does anybody know how a feature action state (FEATURE[feature-name].actionState) could be accessed from and external extension (C++)?

I've tried the following but always getting an empty string back:
FEATURE[feature-name].actionState
FEATURE.feature-name.actionState

Also tried to store the action state in a variable ({SetProperty WebCompInit=FEATURE[feature-name].actionState}) before calling my custom code, but in that case I'm getting this from C++:
FEATURE.actionState

Any thoughts on this? :confused:

Thanks,
Attila
0 Kudos
DebbieL
Level 17

spUIExtension->get_Property / spUIExtension->put_Property using the first name that you mention (FEATURE[name].actionState) should work fine, unless there’s a typo.
0 Kudos