Add Assignment Group column to Collaborative Work Management Workspace

davideluvotto
Tera Expert

Hi all,

It's possibile to add Assignment Group column in the CWM Board view within CWM Workspace?

Regards,

Davide

 

1 ACCEPTED SOLUTION

Hi,


I resolve with the support of ServiceNow SPM Team.

You can modify Script include – BoardViewData (API sn_cwm.BoardViewData) and method – getGridColumns (column type Reference).
Please note that this will be customisation and would have to be reverted for smoother upgrade.

 

Regards

D

View solution in original post

13 REPLIES 13

Hi,


I resolve with the support of ServiceNow SPM Team.

You can modify Script include – BoardViewData (API sn_cwm.BoardViewData) and method – getGridColumns (column type Reference).
Please note that this will be customisation and would have to be reverted for smoother upgrade.

 

Regards

D

Are you able to provide exactly what the modification looks like?

As commented by Sunil BN below, in the last versions (>3.x) of SPM, the field Assignment Group is included OOTB within CWM Board, for this reason I revert the customisation.

i was trying to get the assigned_to field onto the card  with state and priority

Sunil B N
ServiceNow Employee
ServiceNow Employee

Hi,

 

In the newer releases (>3.x) you will be able to configure this by just adding into the view of sn_cwm_task table form.
This way, you will not need any customisation and can add and remove any fields. Same can be applied to list and gantt view.


Best regards,
Sunil B N