about add Rule of Relationship automatically

  • 0
  • Pump00:00

Hi, everyboy

 Can I add Rule of Relationship automatically (by PLM SDK API)?
I try to do following, but I got the error code.

Error code : 60072
Error message : Unsupported operand datatype

My PLM version: 9.3.2

 

ITable relationship_Table = change.getTable(ChangeConstants.TABLE_RELATIONSHIPS);
Iterator ite = relationship_Table.iterator();
    while (ite.hasNext()) {
        IRow row_relation = (IRow) ite.next();
        row_relation.setValue(new Integer(2000007765), “When PCR-00000105 is ABC””,set BRP-00001080 to “”RDC””””);
    }

“””

Add Comment
1 Answer(s)

Hi Forum,

I remember giving answer to this question and total of 4 answers to this query.  The same can be seen in mails and user profile answers tab but details are missing.  Also option to to upload image is disabled.

Can we retrieve the answers ??

Regards,

Arif

Agile Angel Answered on September 6, 2019.

Notice the “-3” (or other number) in the URL for the question? I *think*, if you remove that, you will see the entire stream of answers. But when I did so with this question, I got something else entirely.    ???   Ping the admins……

on September 6, 2019.

Yup, that’s exactly what i observed. Not sure who the admin is to be honest.

on September 9, 2019.
Add Comment

Your Answer

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