AmericaSCORESBayArea / AmericaSCORESBayArea/salesforce-data-api

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

Ouverte
#156 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Critical/Blocking help wanted
Langage dominant
DataWeave
Étoiles
2
Forks
1
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.