Solved
ReferenceError: CustomPickerInputComponentCallback is not defined
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.0
I created a custompicker data utility to search for parts of selected softype & was able to bind the datautility to IBA in Part creation wizard. From Create wizard, on clicking searchpicker the results are generated as expected & able to select a result. But when clicking 'OK', getting error "ReferenceError: CustomPickerInputComponentCallback is not defined". The custom pickercall back is defined in custom.jsfrag & deployed as per CS71276 & windchill-all.js also got updated as expected. Fllowed CS29555 to clear cache as well, but error is still persisting. Note : The datautility is working fine when OOTB pickercallback is referred in datautility.
1. Need help to understand the reason for this error & steps to resolve them.
2. Need help to understand the steps to set IBA value from picked object instead of its OIR to Picker component attribute from create part wizard.
Here are the errors that I faced
It seems that you have not defined the callback function or the there is some error in it: CustomPickerInputComponentCallback exception: ReferenceError: CustomPickerInputComponentCallback is not defined
I created a custompicker data utility to search for parts of selected softype & was able to bind the datautility to IBA in Part creation wizard. From Create wizard, on clicking searchpicker the results are generated as expected & able to select a result. But when clicking 'OK', getting error "ReferenceError: CustomPickerInputComponentCallback is not defined". The custom pickercall back is defined in custom.jsfrag & deployed as per CS71276 & windchill-all.js also got updated as expected. Fllowed CS29555 to clear cache as well, but error is still persisting. Note : The datautility is working fine when OOTB pickercallback is referred in datautility.
1. Need help to understand the reason for this error & steps to resolve them.
2. Need help to understand the steps to set IBA value from picked object instead of its OIR to Picker component attribute from create part wizard.
Here are the errors that I faced
It seems that you have not defined the callback function or the there is some error in it: CustomPickerInputComponentCallback exception: ReferenceError: CustomPickerInputComponentCallback is not defined

