cancel
Showing results for 
Search instead for 
Did you mean: 

MA link query result field to internal page

Former Member
0 Kudos

Syntax to link query result field to external page

  

Hi All,

I am trying to MA link a query result field to internal page. I have taken first field as URL type and the second field as internal Page in result fields.

As, when I am trying to give <%LOAD_PAGE('https://sapcldsales.corp.xxx.com/sourcing/fsbuyer/contracts/contracts_summary' T.OBJECTID)%>, I am getting SQL expression error.

Please guide me to resolve this

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vekat,

Please follow below syntax.

<%LOAD_PAGE(logicalname,objectid)%>

Example: If you want to redirect to Master Agreement from query result use below syntax.

                <%LOAD_PAGE(contracts.Contract,T1.OBJECTID).

  

  First result column as URL and second one Internal Page.

Regards,

Lava

Former Member
0 Kudos

Hi

thank you for your response.

I am having two contexts one is sell side  second one is buy side.

<%LOAD_PAGE(contracts.Contract,T1.OBJECTID). if i use this syntax I can access only buy side Master agreement.

My requirement is  I want access either buy side or sell side Master agreement via load page is it possible?

Like: