AmericaSCORESBayArea / AmericaSCORESBayArea/salesforce-data-api

Support for Wavier and other Regional content to be delivered based on Region and Date

未关闭
#156 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
Critical/Blocking help wanted
主要语言
DataWeave
星标
2
派生
1
PR 合并指标
30 天内没有已合并 PR

描述

App Requirements

- Waiver and Registration flows in the Web Reg and Coach Apps need to select the proper record for user to accept/apply
- Regions are subject to change over time as Scores expands and the option is driven by a Global Picklist in Salesforce
- Apps need to stay in sync with these options

System
- API should provide an endpoint to populate active Regions where needed
Some Use cases:
- find region based on an Account
- Populate a list of Regions
- Populate a list of Accounts (schools) based on Region
- Retrieve the correct Waiver for a student or coach based on Region and Date (Waiver.Waiver_Active_Start__c, Waiver.Waiver_Active_End__c)

Example Query for Picklist Values:
SELECT Id, Value, Label, DurableId, EntityParticleId, ValidFor FROM PicklistValueInfo WHERE EntityParticle.EntityDefinition.QualifiedApiName = 'Account' AND EntityParticle.QualifiedApiName = 'Region__c' AND isActive = TRUE LIMIT 100

贡献指南

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

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

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