AmericaSCORESBayArea / AmericaSCORESBayArea/salesforce-data-api
Support for Wavier and other Regional content to be delivered based on Region and Date
- Vorherrschende Sprache
- DataWeave
- Sterne
- 2
- Forks
- 1
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.