DecisionsDev / decision-center-api-samples

IBM ODM Decision Center API samples
Apache License 2.0
0 stars 3 forks source link

Add setVisibility parameter to configureDT #2

Closed rscher closed 2 years ago

rscher commented 2 years ago

setVisibility argument adds capability to set visible flag to true for all columns in DTs (only if set to false ) in the branch.

proposed change for the customer might look like this-

java -cp "/teamserver/lib/:teamserver/lib/eclipse_plugins/:" com.ibm.odm.tools.ConfigureDT -username username -password passwrd -url URL -dataSource jdbc/ilogDataSource -decisionService decisionServiceName -branch branchName -autoResize [true/false] -setVisibility [true/false]

alainrobert commented 2 years ago

completed in v0.0.3