Hi,
I have installed Opentext Service Manager 9.80 and using the REST APIs to create incidents. I am trying to enable the query hash in REST response for direct access to the incident.
I have enabled the querySecurity=true in web.xml and sm.ini it is querysecurity:1
Using the FQDN for queryhashcode in sm.ini and FQDN for serverHost in web.xml
I added a url field and readonly text box in the form im.incident.subform.main. I tried with different value of this text field, but none of them is showing the generated url for the incident in incident form.
$L.web.url
print(system.library.urlCreator.getURLFromQuery("probsummary", "number=\"" vars.$L_file.number "\"", ""));
I dont see any step by step guide to achieve this. Will be really grateful for the help here.
The current REST api returns the incident as below.
hostname:port/.../incident
Regards,
Sumeet