cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

IBPL field Java API vs cmd

Ildar
5-Regular Member

IBPL field Java API vs cmd

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?

1 REPLY 1
awalsh
17-Peridot
(To:Ildar)

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.

Top Tags