You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a requirement to update the Status of APPYMT from 'A' to 'C' using the sdk. Its not throwing any errors or exception but doesn't update the status to 'C' and it updates any other fields.
Do you an example of updating the status to from 'A' to 'C'
I have a requirement to update the Status of APPYMT from 'A' to 'C' using the sdk. Its not throwing any errors or exception but doesn't update the status to 'C' and it updates any other fields.
Do you an example of updating the status to from 'A' to 'C'
public async Task<IDataResponse> Update(List apPymts)
{
return await _intacctDataService.InsertUpdateBatch(apPymts, "update");
}
The text was updated successfully, but these errors were encountered: