Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

The Date Requested in Sales Order Entry (40.100.00) defaults incorrectly for the first order entered


Symptoms

The Date Requested in Sales Order Entry (40.100.00) defaults incorrectly for the first order entered after the screen is opened.

↑ Back to the top


Resolution

Use one of the following resolutions as a workaround for this problem.

Resolution 1: Open the screen and click the New button or press Ctrl+N, before you enter any data into the screen.

Resolution 2: Create the following screen customization by adding code to the Sales Order Number object:

Private Sub cordnbr_0_Chk(ChkStrg As String, retval As Integer)
If InStr(ChkStrg, "NEW") > 0 Then
   Call ApplSetfocus("cinvtid_1")
   Call ApplSetfocus("csotypeid_0")
End If
End Sub


↑ Back to the top


Keywords: kbmbsmigrate, kbmbspartner, kbsurveynew, kb

↑ Back to the top

Article Info
Article ID : 2953163
Revision : 2
Created on : 2/3/2017
Published on : 2/3/2017
Exists online : False
Views : 88