Logg på med Microsoft
Logg på, eller opprett en konto.
Hei,
Velg en annen konto.
Du har flere kontoer
Velg kontoen du vil logge på med.

Beløp (NOK) i posttabellen kunden inkluderer ikke detaljerte kundeposter i Microsoft Dynamics NAV 2009. Derfor summen av beløp (NOK) samsvarer ikke med Finans for kundekontoen. Dette problemet oppstår i følgende produkter:

  • Microsoft Dynamics NAV 2009 R2

  • Microsoft Dynamics NAV 2009 Service Pack 1 (SP1)

Oppløsning

Informasjon om hurtigreparasjon

En støttet hurtigreparasjon er nå tilgjengelig fra Microsoft. Det er imidlertid bare ment å løse problemet som er beskrevet i denne artikkelen. Bruk den bare på systemer som har dette bestemte problemet. Denne hurtigreparasjonen kan gjennomgå ytterligere testing. Hvis du ikke er alvorlig påvirket av dette problemet, anbefaler vi derfor at du venter på neste oppdateringspakke for Microsoft Dynamics NAV 2009 eller den neste versjonen av Microsoft Dynamics NAV som inneholder denne hurtigreparasjonen.

Obs! I spesielle tilfeller avgifter som vanligvis påløper for støtte samtaler kan avbrytes hvis en kundestøttemedarbeider for Microsoft Dynamics og beslektede produkter avgjør at en bestemt oppdatering løser problemet. Vanlige kundestøttekostnader gjelder for ytterligere kundestøttespørsmål og problemer som ikke dekkes av den gjeldende oppdateringen.

Installasjonsinformasjon

Microsoft bruker ment som eksempler, uten garanti, verken direkte eller indirekte. Dette inkluderer, men er ikke begrenset til, eventuelle stilltiende garantier om salgbarhet eller anvendelighet for særskilte formål. Denne artikkelen forutsetter at du er kjent med programmeringsspråket som anvendes, og verktøyene som brukes til å opprette og feilsøke prosedyrer. Microsofts kundestøtteteknikere kan hjelpe deg med å forklare funksjonaliteten til en bestemt prosedyre. De endrer imidlertid ikke disse eksemplene for å lage forbedret funksjonalitet eller lage prosedyrer som dekker dine spesifikke behov.

Obs! Før du installerer denne hurtigreparasjonen, må du kontrollere at alle brukerne i Microsoft Dynamics NAV-klienten er logget av systemet. Dette inkluderer tjenester for Microsoft Dynamics NAV Application Server (NAS). Du skal bare klient-brukeren som er logget på når du implementerer denne hurtigreparasjonen.

Hvis du vil implementere denne hurtigreparasjonen, må du ha en utviklerlisens.

Vi anbefaler at kontoen i vinduet Windows-pålogging eller i vinduet Database-pålogging være tildelt "SUPER" rolle-ID. Hvis brukerkontoen ikke kan tilordnes "SUPER" rolle-IDen, må du kontrollere at brukerkontoen har følgende tillatelser:

  • Endre-tillatelse for objektet du vil endre.

  • Tilgangsnivået for systemet objekt-IDen til 5210 objektet og systemet objekt-ID-9015

    -objektet.

Obs! Du har ikke tilgangsrettigheter til datalagre med mindre du har til å utføre data reparasjon.

Kodeendringer

Notat alltid teste koden reparasjoner i et kontrollert miljø før du bruker reparasjonene på produksjonsdatamaskinene. Før du bruker endringen, import alle SEPA-oppdateringer.

