问题
When I launch a custom Framework page, i would to be able to activate one of the tabs programmatically depending on certain conditions. Am i stuck using javaScript or is there another way?
回答1:
There are a few posts already on this question with answers:
This is the best answer: How to conditionally hide PXTabItem inside an Acumatica screen?
Also, searching hide tab you will find what you need.
回答2:
For information, this can be achieved statically with PXTab control SelectedIndex
property:
来源:https://stackoverflow.com/questions/47414213/how-can-you-change-current-tab-programmatically-with-acumatica