Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 937 Bytes

R32346.md

File metadata and controls

22 lines (21 loc) · 937 Bytes
erp.entity erp.type
Crm.Presales.Leads
business-rule

R32346 Lead - Set MQL Timestamp Utc

Name Value
Code R32346
Entity @Crm.Presales.Leads
Name SetMQLTimestampUtc
Attribute MQLTimestampUtc
Layer Back-End
Events Commit
Priority Normal
Modify YES
Applicable Legislations ALL // no condition needed
Action IF SystemStage >= MQL & MQLTimestampUtc.DatabaseValue = NULL, SET MQLTimestampUtc = NOW(UTC)
ELSE
MQLTimestampUtc = Database Value
Description If SystemStage is set to MQL or greater and MQLTimestampUtc in Database is empty then set MQLTimestamp with current time in UTC.
Message
Introduced In Version Introduced: 2021
Updated: -
Revocable NO