Skip to main content
Question

Aurena Lobby Navigation with filter and scope

  • December 15, 2020
  • 9 replies
  • 731 views

Forum|alt.badge.img+14

I have a lobby that navigates to a page using a filter:

page/ShopOrderOperations/List?$filter=OrderNo eq $[ORDER_NO] and ReleaseNo eq $[RELEASE_NO] and SequenceNo eq $[SEQUENCE_NO]

result:

It is also working with a scrop:

page/ShopOrderOperations/List;scope=Assign

 

But I cannot get it to work with a combination. E.g.:

page/ShopOrderOperations/List;scope=Assign;?$filter=OrderNo eq $[ORDER_NO] and ReleaseNo eq $[RELEASE_NO] and SequenceNo eq $[SEQUENCE_NO] 

 

Anyone know how to (UDP10)?

This topic has been closed for comments

9 replies

LakmaliRD
Hero (Employee)
Forum|alt.badge.img+15
  • Hero (Employee)
  • 173 replies
  • December 15, 2020

@Hans Andersen  Can you try the following?

page/ShopOrderOperations/List?$filter=OrderNo eq $[ORDER_NO] and ReleaseNo eq $[RELEASE_NO] and SequenceNo eq $[SEQUENCE_NO];scope=Assign

 

 

 

 


Forum|alt.badge.img+14
  • Author
  • Hero (Partner)
  • 241 replies
  • December 15, 2020

Yes, I tried that too.

 

 

An internal server error occurred. Contact administrator.

Url: https://xxxxxxxxxxx:48080/main/ifsapplications/projection/v1/ShopOrderOperationsHandling.svc/ShopOrderOperations?$filter=(OrderNo%20eq%20%27833%27%20and%20ReleaseNo%20eq%20%27*%27%20and%20SequenceNo%20eq%20%27*%27%3Bscope)&$select=BomType,DispoOrderNo,MroVisitId,OrderNo,ReleaseNo,SequenceNo,MaterialsConnected,OperationNo,SoObjstate,FiniteSchedulerInstalled,OperStatusCode,IsCbsSite,SoIncludeAsLoad,SoSchedDirection,DemandCode,SplitFromOperationNo,OutsideQtyShipped,PrevQtyComplete,WorkCenterCode,QtyCompleteAndScrapped,PurchaseOrderNo,PurchaseRequisitionNo,OutsideOpBackflush,RemainingQty,RemainingLaborHours,RemainingMachTime,Contract,OperationBlockId,WorkCenterNo,ActivitySeq,ConfigurationId,CroNo,EngChgLevel,OutsideOpItem,PartNo,MRBExists,AnalysisConnectionExist,AnalysisIsValidAsOperation,AnalysisExists,IsTimeTriggerActivated,IsTimeTriggerDataPoints,NoteId,OpSequenceNo,OperationDescription,OpId,PartDescription,NeedDate,RoutingRevision,RoutingAlternative,WorkCenterDescription,PreferredResourceId,ScheduledResource,RevisedQtyDue,UnitMeas,QtyComplete,QtyScrapped,QueueTime,MachSetupTime,MachRunFactor,ResourceSharePerUnit,FixedResourceShare,ResourceShare,LaborSetupTime,SetupCrewSize,SetupCompProfileId,Company,LaborRunFactor,CrewSize,CompProfileId,MoveTime,RunTimeCode,ParallelOperation,SchedDirection,OpStartDate,OpFinishDate,MilestoneOperationDb,NoteText,Objgrants,luname,keyref&$expand=OperationBlockIdRef($select=Objstate,luname,keyref),SetupProfileSpecificationRef($select=ProfileName,Objgrants,luname,keyref),ProfileSpecificationRef($select=ProfileName,Objgrants,luname,keyref)&use-default-filter=true&$skip=0&$top=25

Date = 2020-12-15T09:39:44.130Z
Client version = 10.10.110.0

 

 

I have tried all kinds of combinations. 
 


LakmaliRD
Hero (Employee)
Forum|alt.badge.img+15
  • Hero (Employee)
  • 173 replies
  • December 16, 2020

Looks like a bug, @Hans Andersen .  Please raise a case.


Forum|alt.badge.img+14
  • Author
  • Hero (Partner)
  • 241 replies
  • December 16, 2020

This is unfortunate. We were planning to use the functionality extensively. Does it mean that we have to wait for UDP11 before this might be fixed?


LakmaliRD
Hero (Employee)
Forum|alt.badge.img+15
  • Hero (Employee)
  • 173 replies
  • December 18, 2020

@Hans Andersen  Instead of the scope parameter, can you make use of configuration context mappings?


Forum|alt.badge.img+14
  • Author
  • Hero (Partner)
  • 241 replies
  • December 23, 2020

@LakmaliRD ,

We would like use the scope in the link, because the user then can have multiple versions of the same page, designed for a specific task. The example below is for the user to self-assign to an operation on a hand-held device. I have remove all elements, except 3:

Operation no, operation description and command to assign.

 

 

We can then have a scope for every task. That is not possible with mappings. 

 


Forum|alt.badge.img+14
  • Author
  • Hero (Partner)
  • 241 replies
  • December 23, 2020

reported as case:G2230618


Forum|alt.badge.img+5
  • Sidekick (Customer)
  • 24 replies
  • April 19, 2021

Have the same problem


Forum|alt.badge.img+5
  • Sidekick (Customer)
  • 24 replies
  • April 20, 2021

Have you tried:

put scope first and then ‘&’ 

 

page/ShopOrderOperations/List?scope=Assign&$filter=OrderNo eq $[ORDER_NO] and ReleaseNo eq $[RELEASE_NO] and SequenceNo eq $[SEQUENCE_NO]

 

 


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings