Skip to main content
7-Bedrock
November 6, 2025
Solved

UI cust

  • November 6, 2025
  • 1 reply
  • 285 views

I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.1.2

How to set value on ComboBox on onchange of the Table builder.
tableActionComboBox.addJsAction("onchange", "" );


Here are the errors that I faced
N/A

Best answer by SR_12315075

Hi TDT,

 

Written a JavaScript to set selected value on combobox  and register in windchill-all.js .

CS71276

In java builder just call the javascript function.

tableActionComboBox.addJsAction("onchange", "updateTableComboBoxes( '" + comboBoxId +"', '"+ objectId+"', '" +issueId + "' )" );

 

Now issue is resolved, 

 

Thanks

Thanks

1 reply

16-Pearl
November 10, 2025

Hi @SR_12315075,

 

Could you please provide more info on the issue?

SR_123150757-BedrockAuthorAnswer
7-Bedrock
November 10, 2025

Hi TDT,

 

Written a JavaScript to set selected value on combobox  and register in windchill-all.js .

CS71276

In java builder just call the javascript function.

tableActionComboBox.addJsAction("onchange", "updateTableComboBoxes( '" + comboBoxId +"', '"+ objectId+"', '" +issueId + "' )" );

 

Now issue is resolved, 

 

Thanks

Thanks