How I enabled allow bulk edit on custom child table on a standard ERPNext doctype

Note: Not sure if this is recommended, but I had no other way.

Problem:

I tried to enable “Allow Bulk Edit” property for a custom child table inside purchase invoice customize form.After refreshing the form the “Allow Bulk Edit” check is unchecked automatically.

So I used Property Setter to enable ‘Allow Bulk Edit’ for custom child table, then it worked

While creating the Property Setter document ,it is showing a warning message like

“Please don’t update it as it can mess up your form. Use the Customize Form View and Custom Fields to set properties!”

Will there be any issues while using Property Setter directly?

Erpnext :- v13.36.2 (version-13)
Frappe :- v13.36.3 (version-13)