Skip to main content

Hi,

 

Apologies in advance if this question has been asked before. I have a list element in a lobby that is currently displaying Service Contracts that are connected to a quote via a custom attribute called YtQuoteNo. My question is, is it possible to click on an individual row inside the element, and have the navigation take the user to that specific service contract? 

For example, if the user were to click on the Contract ID “S000055” in the above element, then the navigation would take the user to this page: 
 

 

Mark

Hi Mark,

Within the Lobby Element Designer you should be able to allocate a URL Address to navigate to,

 

 

page/ServiceContract/ServiceContractDetailPage?$filter=ContractId eq $CONTRACT_ID$

 

ContractId is the field name on the screen, as you say its custom id assume it would be Cf_xyz

$CONTRACT_ID$ is the parameter on the lobby element


Reply