How to get the reference field on a Business Rule written on the referenced table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2016 06:34 AM
Is there anyway to get the reference field on a Business Rule written on the referenced table?
there is a business rule written on user table- but i want to get the Caller field of incident on User table Business rule.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2016 06:35 AM
I'M not quite following what you're looking for here. Could you explain your scenario a little more?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2016 11:00 AM
I have a Business Rule on 'User' table and we have reference fields referring to user table.
So in Business Rule i want to get the reference fields of other forms (example: Caller field on Incident)
so how to get the Caller field on this business rule?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2018 07:54 AM
I know this is an old question but here is an answer: the business rule you can use the global variable scratchpad to get the current.you_field_from_database, to send it to a client script where you get the scratchpad field and use it in your form.