Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics SL (Archived)

Enabled a field for TI only

(0) ShareShare
ReportReport
Posted on by 170

Hi all,
 
Is there anyway to enabled a field on Journal Transaction screen for Transaction Import only? I know I probably can do this with customization group, but the persons doing the import is also doing lots of manual entry, so it won't make sense to ask them to use different login just for the improt.
Thanks!

Abby Wang

*This post is locked for comments

  • Paul Phillips Profile Picture
    590 on at
    Re: Enabled a field for TI only

    Hi Abby,

    The "Is_TI" function is available in vba customizations to determine if the screen is being run in transaction import mode. As an example, you could put this in your form load event (after editing the control name of course):

    If Is_TI = True Then
     ' Enable field here
     Call SetProp (NameOfTheControl, PROP_ENABLED, True)
    Else
     Call SetProp (NameOfTheControl, PROP_ENABLED, False)
    End If
     

    Hope this helps,
    Paul Phillips

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