Hi,
I want to exclude some parameters on a standard PythonPart for the updates (for example the "Quantity" parameter).
So, I tried ExcludeIdentical like here :
<Parameter> <Name>Quantity</Name> <Text>Quantité</Text> <Value>0</Value> <ValueType>Integer</ValueType> <Enable>False</Enable> <ExcludeIdentical>True</ExcludeIdentical> </Parameter>
But I'm a little confused for what to include into the .py file...
Best Regards