MainDerriveConcatenatedCategory Method |
Calculates and assigns a new value for a set property. The new value is calculated on the basis of the chosen values in 2 other set properties. The action object must contain all 3 set properties.
For example,
setPropertyValue1Id specifies the value "02. Medium"
setPropertyValue2Id specifies the value "04. Critical"
keyLength is 2
The method tries to find a value for the derrivedSetPropertyId property that begins with "0204".
Codemethod usage | Description |
---|---|
Designed to be used in a process only (Yes/No) | No |
Action Object (data object type) | Action Object |
Namespace: Omada.OE.UtilityCodeAssembly
public bool DerriveConcatenatedCategory( CodeMethodInvokeContext context, string setPropertyValue1UIdStr, string setPropertyValue2UIdStr, string derrivedSetPropertySysName, int keyLength )