PATCH Operation in Transaction

If we need to modify any field data in Transaction, we can use the PATCH operation.

Follow these steps to apply changes within a Transaction.

Lets say we need to update the customer_name and delivery_address fields for transaction test_order1.

Use the PATCH operation, include the row ID, and apply FORM_DATA to update the parameters.

Take the ID of the row that needs to be updated.

SORT method | We can sort the fields based on datetime and string values.

Field wise sorting is also enabled

Last updated