We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
Please replace below line in above codefunction issueMessage(n, table, sys_id) { var page = table == 'sc_request' ? 'sc_request' : 'ticket'; var t = "${Created} " + n + " - "; t += "${track using 'Incident' in the header or}"; t += ' <a href=...
Hi NiteshPlease see the screen shot attached below. Please try to make the layout as given below. You will be able be able to get the variable and The container will not misbehave in portal then. If still you face issue then try to create different r...
Hi,You can edit the "Created..." message by editing a Widget. The Widget you are seeking is called SC Catalog Item (widget-sc-cat-item). Clone that widget to begin making your changes.The logic for generating the messages exists in the Client Script....
Please refer the link below https://docs.servicenow.com/bundle/istanbul-servicenow-platform/page/build/service-portal/concept/c_SPLoginPage.htmlhttps://docs.servicenow.com/bundle/istanbul-servicenow-platform/page/build/service-portal/concept/c_SPSSOL...
Hi,You could modify the Client Script of the corresponding widget. For example in the "SC Catalog Item" widget you can add something likedocument.location = "/sp/"; within the $scope.triggerOnSubmit function.Though you would want to add a delay so ...