AmericaSCORESBayArea / AmericaSCORESBayArea/salesforce-data-api

endpoint supports create/update of sessions

未关闭
#23 2 条评论 0 个 reaction 已指派 1 人 已被 @archana-llamas 认领 在 GitHub 查看
主要语言
DataWeave
星标
2
派生
1
PR 合并指标
30 天内没有已合并 PR

描述

Here is an example of possible fields that are extracted from the District System.

In the District System, ServiceDateID is the Key ID while in Salesforce, the Key ID should be a combination of Salesforce Team Season ID + Date. This assumes that there will only be max of one session per day.

```
{
"_id" : "district_1_87654321",
"ServiceDate" : "Tuesday, October 27, 2020",
"BeginTime" : "3:00 PM",
"EndTime" : "4:00 PM",
"ServiceDateID" : "87654321",
"district" : "district_1",
"ActivityType" : "Soccer Practice",
"ActivityName" : "School Name 2020-2021",
"ActivityCategory" : "Skill Building/Enrichment",
"ActivityDescription" : "Coaches will lead soccer practices",
"ActivitySite" : "Virtual Learning",
"ActivityID" : "1234567890"
}
```

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。