Couldn't use create event w/parm, cancel line will be attached to "event" when i use create event.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2024 10:28 PM
when i use create event from subflow with a record and parameter1, the cancel line will be attached in script action.
outline
<Subflow> A
Create event with detail record and parameter1@sys_id of parent record.
<Event> B
Event B with script action
<Script action>
In script action, the cancel line will be attached to "event".
how could i use detail record information and parameter1?
I already tried to detail record information and parm1 below.
For Detail record information
>event.record.detail_record_sys_id
>event.current.detail_record_sys_id
>current.record.detail_record_sys_id
For parameter1
>event.parm1
>current.parm1
0 REPLIES 0