Question

aurena lobby to aurena page using web access url with Param

  • 22 February 2021
  • 6 replies
  • 259 views

Userlevel 2
Badge +5
  • Sidekick (Customer)
  • 24 replies

How do you go from a lobby element to an aurena page using Parm from the list element in the lobby?

assistant/CFlightInstructorHandling/CCSimulatorSessionLogAsst;$action=CCSimulatorSessionLogSetup%7BParamMchCodeContract:'CLT',ParamMchCode:'A320-DOOR'%7D;path=0.285967710.667117285.139146786

This works with the hardcode param but I want it to go with the Mch_Code & Mch_Code_Contract on the line selected.

Thanks,
J


This topic has been closed for comments

6 replies

Userlevel 7

How do you go from a lobby element to an aurena page using Parm from the list element in the lobby?

assistant/CFlightInstructorHandling/CCSimulatorSessionLogAsst;$action=CCSimulatorSessionLogSetup%7BParamMchCodeContract:'CLT',ParamMchCode:'A320-DOOR'%7D;path=0.285967710.667117285.139146786

This works with the hardcode param but I want it to go with the Mch_Code & Mch_Code_Contract on the line selected.

Thanks,
J

 

Try to replace the values with $[LOBBY COLUMN] using the value in Column in your element  e.g. $[TYPE]. 

assistant/CFlightInstructorHandling/CCSimulatorSessionLogAsst;$action=CCSimulatorSessionLogSetup{ParamMchCodeContract:$[LOBBY COLUMN],ParamMchCode:$[LOBBY COLUMN]}

Userlevel 2
Badge +5

With either the element Column or Data Source Column you receive a NULL in return:

Tried with: ParamMchCode:$[Device]  and ParamMchCode:$[Mch_Code], below is what showed in the url:

https://aa-tst.ifs.cloud:48080/main/ifsapplications/web/assistant/CFlightInstructorHandling/CCSimulatorSessionLogAsst;$action=CCSimulatorSessionLogSetup%7BParamMchCodeContract:'CLT',ParamMchCode:null;path=0.285967710.667117285.139146786

 

I left Contract hard coded

thanks for the suggestion,

j

Userlevel 7

With either the element Column or Data Source Column you receive a NULL in return:

Tried with: ParamMchCode:$[Device]  and ParamMchCode:$[Mch_Code], below is what showed in the url:

https://aa-tst.ifs.cloud:48080/main/ifsapplications/web/assistant/CFlightInstructorHandling/CCSimulatorSessionLogAsst;$action=CCSimulatorSessionLogSetup%7BParamMchCodeContract:'CLT',ParamMchCode:null;path=0.285967710.667117285.139146786

 

I left Contract hard coded

thanks for the suggestion,

j

Does the case match? Have you tried MCH_CODE / DEVICE?

Userlevel 2
Badge +5

I also tried it with the MchCodeContract, using both Column names and they also return a NULL

 

Thanks,

j

Userlevel 6
Badge +14

@jdrex ,

If you want to navigate to a Aurena page, then your url looks weird.

One way to find out, is to find a element from RnD and see how it is done. E.g. this one (upg10):

 

Userlevel 2
Badge +5

This is an assistant aurena page to enter data.  I would like to go to it using Param.  If it is hardcoded it works, but not when using the column ID.  Is there reference material that show Param syntax in the web access url?

 

Thanks,

j