Inhibit business rules for Table API ?

JG6
Kilo Guru

Hello Community,

 

I'm writing a number of data fixes for our cmdb, using the Table api. Sometimes the fixes cause side effects I'd rather not have to clean up afterwards. I presume this is due to business rules.

 

I'd rather do an update with the business rules disabled; comparable to GlideRecord.setWorkflow(false).

 

Is it possible to do this using the Table API ?

 

THX !

3 REPLIES 3

Basheer
Mega Sage

Hi @JG6 ,

I don't think the scenario which are you are trying is achievable through Table API.

As Table API is OOB functionality it doesn't allow you anything to code to stop the further processing.

 

If you want the further processing to be stopped then go for Scripted REST API's which has full feasibility to code.

 

Please hit like button if my suggestion has helped you in any way.
Please mark correct if my response has solved your query.

Cheers,
Mohammed Basheer Ahmed.

That is actually a very clever solution ! One could actually implement his own table api this way.

many thanks indeed ! 🙂

Bert_c1
Kilo Patron