Hello,
There is a WorkspaceBranchName parameter at component level which we usually set to point to particular Branch for our application.
eg : change param WorkspaceBranchName=int_ip2017rel for comp SCCOBjMgr_enu
Is there a way to also mention the particular version number of that Branch.
This is because there are so many times that a particular delivery of WS makes something corrupt or not able to make application up again.
Though i found there is a parameter in Config level in Siebel Web Client with Version.
eg : Config File
[Workspace]
Name = int_ip2017
Version = Latest
I am looking for something like the above "Version" parameter available at component level in application.
Let me know if anyone have any thoughts on that.