get Transaction information from Script?

Andrii
Kilo Guru

How to I get Users' Transaction infor from Business Rule or other server script?

6 REPLIES 6

Anurag Tripathi
Mega Patron
Mega Patron

can you elaborate what exactly what you are looking for??



what is meant by user's Transaction info??


-Anurag

Well, I want to omit Query Business Rule in case if User works with different table list at the moment.



And if he works with specified table - I want to enable Business Rule logic. Therefore I'm looking for way of getting some trigger that would help me differ these situations.


You can get that in the query business rule condition itself....just check if the table is XXXX then skip else work.


-Anurag

i had a similar thing to do when i just wanted the query BR to run when the query br only when the request came from a reference lookup from a specific field. I did it by capturing the url and looking for a specifc parameter.


-Anurag