Update in the dimension should trigger add/remove in another dimension as part of the subscription
Summary:
Subscription should be triggered on flag changes
Content (please ensure you mask any confidential information):
I have a dimension wherein if I update the flag to TRUE from FALSE, it should trigger subscription and add the node in the target dimension if the flag is TRUE and remove the node if the flag is turned FALSE. Is it possible in EDMCS subscriptions ?
My usecase is I have 100 thousand records, few with flag TRUE and few as FALSE. I need to refer only the nodes that are flagged as TRUE. I know i can do it via node selector with criteria where flag is true. But since the records are huge, users feel hard to scroll through each and every record and then see which is not greyed out(enabled). So I created another dimension where I intend to maintain only nodes with flag as TRUE. For that, if my flag is turned FALSE, i need to get that nodes removed and if