Skip to main content
1-Visitor
September 17, 2018
Question

IBPL field Java API vs cmd

  • September 17, 2018
  • 1 reply
  • 1524 views

Dear all!

Integrity Version 11.1

Calling 

mksapiviewer --xml --iplocal  im viewfield --user=administrator --password=password --hostname=localhost TestIbpl

IbplField.png

Got:

<Field name="backingFilter">
<Value dataType="string">((field[Text Attachments] has at least one attachment))</Value>
</Field>

But 

im viewfield --user=administrator --password=password --hostname=localhost TestIbpl

Issue Backed Pick List:
Backing Type: Change Order
Backing Text Field: Summary
Backing Text Format: {Summary}
Backing States:
Backing Filter: (field["Text Attachments"].hasAttachments)
Display As Link: false
Sort Field:
Sort Descending: false

 

Is it possible to get correct value via Java API?

    This topic has been closed for replies.

    1 reply

    5-Regular Member
    September 18, 2018

    I'd consider this a defect  as you cannot take the output from the API and use that to create a new filter.  I suggest contacting PTC Support to log an SPR. 

     

    I can't find a way to get the right value in the API.