cancel
Showing results for 
Search instead for 
Did you mean: 

how to determine a contract url script?

Former Member
0 Kudos

hi,

 

ich have to send a notifier with a url to a contract.

i buld this url like this:


docLink = contract.getObjectReference().toLinkString();

url = "https://sapxx.xxxxxxxxxxxxxx.de";

path = "/clm/fsbuyer/contracts/contracts_summary,";

action = "?rqaction=load&hook=contract_uirq&allow_redirect=true";

docURL = url + path + docLink + action;


what i need is the host url. how can i determine this?

or is there a better way to determine the contract url?

thanks

Waldemar


Accepted Solutions (0)

Answers (1)

Answers (1)

former_member207877
Active Participant
0 Kudos

Hello Waldemar,

Please go below thread

Regards,

Raj