Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics SL (Archived)

Journal Transaction Entry screen - subaccount

(0) ShareShare
ReportReport
Posted on by 1,639

Hi there,

It seems like the subaccount automatically defaults to the same as the previous line as the user tabs onto the next line in the Journal Transaction Entry screen.   Is there any way to make it blank?  I would like to force the user to enter the subaccount and not have it default from the previous line.

*This post is locked for comments

  • Verified answer
    Jo Wykerd Profile Picture
    1,639 on at
    RE: Journal Transaction Entry screen - subaccount

    Thanks Mark that worked!

  • Verified answer
    Mark E Profile Picture
    6,451 on at
    RE: Journal Transaction Entry screen - subaccount

    You would need to add a customization to the JE screen in the LineGotFocus event to set the subacct field to blank if the linechk value is NEWROW.  Something like this:

    Private Sub Spread1_LineGotFocus(maintflg As Integer, retval As Integer)

        If (maintflg = NEWROW) Then
            Call SetBufferValue("bgltran.sub", "")
            Call DispFields("Form1", "csub")
        End If

    End Sub

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Jainam Kothari – Community Spotlight

We are honored to recognize Jainam Kothari as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > 🔒一 Microsoft Dynamics SL (Archived)

#1
Community Member Profile Picture

Community Member 136

#2
Mohamed Amine Mahmoudi Profile Picture

Mohamed Amine Mahmoudi 102 Super User 2025 Season 1

#3
REUser Profile Picture

REUser 8

Featured topics

Product updates

Dynamics 365 release plans