Property change not propagating to subscribing viewpoints
Content
The scenario...
We have a master record set, called AccountMaster. AccountMaster has 3 subscribing viewpoints called AccountA, AccountB and AccountC.
AccountMaster has the following properties AllowPostingA, AllowPostingB and AllowPostingC. Default value is True.
If we add a new record to Accountmaster and the AllowPostingC property is false, the record is not created in AccountC. This behavior is correct.
But if we later decide that the AllowPostingC property should have been true, the subscription fails to make the change, because the subscription tries to perform a property update on a record that does not exist. Surely, it should create the missing node in the AccountC.
Tagged:
0