source descriptor is empty while recording access for table sn_si_incident: no thrown error

Skanda1
Tera Contributor

Getting this error when I try to run a business rule which is in the same scope. Tried to use the same solution as this: https://community.servicenow.com/community?id=community_question&sys_id=288b72681b8068106531ea89bd4bcbe3 but the scopes are different so I'm not sure what changes to make

1 ACCEPTED SOLUTION

@Skanda 

alert at line 12 won't work as alert() is used in client side, so remove that

also you should set the value again at line 14

current.other_ioc = cur_ioc;

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

6 REPLIES 6

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

Can you share what configuration you followed

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Skanda1
Tera Contributor

So basically I have written a business rule that removes unwanted characters from the "Other IOC field"

Attached the configurations and an example of "Other IOC" field

@Skanda 

alert at line 12 won't work as alert() is used in client side, so remove that

also you should set the value again at line 14

current.other_ioc = cur_ioc;

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Skanda1
Tera Contributor

Even this produces the same error