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);

Add Comment
2 Answer(s)
Best answer

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.

Agile Angel Answered on May 6, 2019.
Add Comment

Thanks Keith. Ignore warning works.

Agile Angel Answered on May 6, 2019.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.