Chat within Form

  • 20 April 2017
  • 4 replies
  • 0 views

Badge +1

Has anyone been able to add chatting to their Nintex form?

I need to add some functionality so the task requester and task worker can interact quickly and keep everything logged.  Does anyone know how this can be done?


4 replies

Badge +8

Try using Comments.

In any of the User Action Task Forms add a Multiline textbox and config as shown below:

202111_pastedImage_2.png

202110_pastedImage_1.png

202112_pastedImage_3.png

Comment : will be enabled to captured user's input

Previous Comments: will show all the users comments for the item on which the task is running, but the control will be disabled. This will also show the information of User Name and timestamp of when the comment was entered.

I hope this helps!

Userlevel 5
Badge +14

afaik, nintex doesn't provide any support for instant messaging.

the most what you could do is to develop a customized page that will be refreshed at regular intervals.

but that will either work on whole list or single item level.

I would assume, there is M:N relation between tasks 'task requester' owns and tasks 'task worker' should respond.

but the re are no (OOTB) aggregation capabilities that would post/push updates to requester on all the tasks he owns, neither to notify/push updates to task worker on all the tasks he should respond to.

Badge +1

That is a good solution and probably the one I will push to my business team.

Userlevel 3
Badge +8

Are you using tasks ? If not, within SharePoint why not use a Multiple lines of text column and append changes. Changes are then recorded.

Reply