How to access classes in scoped applications?

joseeduardo
Giga Expert

Hi guys I am trying to access to GlideRecordUtil from a business rule within an application(scoped application that I am developing), the problem is that I get this message in the form where I am applying the business rule:

find_real_file.png

I really need to use GlideRecordUtil, is there any way to achieve this? just to give you a little bit of background I am trying to record all fields that changes in the form from the server side!, any idea how to fix the GlideRecordUtil issue or maybe another alternative?

************Ignore that the application picker says Global, it said global just because for a moment I changed the application picker to global to make some testings using the same script in another Business rule in global scope and by the way IT WORKED!!!!********* so I dont think it is a script issue.***********

5 REPLIES 5

Racel Ruperez
Tera Contributor

Any solution to this?