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

Forum Posts

Resolved! Need Advice on Integration using REST API Best Practice

Hello, We have a requirement to allow case creation via REST API.  I have been trying to determine the current best practice for such integration.  I'm aware that there is an OOB case Scripted REST API that we can use for the integration.  But since ...

Syntax Error or Access Rule Violation detected by database (Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. You have to change some columns to TEXT or BLOBs)

Okay, I know this question has been asked before, and I know the answer as to why I keep getting this error:Syntax Error or Access Rule Violation detected by database (Row size too large. The maximum row size for the used table type, not counting BLO...

xiaix by Tera Guru
  • 3083 Views
  • 3 replies
  • 1 helpfuls

Resolved! how to use addJoinQuery?

hi all,  I'm looking run a GlideRecord query where I have a user's sys_id, and I check the [sys_user_grmember] table to see if the user is in a group.  But then I also want to check whether that group is of a certain type, by using an addJoinQuery to...

Resolved! Display specific data in a list collector

I am creating a catalog item with a List Collector.  The table I created for the list collector has one customized field I called "Description".  When I added this table to my list collector field, it adds the created date in the display and not the ...

find_real_file.png
Erin Mills by Tera Contributor
  • 3785 Views
  • 3 replies
  • 1 helpfuls

Resolved! I am able to fetch the Incident details via APi in Python but I am not able to fetch the SLA percentage on that incident via Service now API. Any help would by highly appreciated?

I am able to fetch the incident details via servicenow incident api but couldn’t get the sla percentage of that particular incident . Is there any service now api where we can get the incident sla percentage returned along with other incident details...

Jeya by Tera Contributor
  • 4953 Views
  • 7 replies
  • 2 helpfuls

VS Code Extension and ZScaler Proxy

Hello, I am using the VS Code Extension several month and won't miss it. In the past I used it in combination with cntlm to handle our company Proxy. But now my company has switched to Zscaler and since that moment I got no connection. I wanted to wh...

anwie by Kilo Expert
  • 2765 Views
  • 2 replies
  • 0 helpfuls

Resolved! Can I use dot walking in a UI Action condition?

Hi All I've a use case where I want a user to be able to perform a UI Action on a record if that user created the parent of that record. In my UI Action condition I have the code: current.u_parent_statement.sys_created_by == gs.getUserName(); Which i...

David165 by Mega Expert
  • 3030 Views
  • 6 replies
  • 1 helpfuls

Resolved! How We can use Nobody Role ?

HI Team,    A) I have requirement to restrict one column from editing in List View?  No one can edit this including admins, I have already implemented ACL and is working for me. I would like to know how we can use NoBody role ? Can anyone provide ins...