autofill method

ResponseFuture<IdentifierResponse> autofill(
  1. DebitNotesServiceAutofillRequest request, {
  2. CallOptions? options,
})

Automatically populates a record with line items and configurations derived from its linked references.

Side Effects:

  • Queries the target record (identified by its UUID) for any attached operational constraints or references.
  • Dynamically generates and attaches the corresponding line items to the record based on the sourced data, minimizing manual data entry.
  • Appends an audit trail entry tracking the execution of the autofill operation and the provided justification comment.

Implementation

$grpc.ResponseFuture<$1.IdentifierResponse> autofill(
  $0.DebitNotesServiceAutofillRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$autofill, request, options: options);
}