get Transaction information from Script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2016 04:12 AM
How to I get Users' Transaction infor from Business Rule or other server script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2016 04:23 AM
can you elaborate what exactly what you are looking for??
what is meant by user's Transaction info??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2016 04:51 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2016 06:33 AM
You can get that in the query business rule condition itself....just check if the table is XXXX then skip else work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2016 06:35 AM
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.