FW.setTitle
FW.setTitle(title)
You can override the default title for any event in an IFT. You can compose the title with the context of the event. Here is a sample:
if (TRIGGER_CODE==='8100') {
await FW.setTitle('ECS REPORT<19> (UPK)')
}

Last updated
Was this helpful?