I would like to patch a record making status "Inactive".
But it shows error "Network error when using Patch function: The specified column generated by the server and can't be specified."
Is there any way to patch the "Status" and "Status Reason" columns?
My code is as follow:
Patch(
'Service Options',
Defaults('Service Options'),
{
Service: "Field App",
Option: "Upload / Download Fail",
Status: 'Status (Service Options)'.Inactive,
'Status Reason': 'Status Reason (Service Options)'.'Incomplete Information'
}
)
I don't want to make default "Status" as "Inactive".