Alert Composer Token source
Summary:
Hi Team,
Is that possible to figure out what is the database table that stores the tokens used in the alert composer "Notify offer team, start date has been changed for candidate" - IRC_ChangeStartDate_Internal_External?
We found out that the data comes from seed data source at hcm/irc/db/data/HcmRecruitingTop/HcmRecruitingHiring/HcmRecHiringOffersCore/AlertsSD.xml.
And the XML is stored alerts_run table under parameters column. We have the data there.
However, to extract that, we would need to do a bit of SQL manipulation so were are wondering if those ${JobOfferStartDate} and ${JobOfferNewStartDate} tokens are saved somewhere else in the database.