Hi All,
I am writing a D2-Plugin to monitor the save operation on attribute 'abc' of object type A. I have some queries:
1. Is it possible using D2-plugins to update 'xyz' attribute of object Type B on every save of object type A? Basically i have overridden the saveProperties method of D2PropertyService for object type A and now I want to update attribute 'xyz' of object type B on save operation. Is there any solution to achieve?
2. Is there any way to call server method while overriding D2PropertyService.
3. Can we use D2FS while overriding any D2Service.
Thanks in advance.