Expand my Community achievements bar.

SOLVED

Multiple editors working on the same page

Avatar

Level 3

Hi All,

when editor is working on the page somebody is trying to edit same page he will get notified or Send alert how can we achieve this. 
please provide some suggestions 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @dh54220 

 

If you want to get some notifications on modifications, you can

  • Create a launcher + workflow to trigger an email on content modification
  • Create a listener that triggers an email on node/content change

Also, ideally, the authors should be working in coordination to make sure that the changes are not done in parallel. If you find it difficult to happen, you can provide access appropriately.

 

Hope this helps!


Thanks,
Kiran Vedantam.

View solution in original post

3 Replies

Avatar

Community Advisor

@dh54220  you can use the lock feature so that the page will remain locked when it's being used and can be unlocked post the actions for the next person. Locking will prevent other users from editing the page.

ManuMathew1994_0-1673970106641.png

Hope this helps!

 

Avatar

Correct answer by
Community Advisor

Hi @dh54220 

 

If you want to get some notifications on modifications, you can

  • Create a launcher + workflow to trigger an email on content modification
  • Create a listener that triggers an email on node/content change

Also, ideally, the authors should be working in coordination to make sure that the changes are not done in parallel. If you find it difficult to happen, you can provide access appropriately.

 

Hope this helps!


Thanks,
Kiran Vedantam.

Avatar

Level 3

@Kiran_Vedantam 

 

Thank you for reply I am try to implement this.your suggestions are helpful.