Servicenow Integration with on premise Jira
Hi everyone, Can any one help me with the process to integrate snow with on premise Jira? Do we need to enable any port or we have to use any midserver. Our Client is not using any midserver as of now.
Hi everyone, Can any one help me with the process to integrate snow with on premise Jira? Do we need to enable any port or we have to use any midserver. Our Client is not using any midserver as of now.
hi, please provide the answer.
Hi there, I am trying to create a Module of Link type URL (from arguments) to launch an external URL. For a static URL it works fine but now I need to add the value of a System Property at the end of it. For an example, I want to launch: https://exte...
Hi, How to remove the below tab from form. when i check the form designer there is no any empty tab like this, and i verified in "sys_ui_section " table also but no use
Hi folks, I have an enhancement request to build a report of the hours submitted by month, but time cards are reported weekly regardless on month begin and endings. Resource Plans have a built in monthly report, but it is based on weekly reportin...
Hi: If I create a new workflow on sc_req_item table and look at the Stages in the workflow properties, I see the following: Request Approved, Waiting for Approval, Fulfillment, Delivery, Request Cancelled, Completed. I read that these come from the S...
Hi Community, I have a custom table with records that I want to store a pdf of a legal document that has information that should only be read by a specific administrative group and the user which has signed the document. Is there anyway to do thi...
Hello, I'm working on a custom UI macro to add attachment on a form. How can I get the sys_id of the current record and pass it to the second parameter of the saveAttachment function. The following code doesn't work and I'm not familiar with Jelly Sc...
Hi I want to trigger a notification to a user onSubmit of Client Script if form is not submitted and record is not created successfully. This i have to do on Catalog Item. Kindly help. Thanks Himani Goyal
Is it possible to use $rootScope.$on for a catalog client script? function onLoad($rootScope) { $rootScope.$on(....); } If that is not possible then is there another way to do this? I know I can put the info in the URL. However, if I can avoid pu...
I have found various threads on this topic (e.g., Can a Data Source connect to a (non-public) FTP server using MID server?), and it is still not entirely clear to me.Here is my situation:We have a MID Server.We have files that we would like to import...
Hi, I want to export record in xml from form view by every user. so i want to know the OOB Ui action working on this. can i know which ui action or someother doing this action and on which table it was written, thanks in advance. Thanks Sai Krishna
HI All, I have been looking around the documentation and the forums but cant seem to find an answer to this question. I have a list of CI sysids and i need to populate the Affected CIs section of the incident with the related CIs. Trying to do this i...
glide.ui.date_picker.first_day_of_week glide.ui.filter.first_day_of_week glide.ui.date_format.first_day_of_week are the system properties I have already created. Haven't seen any properties other than these used for this kind of question. This works ...
I would need to derive, starting from the body of a response to a REST call {responseBody = response.getBody ();} the amount of rows, and extract single field arrays in order to populate a table.I saw on the Documentation that the getBody () method r...