cancel
Showing results for 
Search instead for 
Did you mean: 

build contract document template url

Former Member
0 Kudos
93

Hi Experts,

We are in Sourcing 10.0.

I have written one custom script to trigger mail on contract document template. In that mail template I need url which can redirect users to that particular contract document template.

When I am navigating to any contract doc template below is the url I am getting:

http😕/hidden//sourcing10/fsbuyer/doc/query/listview_pg,-2147479200:10000910

Can anyone help me on this how to build it.

Regards,

Geetika

View Entire Topic
former_member207877
Active Participant
0 Kudos

Hello Geetika,

Build a URL as below.

/fsbuyer/contractgen/templatecontract_summary_pg, + doc.getObjectReference().toLinkString() + ?rqaction=load&hook=TemplateContract_uirq&allow_redirect=true

Regards,

Raj