Couldn't use create event w/parm, cancel line will be attached to "event" when i use create event.

YOSHIAKIMI
Tera Contributor

when i use create event from subflow with a record and parameter1, the cancel line will be attached in script action.

 

cancel_line_will_be_attached.png

 

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