web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics SL forum
Unanswered

Attempting to locate the table in SQL Server associated with a customized screen.

(1) ShareShare
ReportReport
Posted on by
In Microsoft Dynamics SL 2018,  I have a user who's Transaction Detail button doesn't show while working within the Inventory Status Inquiry screen. I've ensured the user is member of all appropriate groups to access the Transaction Detail button,  however the button still does not show for the user.
 
In Microsoft Dynamics SL 2018,  I initiate Customization Mode to access the VBA editor,  so that I am able to view the code and determine why the Transaction Detail button doesn't show for the user while working within the Inventory Status Inquiry screen.
 
I see the following code:
                                         Private Sub Form1_Load()

                                         On Error GoTo ErrorHandler
                                         Dim sCurUser As String
                                         Dim sDBSys  As String
                                         Dim sSql    As String
    
    
                                        ' If the user is in an approved group, then we will enable the buttons
                                          bShowBtns = True
                                          Call GetBufferValue("bpes.UserId", sCurUser)
                                          Call GetBufferValue("bpes.DBNameSystem", sDBSys)
    
                                         ' Exclude certain users from the test
                                           If Trim(sCurUser) <> "SYSADMIN" Then
                                           bShowBtns = False
        
                                           sSql = "SELECT * FROM UserGrp where UserId like " & SParm(Trim(sCurUser))
        
                                           Call SqlCursor(CSR_UserGrp, NOLEVEL + SqlSystemDb)
                                           serr1 = SqlFetch1(CSR_UserGrp, sSql, bUserGrp, LenB(bUserGrp))
                                           Do While serr1 = RECORDFOUND
                                                  If Trim(bUserGrp.GroupId) = "GN-LEVEL1" Then bShowBtns = True
                                                  If Trim(bUserGrp.GroupId) = "GN-LEVEL2" Then bShowBtns = True
                                                  If Trim(bUserGrp.GroupId) = "IN-CLERK" Then bShowBtns = True
                                                  If Trim(bUserGrp.GroupId) = "PM-IN-10220SB" Then bShowBtns = True
                                                  serr1 = SFetch1(CSR_UserGrp, bUserGrp, LenB(bUserGrp))
                                             Loop
                                             Call SqlFree(CSR_UserGrp)
                                         End If
 
I cannot,  for the life of me,  locate the bpes table in SQL,  that is associated with the UserID field;  the same for the sCurUser field  (Call GetBufferValue("bpes.UserId", sCurUser).
 
Can I please receive guidance on this issue.

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

Community Spotlight of the Month

Kudos to Mohamed Amine Mahmoudi!

Blog subscriptions now enabled!

Follow your favorite blogs

TechTalk: How Dataverse and Microsoft Fabric powers ...

Explore the latest advancements in data export and integration within ...

Leaderboard > Microsoft Dynamics SL

Last 30 days Overall Leaderboard

Featured topics

Product updates

Dynamics 365 release plans