JavaScript Customize doesn't work after inline Editing?

I use JavaScript Customize to change font-color on Record List Event like this.

but it doesn’t work after Inline Editing…(both Save and Cancel)


are there any solutions?:confused:

Hello Masa

You may solve the problem by implementing a script that would change the font-color again at the “Save” event of the record list (app.record.index.edit.submit.success). However for the “Cancel” event, since the event cannot be obtained, there is no way to work around…

Hi Yuzo Arai. Thank you as always:)

>You may solve the problem by implementing a script that would change the font-color again at the “Save” event of the record list (app.record.index.edit.submit.success)

I didn’t know that event!

It was apparently added after this update…
I should check new Information:/

2016/09/08 kintone API updates for August 12th
https://developer.kintone.io/hc/en-us/articles/223096507

>However for the “Cancel” event, since the event cannot be obtained

Sure. I try to use reload or something.

Thank you so much!