Resolved! How can I query a request number with the sc_req_item table?
Hello, I need to show the requested items with a certain request-number. Therefore I query the sc_req_item table. Here is my code, but I don't know what is the right name for the field with the request-number: var gr = GlideRecord('sc_req_item'); gr....
