Error: Changing the Part Type will result in clearing Page Three
While trying to create the part, I am getting the error which is not letting me create part with the part type I am specifying
params.put(ItemConstants.ATT_TITLE_BLOCK_NUMBER, “12343”);
params.put(ItemConstants.ATT_TITLE_BLOCK_PART_TYPE,”part type abc”);
IItem item = (IItem)session.createObject(ItemConstants.CLASS_PART, params);
That is odd. Two thoughts come to mind:
1. Confirm the correct AgileAPI.jar is used by the SDK client.
2. Try ignoring the warning in the SDK after creating the session.