on 2015 Oct 01 8:18 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Raj,
Thanks. It worked
Regards,
Geetika
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.