cancel
Showing results for 
Search instead for 
Did you mean: 

Filter gets locked for<%GET(CurrentDocument,STATUS) approach

Former Member
0 Kudos

Hi,

We are in eSourcing 9.0. sp16 pack.

We are using <%GET(CurrentDocument,STATUS)%> approach in one query to

get status information from Master Agreement but in this case, filter

gets locked and user can not select any value other than default value.

We want to default status from Master Agreement at the same time allow

user to select any other value than defaulted value from the value list.Let us know if this can be achieved.

the standard query ODP-ESO-ContractHierarchyPickerQuery behaves

differently(Java code). it does not use Get token + it gets the default value and

user is able to select a diff value

Please guide if this can be achieved.

Regards,

Gurmeet

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190023
Contributor
0 Kudos

Hello,

Your requirement could be achieved, but using a workaround.

The GetToken filter will automatically lock the filter prompt, and this behaviour cannot be changed.

As a workaround you could setup 2 filters:

1. GetToken for current status

2. Normal filter for Status with no default value

and code the query with an OR cause:

- if normal filter for STATUS is blank, search using GetToken filter

- if normal filter is not blank search using this filter

Bogdan