I'm in process of importing Items into inventory using Integration Manager. The integration is successful but I need to make all the newly integrated parts INACTIVE. I would like to do it by using VBScript , unfortunately I'm not very savvy in VBS. Is there anybody who done this before?
here is the sample that I put together with my limited VBS understanding:
INACTIVE.CheckBox.wState = cbChecked
This code comes back with "
DOC 1 ERROR: Error Executing Script 'After Document' Line 1: - Object required: 'INACTIVE'
" error
I also tried: INACTIVE.CheckBox.Value = 1 with the same result.
What am I doing wrong?
*This post is locked for comments