Skip to main content

I'd like to save a threhold as a property associated to a Role and be able to compare an Amount from a K2 smartobject against this threshold in a Decision rule? Is this possible ?

Hi,


 


K2 currently does not have such functionality where you can attach a property to a role. However, I don't think it is difficult to create one yourself. I imagine you just need another database and table to store the property and its values, and relate them back to the role name. In your SmartObject, you just need to pass in the role name, and list out all the properties.


 


Reply