Added prayer topic and source

This commit is contained in:
Denis Volkov 2022-09-20 14:45:39 -07:00
parent dbe083699d
commit 3f96104df0

View File

@ -100,9 +100,9 @@ namespace AmenDataSync
prayer["hmg_Contact"] = new EntityReference("contact", contactid);
prayer["hmg_notes"] = prayer_request;
prayer["new_brand"] = brand;
//prayer["hmg_source"] = new EntityReference("hmg_source", )
//prayer["hmg_source"] = "Amen the Prayer App"; //TODO: insert into select column
//prayer["hmg_prayertopic"] = "General"; //TODO: insert into select column
prayer["hmg_source"] = "177780000"; //Amen the Prayer App
prayer["hmg_prayertopic"] = "177780005"; //General
Guid prayerid = client.Create(prayer);
responseMessage += "Prayer added: " + prayerid;
break;