How to copy string field value to reference field in business rule
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2022 01:02 AM
Hi all,
I created 'ticket_number' (string filed) - in incident table
I want to copy the 'ticket_number' number to reference field.
I am using BR code like the below
current.instance = current.ticket_number;
it is working but record is not visible
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2022 01:21 AM
Hi all thanks for the reply,
actually that was not 'reference' field that was "Document ID" field.
sorry for the typo error.