cancel
Showing results for 
Search instead for 
Did you mean: 

build contract document template url

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

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

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Raj,

Thanks. It worked

Regards,

Geetika

former_member190023
Contributor
0 Kudos

Hi Geetika,

It is a bit counter-intuitive, but the servlet actually shows the 'previously visited' URL.

So, once you open a CDT, go to some other page (eg. click on Setup); and then the URL will change to the CDT URL.

Bogdan