Hello,
I have small issue with a business rule not being activated upon an update.
I am using a scheduled task and on certain conditions we are updating the adm-CustomAttributeBoolean1 field with the following code:
$Context.TargetObject.Put("adm-CustomAttributeBoolean1", $True)
$context.TargetObject.PutEx("ADS_PROPERTY_UPDATE","adm-CustomAttributeTextMultiValue1",$array)
$context.TargetObject.SetInfo()
We also have a businessrule active After updating a User with the following check :
If the 'adm-CustomAttributeBoolean1' property has changed
Now when the scheduled task runs on a test user. The fields are actually being updated, but the business rule is not being activated.
But when I manually adjust the field within the adaxes console ( on the same object) it does trigger the business rule.
Am i missing anything ? :)
Kr,
Serge