Michael,
I'm not sure what Button or Go To Tab Link you're talking about.
When converting an Estimate to a Sales Order, we are using the More Actions button on the Estimate mostly unchanged from Full Method product which then gives the option to use a pre-defined event "Create Sales Order". This even then launches an Actions chain which includes the Action "Insert Records Into Table".
I am guessing that the Action "Insert Records Into Table is what opens the Sales Order screen. The data table to be used is defined in the Action parameters, but the screen is not, nor is the tab. I cannot find any other action that does the opening of the Sales Order screen when converting an Estimate which is all done from within the Method defined event "Create Sales Order."
I am guessing that the Sales Order table opens with its default Screen as definable on the Data Table parameters, but there is no way to define under which tab this screen is launched.
I might be missing something, but I don't think so, I think the Insert Records Into Table uses the default screen for whichever Data Table is being used and that there is a hard coded association between the Sales Order Screen and the Customer Center tab, or somewhere there is an unditable association being made to default Method tabs.
I am thinking a workaround might be to open the Sales Order screen in the desired Tab from within the "Create Sales Order" action event chain prior to the Action "Insert Records Into Table", expecting that instead of launching a new Sales Order screen, the insert Action would use the one already open in the Session.
I have a user created Tab for one of our user roles that has just the
screens necessary, I can also just keep the Customer Tab alive for that
user group.
Cheers,
James