Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Inline Editing On The Service Portal Grid.

Abby K
Mega Contributor

While working service portal which is build with the help of AG grid Angular Provider. All the data is displaying in the form of Grid. I want to edit the data from the grid itself - should be able to edit and save the data from the list view of Service portal grid only without opening the form. Any suggestions?

1 ACCEPTED SOLUTION

Justin77
Mega Guru

I'd check out AG Grid's documentation:https://www.ag-grid.com/javascript-grid/cell-editing/ and in the callback maybe call the server script to update the actual record on your SNOW table?

View solution in original post

2 REPLIES 2

Justin77
Mega Guru

I'd check out AG Grid's documentation:https://www.ag-grid.com/javascript-grid/cell-editing/ and in the callback maybe call the server script to update the actual record on your SNOW table?

Abby K
Mega Contributor

Thanks it was helpful