Hello everyone,
I try to add a navigation link between Shop Floor Workbench page and NRC Connection Objects page.
The search parameter is the keyref of the nrc connection page, which contains Contract and PartNo (available from Workbench page), like :
(startswith(tolower(KeyRef),'contract=vern^partno=ac130m39403'))
The problem is I’m not able in any way to make it work
If I use the variables as filter value, it will add simple quote ( ‘ ) as prefixe and suffixe of the value, which break the search syntax.
Like : (startswith(tolower(KeyRef),'contract=’vern’^partno=’ac130m39403'’))
I can’t make a search by contract and by partNo because partNo is not available as search / filter on the NRC Connection page
Is there a way to make this link works ?
Up
I tried dozen of combinaisons, also trying to use external link, which doesn’t work because in the URL the part and the contract are in capital letter which the client don’t understand, it must be in lowercase but as this is dynamic i build the url from client variables which are wroten as capital letter
add a tolower() is not interpreted from the url aswell
Sending the keyref as parameter just throw an error here is an example :

Which provide the following error :

As you can see i’m following the advanced search pattern :

This looks like a basic functionnality which i want to implement but can’t find a working way.
Need help please
Hello, seems a basic functionnality, no one implemented this kind of filtered list link ?
Finally made it by sending parameters into our webapp which redirect on IFS with well formated URL to allow filtering
It’s a bypass, it increase maintenance cost, but I can’t spend more time on this subject.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.