Hvis du vil løse dette problemet, gjør du følgende:

  1. Endre koden i feltene i tabellen Kundepost. Posten tabell (21) som følger:
    Eksisterende kode 1

    ...{ 11  ;   ;Currency Code       ;Code10        ;TableRelation=Currency }
    { 13 ; ;Amount ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Cust. Ledg. Entry".Amount WHERE (Cust. Ledger Entry No.=FIELD(Entry No.),

    // Delete the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    Editable=No;
    AutoFormatType=1;
    ...

    Ny kode

    ...{ 11  ;   ;Currency Code       ;Code10        ;TableRelation=Currency }
    { 13 ; ;Amount ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Cust. Ledg. Entry".Amount WHERE (Cust. Ledger Entry No.=FIELD(Entry No.),

    // Add the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Correction of Remaining Amount|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    Editable=No;
    AutoFormatType=1;
    ...

    Eksisterende kode 2

    ...AutoFormatType=1 }
    { 17 ; ;Amount (LCY) ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Cust. Ledg. Entry"."Amount (LCY)" WHERE (Cust. Ledger Entry No.=FIELD(Entry No.),

    // Delete the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    Editable=No;
    AutoFormatType=1 }
    ...

    Ny kode 2

    ...AutoFormatType=1 }
    { 17 ; ;Amount (LCY) ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Cust. Ledg. Entry"."Amount (LCY)" WHERE (Cust. Ledger Entry No.=FIELD(Entry No.),

    // Add the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Correction of Remaining Amount|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    Editable=No;
    AutoFormatType=1 }
    ...

    Eksisterende kode 3

    ...{ 54  ;   ;Closed by Amount (LCY);Decimal     ;AutoFormatType=1 }
    { 58 ; ;Debit Amount ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Cust. Ledg. Entry"."Debit Amount" WHERE (Cust. Ledger Entry No.=FIELD(Entry No.),

    // Delete the following line.
    Entry Type=FILTER(<>Application),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Ny kode 3

    ...{ 54  ;   ;Closed by Amount (LCY);Decimal     ;AutoFormatType=1 }
    { 58 ; ;Debit Amount ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Cust. Ledg. Entry"."Debit Amount" WHERE (Cust. Ledger Entry No.=FIELD(Entry No.),

    // Add the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Correction of Remaining Amount|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Eksisterende kode 4

    ...AutoFormatExpr="Currency Code" }
    { 59 ; ;Credit Amount ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Cust. Ledg. Entry"."Credit Amount" WHERE (Cust. Ledger Entry No.=FIELD(Entry No.),

    // Delete the following line.
    Entry Type=FILTER(<>Application),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Ny kode 4

    ...AutoFormatExpr="Currency Code" }
    { 59 ; ;Credit Amount ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Cust. Ledg. Entry"."Credit Amount" WHERE (Cust. Ledger Entry No.=FIELD(Entry No.),

    // Add the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Correction of Remaining Amount|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Eksisterende kode 5

    ...AutoFormatExpr="Currency Code" }
    { 60 ; ;Debit Amount (LCY) ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Cust. Ledg. Entry"."Debit Amount (LCY)" WHERE (Cust. Ledger Entry No.=FIELD(Entry No.),

    // Delete the following line.
    Entry Type=FILTER(<>Application),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Ny kode 5

    ...AutoFormatExpr="Currency Code" }
    { 60 ; ;Debit Amount (LCY) ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Cust. Ledg. Entry"."Debit Amount (LCY)" WHERE (Cust. Ledger Entry No.=FIELD(Entry No.),

    // Add the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Correction of Remaining Amount|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Eksisterende kode 6

    ...AutoFormatType=1 }
    { 61 ; ;Credit Amount (LCY) ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Cust. Ledg. Entry"."Credit Amount (LCY)" WHERE (Cust. Ledger Entry No.=FIELD(Entry No.),

    // Delete the following line.
    Entry Type=FILTER(<>Application),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Ny kode 6

    ...AutoFormatType=1 }
    { 61 ; ;Credit Amount (LCY) ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Cust. Ledg. Entry"."Credit Amount (LCY)" WHERE (Cust. Ledger Entry No.=FIELD(Entry No.),

    // Add the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Correction of Remaining Amount|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...
  2. Endre koden i feltene i tabellen Leverandørpost (25) som følger:
    Eksisterende kode 1

    ...{ 11  ;   ;Currency Code       ;Code10        ;TableRelation=Currency }
    { 13 ; ;Amount ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Vendor Ledg. Entry".Amount WHERE (Vendor Ledger Entry No.=FIELD(Entry No.),

    // Delete the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    Editable=No;
    AutoFormatType=1;
    ...

    Ny kode 1

    ...{ 11  ;   ;Currency Code       ;Code10        ;TableRelation=Currency }
    { 13 ; ;Amount ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Vendor Ledg. Entry".Amount WHERE (Vendor Ledger Entry No.=FIELD(Entry No.),

    // Add the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Correction of Remaining Amount|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    Editable=No;
    AutoFormatType=1;
    ...

    Eksisterende kode 2

    ...AutoFormatType=1 }
    { 17 ; ;Amount (LCY) ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Vendor Ledg. Entry"."Amount (LCY)" WHERE (Vendor Ledger Entry No.=FIELD(Entry No.),

    // Delete the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    Editable=No;
    AutoFormatType=1 }
    ...

    Ny kode 2

    ...AutoFormatType=1 }
    { 17 ; ;Amount (LCY) ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Vendor Ledg. Entry"."Amount (LCY)" WHERE (Vendor Ledger Entry No.=FIELD(Entry No.),

    // Add the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Correction of Remaining Amount|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    Editable=No;
    AutoFormatType=1 }
    ...

    Eksisterende kode 3

    ...{ 54  ;   ;Closed by Amount (LCY);Decimal     ;AutoFormatType=1 }
    { 58 ; ;Debit Amount ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Vendor Ledg. Entry"."Debit Amount" WHERE (Vendor Ledger Entry No.=FIELD(Entry No.),

    // Delete the following line.
    Entry Type=FILTER(<>Application),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Ny kode 3

    ...{ 54  ;   ;Closed by Amount (LCY);Decimal     ;AutoFormatType=1 }
    { 58 ; ;Debit Amount ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Vendor Ledg. Entry"."Debit Amount" WHERE (Vendor Ledger Entry No.=FIELD(Entry No.),

    // Add the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Correction of Remaining Amount|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Eksisterende kode 4

    ...AutoFormatExpr="Currency Code" }
    { 59 ; ;Credit Amount ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Vendor Ledg. Entry"."Credit Amount" WHERE (Vendor Ledger Entry No.=FIELD(Entry No.),

    // Delete the following line.
    Entry Type=FILTER(<>Application),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Ny kode 4

    ...AutoFormatExpr="Currency Code" }
    { 59 ; ;Credit Amount ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Vendor Ledg. Entry"."Credit Amount" WHERE (Vendor Ledger Entry No.=FIELD(Entry No.),

    // Add the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Correction of Remaining Amount|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Eksisterende kode 5

    ...AutoFormatExpr="Currency Code" }
    { 60 ; ;Debit Amount (LCY) ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Vendor Ledg. Entry"."Debit Amount (LCY)" WHERE (Vendor Ledger Entry No.=FIELD(Entry No.),

    // Delete the following line.
    Entry Type=FILTER(<>Application),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Ny kode 5

    ...AutoFormatExpr="Currency Code" }
    { 60 ; ;Debit Amount (LCY) ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Vendor Ledg. Entry"."Debit Amount (LCY)" WHERE (Vendor Ledger Entry No.=FIELD(Entry No.),

    // Add the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Correction of Remaining Amount|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Eksisterende kode 6

    ...AutoFormatType=1 }
    { 61 ; ;Credit Amount (LCY) ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Vendor Ledg. Entry"."Credit Amount (LCY)" WHERE (Vendor Ledger Entry No.=FIELD(Entry No.),

    // Delete the following line.
    Entry Type=FILTER(<>Application),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Ny kode 6

    ...AutoFormatType=1 }
    { 61 ; ;Credit Amount (LCY) ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Vendor Ledg. Entry"."Credit Amount (LCY)" WHERE (Vendor Ledger Entry No.=FIELD(Entry No.),

    // Add the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Correction of Remaining Amount|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...


Forutsetninger

Du må ha én av de følgende programmene installert for å bruke denne hurtigreparasjonen:

  • Microsoft Dynamics NAV 2009 R2

  • Microsoft Dynamics NAV 2009 SP1

Informasjon om fjerning

Du kan ikke fjerne denne hurtigreparasjonen.

Status

Microsoft har bekreftet at dette er et problem i Microsoft-produktene som er oppført i delen "Gjelder for".

Obs! Dette er en "RASKT PUBLISERE" artikkel opprettet direkte fra innenfor organisasjonen Microsoft Kundestøtte. Informasjonen i dette dokumentet tilbys som-er som svar på nye problemer. Som et resultat av hastigheten i å gjøre den tilgjengelig materialene kan inkludere typografiske feil, og den kunne bli revidert når som helst uten varsel. Se Vilkårene for Brukfor andre hensyn.

Trenger du mer hjelp?

Vil du ha flere alternativer?

Utforsk abonnementsfordeler, bla gjennom opplæringskurs, finn ut hvordan du sikrer enheten og mer.

Fellesskap hjelper deg med å stille og svare på spørsmål, gi tilbakemelding og høre fra eksperter med stor kunnskap.

Var denne informasjonen nyttig?

Hvor fornøyd er du med språkkvaliteten?
Hva påvirket opplevelsen din?
Når du trykker på Send inn, blir tilbakemeldingen brukt til å forbedre Microsoft-produkter og -tjenester. IT-administratoren kan samle inn disse dataene. Personvernerklæring.

Takk for tilbakemeldingen!

×