דלג לתוכן הראשי
היכנס דרך Microsoft
היכנס או צור חשבון.
שלום,
בחר חשבון אחר.
יש לך חשבונות מרובים
בחר את החשבון שברצונך להיכנס באמצעותו.

הסכום (LCY) בטבלה ערך ספר ראשי הלקוח אינו כולל לקוח מפורט ספר ראשי ב- Microsoft Dynamics NAV 2009. לכן, הסכום של סכום (LCY) אינו תואם חשבון הספר הראשי של הלקוח. בעיה זו מתרחשת במוצרים הבאים:

  • Microsoft Dynamics R2 2009 סרגל ניווט

  • Microsoft Dynamics NAV 2009 ה-Service Pack 1 (SP1)

פתרון

מידע על תיקונים חמים

תיקון חם נתמך זמין כעת מ- Microsoft. עם זאת, הוא מיועד רק לתיקון הבעיה המתוארת במאמר זה. יש להחיל אותו רק במערכות שהתעוררה בהן בעיה ספציפית זו. תיקון חם זה עשוי לעבור בדיקות נוספות. לכן, אם המערכת שברשותך לא נפגעה באופן חמור מבעיה זו, מומלץ להמתין ל- Microsoft Dynamics NAV 2009 service pack הבאה או גירסת Microsoft Dynamics NAV הבא המכיל תיקון חם זה.

הערה במקרים מיוחדים, שהצגת עבור שיחות עשויים לבטל אם מומחה תמיכה טכנית עבור Microsoft Dynamics ומוצרים קשורים יקבע שעדכון ספציפי יפתור את הבעיה. דמי התמיכה המקובלים יחולו על נוספים שאלות וסוגיות תמיכה אשר אינן מצריכות העדכון הספציפי האמור.

מידע על ההתקנה

מיקרוסופט מציעה דוגמאות תכנות לצורך ההדגמה בלבד, ללא אחריות, בין מפורשת ובין משתמעת. זה כולל, אך אינו מוגבל ל, אחריות מכללא לגבי סחירות או התאמה למטרה מסוימת. מאמר זה מבוסס על ההנחה שאתה מכיר את שפת התכנות המודגמת ובקי בהפעלת הכלים המשמשים ליצירת פרוצדורות ולניפוי שגיאות. מהנדסי התמיכה של Microsoft יכולים לסייע בהסברת הפונקציונליות של פרוצדורה מסוימת. עם זאת, הם לא ישנו את הדוגמאות כדי לספק פונקציונליות נוספת או כדי לבנות פרוצדורות שיענו על צרכיך הספציפיים.

הערה לפני התקנת תיקון חם זה, ודא כי כל המשתמשים לקוח Microsoft Dynamics NAV אינם מחוברים למערכת. זה כולל שירותי Microsoft Dynamics NAV יישום שרת (NAS). אתה אמור להיות לקוח בלבד המשתמש המחובר כאשר ליישם תיקון חם זה.

כדי ליישם תיקון חם זה, דרוש לך רשיון מפתחים.

אנו ממליצים חשבון המשתמש בחלון כניסות Windows או בחלון מסד הנתונים כניסות יוקצו את מזהה תפקיד "סופר". אם חשבון המשתמש אין אפשרות להקצות מזהה תפקיד של "עילי", עליך לוודא כי חשבון משתמש בעל ההרשאות הבאות:

  • שנה את ההרשאה עבור האובייקט שינוי.

  • הרשאת Execute עבור האובייקט 5210 מזהה אובייקט מערכת ועבור 9015 מזהה אובייקט מערכת

    אובייקט.

הערה אין לך הרשאות למאגרי נתונים אלא אם כן יש לך לבצע תיקון נתונים.

שינויי קוד

הערה תמיד מחשב תיקונים קוד בסביבה מבוקרת לפני שתחיל את התיקונים שלך במחשבי ההפקה. לפני החלת השינוי, נא יבא כל העדכונים SEPA.

כדי לפתור בעיה זו, בצע את הפעולות הבאות:

  1. שנה את הקוד בשדות מות. ערך ספר ראשי של טבלה (21) כדלקמן:
    קוד קיים 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;
    ...

    קוד החלפה

    ...{ 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;
    ...

    קוד קיים 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 }
    ...

    קוד החלפה 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 }
    ...

    קוד קיים 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;
    ...

    קוד החלפה 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;
    ...

    קוד קיים 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;
    ...

    קוד החלפה 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;
    ...

    קוד קיים 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;
    ...

    קוד החלפה 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;
    ...

    קוד קיים 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;
    ...

    קוד החלפה 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. שנה את הקוד בשדות בטבלה ספק ערך ספר ראשי (25) כדלקמן:
    קוד קיים 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;
    ...

    קוד החלפה 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;
    ...

    קוד קיים 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 }
    ...

    קוד החלפה 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 }
    ...

    קוד קיים 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;
    ...

    קוד החלפה 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;
    ...

    קוד קיים 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;
    ...

    קוד החלפה 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;
    ...

    קוד קיים 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;
    ...

    קוד החלפה 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;
    ...

    קוד קיים 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;
    ...

    קוד החלפה 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;
    ...


דרישות מוקדמות

עליך להגדיר אחד מהמוצרים הבאים מותקנים כדי להחיל תיקון חם זה:

  • Microsoft Dynamics R2 2009 סרגל ניווט

  • Microsoft Dynamics SP1 2009 סרגל ניווט

מידע בדבר הסרת ההתקנה

אין אפשרות להסיר את התיקון החם.

מצב

Microsoft אישרה כי מדובר בבעיה במוצרי Microsoft הרשומים במקטע 'חל על'.

הערה זהו מאמר "פרסום מהיר" שנוצר ישירות בתוך ארגון התמיכה של Microsoft. המידע הכלול במסמך זה מסופק כמו שהוא כתגובה לבעיות המתעוררות. כתוצאה מהמהירות בביצוע כדי להפוך אותו לזמין, החומרים עשויים לכלול שגיאות טיפוגרפיות וייתכן שיבוצעו בהם שינויים בכל עת ללא הודעה מוקדמת. ראה תנאי השימוששיקולים נוספים.

זקוק לעזרה נוספת?

מעוניין באפשרויות נוספות?

גלה את יתרונות המנוי, עיין בקורסי הדרכה, למד כיצד לאבטח את המכשיר שלך ועוד.

קהילות עוזרות לך לשאול שאלות ולהשיב עליהן, לתת משוב ולשמוע ממומחים בעלי ידע עשיר.

האם מידע זה היה שימושי?

עד כמה אתם מרוצים מאיכות השפה?
מה השפיע על החוויה שלך?
בלחיצה על 'שלח', אתה מאפשר למשוב שלך לשפר מוצרים ושירותים של Microsoft. מנהל ה-IT שלך יוכל לאסוף נתונים אלה. הצהרת הפרטיות.

תודה על המשוב!

×