Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Image is broken in Knowledge Article

After cloning is done, image is broken in Knowledge Article. I observed that attachments are missing from Article. So I have exported attachments from sys_attachment table of higher instance where issue is not there and imported in lower instance wh...

find_real_file.png find_real_file.png find_real_file.png
Community Alums by Community Alums  
  • 5400 Views
  • 2 replies
  • 2 helpfuls

How to update a current field using ASYNC business rule

Hi ServiceNow community. I have a business rule with the following details below:   When to Run: async, Insert (checked) I have a code which contains the following: current.u_priority = '1'; My problem is it does not fill in the u_priority field (str...

Roger9 by Kilo Explorer
  • 6136 Views
  • 4 replies
  • 1 helpfuls

Resolved! What is EmailClassifier

Hello,This is mostly out of curiosity and because I can't find any information.What is the EmailClassifier in Inbound Email Action scripts? It's callable using classifier, but I'd like to know what it does.An example of use case would be great, of co...

felladin by Tera Guru
  • 1884 Views
  • 2 replies
  • 0 helpfuls

Resolved! UI Macro Debug

Hi,   I used this line in my ui macro <g:evaluate var="jvar_guid" expression="gs.generateGUID(this);" /> I want to debug it and want to know which value will store in the variable var, Can anyone tell me how to debug UI Macros.   Thanks,

Explanation of the default task states

Hi, I am trying to understand the interpretation of Task table, field "State" default fields, and what is the best practice to move the task to any of the states. The default states are: PendingOpenWork in ProgressClosed CompleteClosed IncompleteClos...

TD14 by Kilo Contributor
  • 8190 Views
  • 1 replies
  • 4 helpfuls

Resolved! ng-if is not working as expected.

Hi All, <td ng-if="item.response_code == '300'"> <button id="btnIncident" name="submit" ng-click="c.remove(item.name)" type="submit">Remove</button></td> </tr>   The above line is not working as expected, Remove button is not visible all time, irresp...

Swati44 by Kilo Expert
  • 8311 Views
  • 13 replies
  • 2 helpfuls