cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

Refresh the parent wizard from child wizard

srahamedhulla
1-Newbie

Refresh the parent wizard from child wizard

Hi,

I have created one custom wizard(Parent wizard) which will load the table(ext.test.updatetable) and in that wizard I have one option called "Add Item".

Once "Add Item" button is clicked on, then another custom wizard(Child wizard) will get invoked where (ext.test.loadload) table will be displayed.

I have selected few rows in the table and click ok which will save the items(ext.test.updatetable) and child wizard will get closed.

then,

If I refresh the parent wizard, then the added items are getting loaded properly.

But I need to refresh the parent wizard from child wizard.

Could you please help me to resolve this issue?

Thanks,

Sithik

1 REPLY 1

Hi Sithik,

If the objects are persisted from the child wizard, you will have to find some way to invoke the reload table script on the parent wizard to reload only the table. Following is the JS function that can be used.

PTC.jca.table.Utils.reload("tableid")

Regards,

Bhushan

Top Tags