Hi all, does anyone know how to set the default tab for Sales Order Entry? The user requests to show the default tab as Line Items Tab once the screen is open.
*This post is locked for comments
Hi all, does anyone know how to set the default tab for Sales Order Entry? The user requests to show the default tab as Line Items Tab once the screen is open.
*This post is locked for comments
I am having a similar issue with a customized screen in SL2015. I exported the customization and reviewed the cst file/sstab control. There is nothing in it that would change the default tab.
I even tried removing this section and importing the customization. That did not resolve the issue. Any chance the default tab is set somewhere else?
Begin SSTab.1 SSTab1
'' Version = 6
enabled = TRUE
height = 347
left = 0
'' parent = "Form1"
'' parentform = "Form1"
tabindex = 26
tabstop = FALSE
top = 127
width = 817
End
I can fix it with this code:
Private Sub Form1_Display()
Call setprop("SSTab1", "tab", 1)
End Sub
However, I cannot find where the tab is set to 2 in the customization.
The Line Items tab is already the default tab for the Sales Order screen; you must have a customization on the screen that is affecting the standard behavior.
Export your customization to a .CST file and review the properties of the SSTab control to see what the Tab property is set to; the Line Items tab value is "1".
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156