Open askiwtech opened 4 years ago
@erickacevedoriw are you asking if there is a way to create a new custom field, or a way to update a custom fields value on a specific order?
Hey @ajohnson6494 We're looking for a way to update a custom field value on a specific order, thanks for your reply!
You can just use the data service to update an order.
$ifs_order_data = [ '_CustomFieldDBName' => 'some data to update'];
$job_update = $infusionsoft->data()->update("Job", $job_id, $ifs_order_data);
is there a way to edit (Pushing new info) a custom field in a existing Infusionsoft order.