Configuration for Custom Events Integration
Web Resource Configuration
Functional Configuration
preUpdate(parameter): This function is triggered before a card is moved to a different lane.
preUpdate(parameter): This function is triggered before a card is moved to a different lane.{recordId: <ID of the dragged record>,entityLogicalName: <Entity logical name>,sourceLaneName: <Details of current lane in object>,targetLaneName: < Details of source lane in object >}
postUpdate(): Triggered after the card has been successfully moved and the record update is completed.
postUpdate(): Triggered after the card has been successfully moved and the record update is completed.Last updated
Was this helpful?